Symbol: krb5_cccol_cursor_new
crypto/heimdal/kuser/kdestroy.c
107
ret = krb5_cccol_cursor_new (context, &cursor);
crypto/heimdal/lib/krb5/cache.c
1140
ret = krb5_cccol_cursor_new (context, &cursor);
crypto/heimdal/lib/krb5/cache.c
1532
ret = krb5_cccol_cursor_new (context, &cursor);
crypto/heimdal/lib/krb5/krb5-protos.h
833
krb5_cccol_cursor_new (
crypto/heimdal/lib/krb5/test_cc.c
420
ret = krb5_cccol_cursor_new (context, &cursor);
crypto/krb5/src/clients/kdestroy/kdestroy.c
163
code = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/clients/kdestroy/kdestroy.c
69
ret = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/clients/klist/klist.c
368
ret = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/clients/klist/klist.c
431
ret = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
157
ret = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/lib/krb5/ccache/cccursor.c
242
ret = krb5_cccol_cursor_new(context, &col_cursor);
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
84
ret = krb5_cccol_cursor_new(context, &col_cursor);
crypto/krb5/src/lib/krb5/ccache/ccselect_realm.c
58
ret = krb5_cccol_cursor_new(context, &cursor);
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
65
check(krb5_cccol_cursor_new(ctx, &cursor));
crypto/krb5/src/lib/krb5/ccache/t_cccursor.c
64
assert(krb5_cccol_cursor_new(ctx, &cursor) == 0);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1765
krb5_cccol_cursor_new,
crypto/krb5/src/windows/leash/Leash.cpp
483
DECL_FUNC_PTR(krb5_cccol_cursor_new);
crypto/krb5/src/windows/leash/Leash.cpp
527
MAKE_FUNC_INFO(krb5_cccol_cursor_new),
crypto/krb5/src/windows/leash/Lglobals.h
110
extern DECL_FUNC_PTR(krb5_cccol_cursor_new);
crypto/krb5/src/windows/leashdll/leashdll.c
197
MAKE_FUNC_INFO(krb5_cccol_cursor_new),
crypto/krb5/src/windows/leashdll/leashdll.c
85
DECL_FUNC_PTR(krb5_cccol_cursor_new);
crypto/krb5/src/windows/leashdll/leashdll.h
139
extern DECL_FUNC_PTR(krb5_cccol_cursor_new);