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

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c245 static CFArrayRef _allProps = NULL; local
259 if (!_allProps) {
270 _allProps = CFArrayCreate(NULL, values, 8, &kCFTypeArrayCallBacks);
272 desiredProperties = _allProps;
/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c114 static CFArrayRef _allProps = NULL; local
129 if (!_allProps) {
137 _allProps = CFArrayCreate(kCFAllocatorSystemDefault, values, 6, &kCFTypeArrayCallBacks);
139 desiredProperties = _allProps;

Completed in 120 milliseconds