Searched refs:krb5_cccol_cursor_next (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/kuser/ |
H A D | kdestroy.c | 111 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) { in main()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | cache.c | 1144 while (krb5_cccol_cursor_next (context, cursor, &cache) == 0 && cache != NULL) { in krb5_cc_cache_match() 1420 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, in krb5_cccol_cursor_next() function 1536 while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) { in krb5_cccol_last_change_time()
|
H A D | version-script.map | 685 krb5_cccol_cursor_next;
|
H A D | test_cc.c | 425 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) { in test_cache_iter_all()
|
H A D | krb5-protos.h | 838 krb5_cccol_cursor_next (
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 245 krb5_ccache.3 krb5_cccol_cursor_next.3 \
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/ |
H A D | manpages | 71 krb5/man/man3/krb5_cccol_cursor_next.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3219 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
|