Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcccursor.c38 krb5_cc_typecursor typecursor; member
56 n->typecursor = NULL; in krb5_cccol_cursor_new()
60 ret = krb5int_cc_typecursor_new(context, &n->typecursor); in krb5_cccol_cursor_new()
66 ret = krb5int_cc_typecursor_next(context, n->typecursor, &n->ops); in krb5_cccol_cursor_new()
112 ret = krb5int_cc_typecursor_next(context, cursor->typecursor, in krb5_cccol_cursor_next()
137 if (c->typecursor != NULL) in krb5_cccol_cursor_free()
138 krb5int_cc_typecursor_free(context, &c->typecursor); in krb5_cccol_cursor_free()