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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdestroy.c111 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c1143 while (krb5_cccol_cursor_next (context, cursor, &cache) == 0 && cache != NULL) {
1379 * @param cursor passed into krb5_cccol_cursor_next() and free with krb5_cccol_cursor_free().
1419 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, function
1535 while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) {
H A Dtest_cc.c427 while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/include/
H A Dkrb5-protos.h824 krb5_cccol_cursor_next (

Completed in 64 milliseconds