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

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp500 String byteRange = range.substring(sizeof(bytesStart) - 1);
503 int index = byteRange.find('-');
511 String suffixLengthString = byteRange.substring(index + 1).stripWhiteSpace();
523 String firstBytePosStr = byteRange.left(index).stripWhiteSpace();
529 String lastBytePosStr = byteRange.substring(index + 1).stripWhiteSpace();
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c1164 const CFRange byteRange = __CFStorageConvertValuesToByteRange(storage, range.location, range.length); local
1166 CFStorageNode *nodeContainingEntireRange = _CFStorageFindNodeContainingByteRange(storage, &storage->rootNode, byteRange, 0, &byteRangeOfContainingNode);
1173 CFIndex offsetIntoNode = byteRange.location - byteRangeOfContainingNode.location;
1275 CFRange byteRange = __CFStorageConvertValuesToByteRange(storage, range.location, range.length); local
1276 const CFIndex expectedByteCount = storage->rootNode.numBytes - byteRange.length;
1283 CFStorageNode *newRoot = __CFStorageDeleteUnfrozen(allocator, storage, &storage->rootNode, byteRange, true/*compact*/, true/*isRootNode*/);
1367 CFRange byteRange = __CFStorageConvertValuesToByteRange(storage, range.location, range.length);
1373 __CFStorageEnumerateNodesInByteRangeWithBlock(storage, &storage->rootNode, 0/*globalOffsetOfNode*/, byteRange, concurrencyToken, applier);
H A DCFURL.c3474 CFRange byteRange; local
3495 byteRange = charRange;
3502 byteRange.location = rangeIncludingSeparators->location;
3506 byteRange.location = charRangeWithSeparators.location + numBytes;
3508 CFStringGetBytes(url->_string, charRange, url->_encoding, 0, false, NULL, 0, &(byteRange.length));
3510 rangeIncludingSeparators->length = byteRange.location + byteRange.length - rangeIncludingSeparators->location;
3517 rangeIncludingSeparators->length = byteRange.location + byteRange.length + numBytes - rangeIncludingSeparators->location;
3521 byteRange
[all...]

Completed in 108 milliseconds