skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: GSSAPI (Generic Security Services Application... GSSAPI (Generic Security Services Application...
go to previous page: gss_release_name  Free storage associated with an internal name that was allocated by a GSSAPI routine gss_release_name Free storage associated with an internal name...
go to next page: gss_test_oid_set_member  Determine whether an object identifier is a member of the setgss_test_oid_set_member Determine whether an object identifier...
end of book navigation links

gss_release_oid_set -- Free storage associated with a gss_OID_set object 



C Prototype 

OM_uint32 gss_release_oid_set(
      OM_uint32           minor_status,
      gss_OID_set         set );

Arguments 

minor_status
(output)
 An implementation-specific status code.
set (input) The gss_OID_set whose storage is to be deleted.

Description 

This routine frees storage associated with a GSSAPI generated gss_OID_set object. The set argument must refer to an OID-set that was returned from a GSSAPI routine. The gss_release_oid_set routine frees the storage associated with each individual member OID, the OID set's elements array, and the gss_OID_set_desc.

Return Values 

This routine returns the following GSS status code:

GSS_S_COMPLETE
Successful completion.


go to previous page: gss_release_name  Free storage associated with an internal name that was allocated by a GSSAPI routine gss_release_name Free storage associated with an internal name...
go to next page: gss_test_oid_set_member  Determine whether an object identifier is a member of the setgss_test_oid_set_member Determine whether an object identifier...