Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdestroy.c113 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) { in main()
H A Dklist.c533 while (krb5_cccol_cursor_next(context, cursor, &id) == 0) { in list_caches()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c1229 while (krb5_cccol_cursor_next(context, cursor, &cache) == 0 && cache != NULL) { in krb5_cc_cache_match()
1524 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, in krb5_cccol_cursor_next() function
1640 while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) { in krb5_cccol_last_change_time()
H A Dversion-script.map700 krb5_cccol_cursor_next;
H A Dlibkrb5-exports.def.in708 krb5_cccol_cursor_next
H A Dtest_cc.c427 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) { in test_cache_iter_all()
H A Dkrb5-protos.h1672 krb5_cccol_cursor_next (
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/
H A Dmanpages164 krb5/man/man3/krb5_cccol_cursor_next.3