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

/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkdestroy.c109 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcache.c1144 while (krb5_cccol_cursor_next (context, cursor, &cache) == 0 && cache != NULL) {
1380 * @param cursor passed into krb5_cccol_cursor_next() and free with krb5_cccol_cursor_free().
1420 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, function
1536 while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) {
H A Dtest_cc.c425 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) {
H A Dkrb5-protos.h838 krb5_cccol_cursor_next (
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile245 krb5_ccache.3 krb5_cccol_cursor_next.3 \

Completed in 170 milliseconds