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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcccursor.c49 krb5_cc_typecursor typecursor; member in struct:_krb5_cccol_cursor
81 n->typecursor = NULL;
89 ret = krb5int_cc_typecursor_new(context, &n->typecursor);
95 ret = krb5int_cc_typecursor_next(context, n->typecursor, &n->ops);
192 if (c->typecursor != NULL)
193 krb5int_cc_typecursor_free(context, &c->typecursor);
346 ret = krb5int_cc_typecursor_next(context, cursor->typecursor,

Completed in 31 milliseconds