Searched refs:outTheseKeys (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c1297 CFMutableSetRef outTheseKeys = NULL; local
1307 if (!outTheseKeys) outTheseKeys = CFSetCreateMutable(allocator, 0, &kCFTypeSetCallBacks);
1309 CFSetAddValue(outTheseKeys, CFArrayGetValueAtIndex(oneKeyPath, 0));
1326 *theseKeys = outTheseKeys;

Completed in 119 milliseconds