krb5_free_data_contents()--Free Storage Assigned to Contents of a Kerberos Data Object


  Syntax
 #include <krb5.h>

 void krb5_free_data_contents(
     krb5_context     context,  
     krb5_data *      data); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_data_contents() function releases the storage assigned to the contents of a Kerberos data object represented by a krb5_data structure. Unlike the krb5_free_data() routine, the krb5_free_data_contents() routine does not release the krb5_data structure.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

data  (Input)
The data object.

Return Value

This routine does not return a value.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]