From 33a9b234e7087f573ef08cd7318c6497ba08b439 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 7 Jul 2017 17:03:42 +0000 Subject: Import MIT KRB5 1.15.1, which will gracefully replace KTH Heimdal. The tarball used in this import is the same tarball used in ports/krb5-115 r435378. Obtained from: http://web.mit.edu/kerberos/dist/ Thanks to: pfg (for all your tireless behind-the-scenes effort) --- .../html/structcc__credentials__iterator__f.html | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 doc/ccapi/html/structcc__credentials__iterator__f.html (limited to 'doc/ccapi/html/structcc__credentials__iterator__f.html') diff --git a/doc/ccapi/html/structcc__credentials__iterator__f.html b/doc/ccapi/html/structcc__credentials__iterator__f.html new file mode 100644 index 000000000000..66aec178a98f --- /dev/null +++ b/doc/ccapi/html/structcc__credentials__iterator__f.html @@ -0,0 +1,85 @@ + + +Credentials Cache API : cc_credentials_iterator_f Struct Reference + + + + +

cc_credentials_iterator_f Struct Reference


Detailed Description

+Function pointer table for cc_credentials_iterator_t. For more information see cc_credentials_iterator_t. +

+

Data Fields

+ +

Field Documentation

+

+ + + + +
+ + + + +
cc_int32(* release)(cc_credentials_iterator_t io_credentials_iterator)
+
+ + + + + +
+   + + +

+cc_credentials_iterator_release(): Release memory associated with a cc_credentials_iterator_t object. +

+

Parameters:
+ + +
io_credentials_iterator the credentials iterator object to release.
+
+
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+
+

+ + + + +
+ + + + +
cc_int32(* next)(cc_credentials_iterator_t in_credentials_iterator, cc_credentials_t *out_credentials)
+
+ + + + + +
+   + + +

+cc_credentials_iterator_next(): Get the next credentials in the ccache. +

+

Parameters:
+ + + +
in_credentials_iterator a credentials iterator object.
out_credentials on exit, the next credentials in the ccache.
+
+
Returns:
On success, ccNoError if the next credential in the ccache was obtained or ccIteratorEnd if there are no more credentials. On failure, an error code representing the failure.
+
+


Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API by  + +doxygen 1.4.6
+ + -- cgit v1.3