From 9436ed6857cba4ad6b019bbe601118168b9a140e Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 3 Oct 2007 16:03:59 +0000 Subject: Add documentation for error codes used for flow control ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20084 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/html/structcc__credentials__f.html | 74 +++++++++++++++++----------- 1 file changed, 46 insertions(+), 28 deletions(-) (limited to 'doc/ccapi/html/structcc__credentials__f.html') diff --git a/doc/ccapi/html/structcc__credentials__f.html b/doc/ccapi/html/structcc__credentials__f.html index 68a833fdb..91f4b3adb 100644 --- a/doc/ccapi/html/structcc__credentials__f.html +++ b/doc/ccapi/html/structcc__credentials__f.html @@ -1,27 +1,37 @@ - -Credentials Cache API: cc_credentials_f Struct Reference + +Credentials Cache API : cc_credentials_f Struct Reference - +

cc_credentials_f Struct Reference


Detailed Description

-Function pointer table for cc_credentials_t. For more information see cc_credentials_t Overview.

Data Fields

+Function pointer table for cc_credentials_t. For more information see cc_credentials_t Overview. +

+

Data Fields


Field Documentation

- -
-
- +

+

+ + + +
+ - +
cc_int32(* release)(cc_credentials_t io_credentials) cc_int32(* release)(cc_credentials_t io_credentials)
- -
+
+ + + +
+   +

cc_credentials_release(): Release memory associated with a cc_credentials_t object. @@ -31,20 +41,28 @@ Function pointer table for cc_credentials_t. For more information see

io_credentials the credentials object to release.
-
Returns:
On success, ccNoError. On failure, an error code representing the failure.
- -
-

- -

-
- +
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+ + +
+

+ + + + +
+ - +
cc_int32(* compare)(cc_credentials_t in_credentials, cc_credentials_t in_compare_to_credentials, cc_uint32 *out_equal) cc_int32(* compare)(cc_credentials_t in_credentials, cc_credentials_t in_compare_to_credentials, cc_uint32 *out_equal)
- -
+
+ + + +
+   +

cc_credentials_compare(): Compare two credentials objects. @@ -56,12 +74,12 @@ Function pointer table for cc_credentials_t. For more information see

out_equal on exit, whether or not the two credentials objects refer to the same credentials in the cache collection.
-

Returns:
On success, ccNoError. On failure, an error code representing the failure.
- -
-

-


Generated on Mon Sep 10 17:00:32 2007 for Credentials Cache API by  +
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+ + + +
Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API by  -doxygen 1.5.3
+doxygen 1.4.6
-- cgit