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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dcredential.c25 CFMutableSetRef cachedGroups; member in struct:_credential_s
35 CFReleaseSafe(cred->cachedGroups);
109 cred->cachedGroups = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);;
232 if (CFSetGetValue(cred->cachedGroups, cachedGroup) != NULL) {
251 CFSetSetValue(cred->cachedGroups, cachedGroup);

Completed in 101 milliseconds