Searched refs:creds_union (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_util.h10 void release_v5_creds_union(cc_credentials_union *creds_union);
H A Dtest_ccapi_ccache.c809 cc_credentials_union creds_union; local
831 err = new_v5_creds_union(&creds_union, "BAR.ORG");
835 check_once_cc_ccache_store_credentials(ccache, &creds_union, ccNoError, "ok creds");
838 if (&creds_union) { release_v5_creds_union(&creds_union); }
845 err = new_v5_creds_union(&creds_union, "BAR.ORG");
849 if (creds_union.credentials.credentials_v5->client) {
850 free(creds_union.credentials.credentials_v5->client);
851 creds_union.credentials.credentials_v5->client = NULL;
853 check_once_cc_ccache_store_credentials(ccache, &creds_union, ccErrBadPara
967 cc_credentials_union creds_union; local
1264 cc_credentials_union creds_union; local
1525 cc_credentials_union creds_union; local
[all...]
H A Dtest_ccapi_iterators.c131 cc_credentials_union creds_union; local
166 new_v5_creds_union(&creds_union, "BAR.ORG");
167 err = cc_ccache_store_credentials(ccache, &creds_union);
168 release_v5_creds_union(&creds_union);
190 new_v5_creds_union(&creds_union, "BAR.ORG");
191 err = cc_ccache_store_credentials(ccache, &creds_union);
192 release_v5_creds_union(&creds_union);
H A Dtest_ccapi_util.c104 void release_v5_creds_union(cc_credentials_union *creds_union) { argument
107 if (creds_union) {
108 if (creds_union->credentials.credentials_v5) {
109 v5creds = creds_union->credentials.credentials_v5;
117 //free(creds_union);
H A Dtest_ccapi_v2.c75 cred_union *creds_union = NULL; local
122 creds_union = malloc (sizeof (*creds_union));
123 if (creds_union) {
124 creds_union->cred_type = CC_CRED_V5;
125 creds_union->cred.pV5Cred = v5creds;
131 *out_union = *creds_union;
132 creds_union = NULL;
140 static void release_v5_creds_union_compat(cred_union *creds_union) { argument
143 if (creds_union) {
221 cred_union creds_union; local
1067 cred_union creds_union; local
1724 cred_union creds_union; local
[all...]
H A Dtest_ccapi_context.c138 cc_credentials_union creds_union; local
185 new_v5_creds_union(&creds_union, "BAR.ORG");
186 err = cc_ccache_store_credentials(ccache, &creds_union);
187 release_v5_creds_union(&creds_union);

Completed in 202 milliseconds