Searched refs:CFStorageGetValueAtIndex (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFStorage.c377 /* Guts of CFStorageGetValueAtIndex(); note that validConsecutiveValueRange is not optional.
930 if (loc >= range1.location + range1.length) ptr1 = (uint8_t *)CFStorageGetValueAtIndex(storage1, loc, &range1);
931 if (loc >= range2.location + range2.length) ptr2 = (uint8_t *)CFStorageGetValueAtIndex(storage2, loc, &range2);
1218 void *CFStorageGetValueAtIndex(CFStorageRef storage, CFIndex idx, CFRange *validConsecutiveValueRange) { function
1349 state->itemsPtr = (unsigned long *)CFStorageGetValueAtIndex(storage, state->state, &leafRange);
H A DCFStorage.h155 @function CFStorageGetValueAtIndex
174 CF_EXPORT void *CFStorageGetValueAtIndex(CFStorageRef storage, CFIndex idx, CFRange *validConsecutiveValueRange);
181 this is often more efficient than CFStorageGetValueAtIndex(), so it should be used

Completed in 314 milliseconds