Searched refs:krb5_cc_cache_next (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/kuser/ |
H A D | kswitch.c | 88 while (krb5_cc_cache_next(kcc_context, cursor, &id) == 0) { in kswitch()
|
H A D | klist.c | 516 while (krb5_cc_cache_next (context, cursor, &id) == 0) { in list_caches() 601 while (krb5_cc_cache_next(kcc_context, cursor, &id) == 0) { in klist()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | version-script.map | 82 krb5_cc_cache_next;
|
H A D | cache.c | 1087 krb5_cc_cache_next (krb5_context context, in krb5_cc_cache_next() function 1438 ret = krb5_cc_cache_next(context, cursor->cursor, cache); in krb5_cccol_cursor_next()
|
H A D | test_cc.c | 388 while ((ret = krb5_cc_cache_next (context, cursor, &id)) == 0) { in test_cache_iter()
|
H A D | krb5-protos.h | 586 krb5_cc_cache_next (
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 202 krb5_ccache.3 krb5_cc_cache_next.3 \
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/ |
H A D | manpages | 26 krb5/man/man3/krb5_cc_cache_next.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3212 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz 5284 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
|