Searched refs:dup_ccache (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c808 cc_ccache_t dup_ccache = NULL; local
877 err = cc_context_open_ccache(context, name->data, &dup_ccache);
880 if (dup_ccache) { cc_ccache_destroy(dup_ccache); }
964 cc_ccache_t dup_ccache = NULL; local
1026 err = cc_context_open_ccache(context, name->data, &dup_ccache);
1029 if (dup_ccache) { cc_ccache_destroy(dup_ccache); }
1118 cc_ccache_t dup_ccache = NULL; local
1161 err = cc_context_open_ccache(context, name->data, &dup_ccache);
[all...]
H A Dtest_ccapi_v2.c1066 ccache_p *dup_ccache = NULL; local
1126 err = cc_open(context, name, CC_CRED_V5, 0, &dup_ccache);
1129 if (dup_ccache) { cc_destroy(context, &dup_ccache); }
1257 ccache_p *dup_ccache = NULL; local
1262 err = cc_open(context, name, CC_CRED_V5, 0, &dup_ccache);
1266 err = cc_destroy(context, &dup_ccache);
1631 ccache_p *dup_ccache = NULL; local
1669 err = cc_open(context, name, CC_CRED_V5, 0, &dup_ccache);
1672 if (dup_ccache) { cc_destro
[all...]

Completed in 74 milliseconds