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

/macosx-10.9.5/CF-855.17/
H A DCFStorage.c1233 CFIndex numBytesToInsert = __CFStorageConvertValueToByte(storage, range.length); local
1235 const CFIndex expectedByteCount = storage->rootNode.numBytes + numBytesToInsert;
1238 while (numBytesToInsert > 0) {
1240 const CFIndex insertThisTime = __CFMin(numBytesToInsert, insertionChunkSize);
1261 numBytesToInsert -= insertThisTime;
1263 ASSERT(storage->rootNode.numBytes + numBytesToInsert == expectedByteCount);

Completed in 291 milliseconds