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

/macosx-10.9.5/CF-855.17/
H A DCFStorage.c505 CFIndex childByteOffset = 0; //will track the current start byte of this child local
511 CFRange deletionRangeIntersectedByChild = intersectionRange(range, CFRangeMake(childByteOffset, existingChildLength));
522 CFRange rangeOfChildToDelete = CFRangeMake(deletionRangeIntersectedByChild.location - childByteOffset, deletionRangeIntersectedByChild.length);
543 childByteOffset += existingChildLength;

Completed in 92 milliseconds