Symbol: krb5_cccol_cursor_next
crypto/heimdal/kuser/kdestroy.c
111
while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) {
crypto/heimdal/lib/krb5/cache.c
1144
while (krb5_cccol_cursor_next (context, cursor, &cache) == 0 && cache != NULL) {
crypto/heimdal/lib/krb5/cache.c
1536
while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) {
crypto/heimdal/lib/krb5/krb5-protos.h
838
krb5_cccol_cursor_next (
crypto/heimdal/lib/krb5/test_cc.c
425
while ((ret = krb5_cccol_cursor_next (context, cursor, &id)) == 0 && id != NULL) {
crypto/krb5/src/clients/kdestroy/kdestroy.c
168
while (krb5_cccol_cursor_next(context, cursor, &cache) == 0 &&
crypto/krb5/src/clients/kdestroy/kdestroy.c
75
ret = krb5_cccol_cursor_next(context, cursor, &cache);
crypto/krb5/src/clients/klist/klist.c
379
while ((ret = krb5_cccol_cursor_next(context, cursor, &cache)) == 0 &&
crypto/krb5/src/clients/klist/klist.c
439
while ((ret = krb5_cccol_cursor_next(context, cursor, &cache)) == 0 &&
crypto/krb5/src/lib/krb5/ccache/cccursor.c
161
while ((ret = krb5_cccol_cursor_next(context, cursor, &cache)) == 0 &&
crypto/krb5/src/lib/krb5/ccache/cccursor.c
248
ret = krb5_cccol_cursor_next(context, col_cursor, &cache);
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
88
for (ret = krb5_cccol_cursor_next(context, col_cursor, &ccache);
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
90
ret = krb5_cccol_cursor_next(context, col_cursor, &ccache)) {
crypto/krb5/src/lib/krb5/ccache/ccselect_realm.c
61
while ((ret = krb5_cccol_cursor_next(context, cursor, &cache)) == 0 &&
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
67
check(krb5_cccol_cursor_next(ctx, cursor, &cache));
crypto/krb5/src/lib/krb5/ccache/t_cccursor.c
66
assert(krb5_cccol_cursor_next(ctx, cursor, &cache) == 0);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1772
krb5_cccol_cursor_next,
crypto/krb5/src/windows/leash/Leash.cpp
485
DECL_FUNC_PTR(krb5_cccol_cursor_next);
crypto/krb5/src/windows/leash/Leash.cpp
528
MAKE_FUNC_INFO(krb5_cccol_cursor_next),
crypto/krb5/src/windows/leash/Lglobals.h
111
extern DECL_FUNC_PTR(krb5_cccol_cursor_next);
crypto/krb5/src/windows/leashdll/leashdll.c
198
MAKE_FUNC_INFO(krb5_cccol_cursor_next),
crypto/krb5/src/windows/leashdll/leashdll.c
87
DECL_FUNC_PTR(krb5_cccol_cursor_next);
crypto/krb5/src/windows/leashdll/leashdll.h
140
extern DECL_FUNC_PTR(krb5_cccol_cursor_next);