Home
last modified time | relevance | path

Searched refs:krb5_cc_typecursor (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc-int.h61 struct krb5_cc_typecursor;
62 typedef struct krb5_cc_typecursor *krb5_cc_typecursor; typedef
65 krb5int_cc_typecursor_new(krb5_context context, krb5_cc_typecursor *cursor);
70 krb5_cc_typecursor cursor,
76 krb5_cc_typecursor *cursor);
H A Dccbase.c38 struct krb5_cc_typecursor { struct
317 krb5int_cc_typecursor_new(krb5_context context, krb5_cc_typecursor *t) in krb5int_cc_typecursor_new()
319 krb5_cc_typecursor n = NULL; in krb5int_cc_typecursor_new()
335 krb5_cc_typecursor t, in krb5int_cc_typecursor_next()
350 krb5int_cc_typecursor_free(krb5_context context, krb5_cc_typecursor *t) in krb5int_cc_typecursor_free()
H A Dcccursor.c38 krb5_cc_typecursor typecursor;