Searched refs:krb5_cccol_cursor_next (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kdestroy.c | 113 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) { in main()
|
H A D | klist.c | 533 while (krb5_cccol_cursor_next(context, cursor, &id) == 0) { in list_caches()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | cache.c | 1229 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 D | version-script.map | 700 krb5_cccol_cursor_next;
|
H A D | libkrb5-exports.def.in | 708 krb5_cccol_cursor_next
|
H A D | test_cc.c | 427 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) { in test_cache_iter_all()
|
H A D | krb5-protos.h | 1672 krb5_cccol_cursor_next (
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/ |
H A D | manpages | 164 krb5/man/man3/krb5_cccol_cursor_next.3
|