Searched defs:krb5_cc_typecursor (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc-int.h51 struct krb5_cc_typecursor;
52 typedef struct krb5_cc_typecursor *krb5_cc_typecursor; typedef in typeref:struct:krb5_cc_typecursor
55 krb5int_cc_typecursor_new(krb5_context context, krb5_cc_typecursor *cursor);
60 krb5_cc_typecursor cursor,
66 krb5_cc_typecursor *cursor);
H A Dccbase.c41 struct krb5_cc_typecursor { struct
44 /* typedef krb5_cc_typecursor in k5-int.h */
306 krb5int_cc_typecursor_new(krb5_context context, krb5_cc_typecursor *t)
309 krb5_cc_typecursor n = NULL;
333 krb5_cc_typecursor t,
356 krb5int_cc_typecursor_free(krb5_context context, krb5_cc_typecursor *t)

Completed in 26 milliseconds