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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextcache_main.c1922 CFMutableArrayRef firstPassArray = NULL; local
1926 if (!createCFMutableArray(&firstPassArray, &kCFTypeArrayCallBacks)) {
1941 context.kextArray = firstPassArray;
1991 if (!CFArrayContainsValue(firstPassArray, RANGE_ALL(firstPassArray), theKext)) {
1992 CFArrayAppendValue(firstPassArray, theKext);
2034 if (!CFArrayContainsValue(firstPassArray, RANGE_ALL(firstPassArray), theKext)) {
2035 CFArrayAppendValue(firstPassArray, theKext);
2045 count = CFArrayGetCount(firstPassArray);
[all...]

Completed in 114 milliseconds