Searched refs:headerLength (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_imp.h32 int32_t &infoLength, int32_t &headerLength,
H A Dpackage.cpp113 int32_t &infoLength, int32_t &headerLength,
140 headerLength=pHeader->dataHeader.headerSize;
143 headerLength=readSwapUInt16(pHeader->dataHeader.headerSize);
147 if( headerLength<(int32_t)sizeof(DataHeader) ||
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
150 (length>=0 && length<headerLength)
163 int32_t infoLength, headerLength; local
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
413 headerLength=(int32_t)(4+sizeof(dataInfo));
414 if(headerLength
112 getDataInfo(const uint8_t *data, int32_t length, int32_t &infoLength, int32_t &headerLength, UErrorCode *pErrorCode) argument
[all...]
H A Dpackage.h162 int32_t inLength, headerLength; member in class:Package
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp969 ULong headerLength; local
972 validFormat = ExtractHeader(replyBuffer, header, headerLength);
975 if (DataDelivered(getRequest, header, headerLength, replyBuffer)) {
1012 ULong headerLength; local
1014 //Boolean validFormat = ExtractHeader(replyBuffer, header, headerLength);
1019 validFormat = ExtractHeader(replyBuffer, header, headerLength);
1083 ULong headerLength; local
1089 validFormat = ExtractHeader(inputBuffer, header, headerLength);
1112 if (DataDelivered(getRequest, header, headerLength, inputBuffer)) {
1192 ULong headerLength; local
1248 DataDelivered(TIrGetRequest* getRequest, TLMPDUHeader& header, ULong headerLength, CBufferSegment* dataBuffer) argument
[all...]
H A DIrLAPConn.h73 Boolean DataDelivered(TIrGetRequest* getRequest, TLMPDUHeader& header, ULong headerLength, CBufferSegment* dataBuffer);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcodesigdb.cpp55 size_t headerLength; local
57 headerLength = 1 + sprintf(header, "%c%d", type, user);
59 headerLength = 1 + sprintf(header, "%cS", type);
60 malloc(headerLength + key.length());
61 memcpy(this->data(), header, headerLength);
62 memcpy(get().at(headerLength), key.data(), key.length());
527 size_t headerLength = strlen(header) + 1; local
529 dumpData(key.at(headerLength), key.length() - headerLength);
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketHandshake.h96 int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
H A DWebSocketHandshake.cpp395 int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText) argument
409 for (p = header, consumedLength = 0; consumedLength < headerLength; p++, consumedLength++) {
424 if (consumedLength == headerLength)
H A DWebSocketChannel.cpp414 int headerLength = m_handshake->readServerHandshake(m_buffer.data(), m_buffer.size()); local
415 if (headerLength <= 0)
428 skipBuffer(headerLength);
435 skipBuffer(headerLength);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatinbuilder.h87 int32_t headerLength; member in class:CollationFastLatinBuilder
H A Dcollationfastlatinbuilder.cpp93 headerLength(0) {
139 result.append(0); // reserved for version & headerLength
153 headerLength = result.length();
154 uint32_t r0 = (CollationFastLatin::VERSION << 8) | headerLength;
201 U_ASSERT(p <= result[headerLength - 1]); // the loop will terminate
217 result.truncate(headerLength);
475 if(++group < headerLength) { // group is 1-based
615 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS;
622 result.setCharAt(headerLength + i, CollationFastLatin::BAIL_OUT);
646 result.setCharAt(headerLength
[all...]
H A Dcollationdatareader.cpp64 int32_t headerLength = header->dataHeader.headerSize; local
65 inBytes += headerLength;
67 inLength -= headerLength;
H A Dcollationfastlatin.cpp40 int32_t headerLength = *table & 0xff; local
41 int32_t i = headerLength - 1;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOLocalConfigDirectory.cpp503 int headerLength = 8; local
506 value = OSData::withCapacity( headerLength + stringLength + paddingLength );
513 value->appendBytes( &zeros, headerLength );
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp1414 uint32_t headerLength; local
1494 headerLength=10; /* include fullStage2Length */
1496 headerLength=MBCS_HEADER_V5_MIN_LENGTH; /* 9 */
1500 headerLength=MBCS_HEADER_V4_LENGTH; /* 8 */
1505 header.options|=(uint32_t)headerLength;
1511 headerLength*4+
1540 udata_writeBlock(pData, &header, headerLength*4);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dudatatst.c1399 int32_t length, dataLength, length2, headerLength; local
1435 headerLength=(int32_t)((const char *)inData-(const char *)inHeader);
1439 ds=udata_openSwapperForInputData(inHeader, headerLength,
1490 if(dataLength>=0 && (length+15)<(headerLength+dataLength)) {
1492 name, length, (headerLength+dataLength));
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheStorage.cpp1086 static inline void parseHeader(const CharacterType* header, size_t headerLength, ResourceResponse& response) argument
1088 size_t pos = find(header, headerLength, ':');
1092 String headerValue = String(header + pos + 1, headerLength - pos - 1);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.cpp1832 CFIndex headerLength = 0; local
1934 headerLength = (CFIndex)(((intptr_t)pData_Ptr) - ((intptr_t)CFDataGetBytePtr(tempPublicData)));
1937 tempPublicData, CFRangeMake(headerLength, CFDataGetLength(tempPublicData) - headerLength));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.cpp1832 CFIndex headerLength = 0; local
1934 headerLength = (CFIndex)(((intptr_t)pData_Ptr) - ((intptr_t)CFDataGetBytePtr(tempPublicData)));
1937 tempPublicData, CFRangeMake(headerLength, CFDataGetLength(tempPublicData) - headerLength));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.cpp1832 CFIndex headerLength = 0; local
1934 headerLength = (CFIndex)(((intptr_t)pData_Ptr) - ((intptr_t)CFDataGetBytePtr(tempPublicData)));
1937 tempPublicData, CFRangeMake(headerLength, CFDataGetLength(tempPublicData) - headerLength));
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvmbcs.c1419 uint32_t headerLength; local
1423 headerLength=MBCS_HEADER_V4_LENGTH;
1426 headerLength=header->options&MBCS_OPT_LENGTH_MASK;
1465 baseName=(const char *)header+headerLength*4;
1627 mbcsTable->stateTable=(const int32_t (*)[256])(raw+headerLength*4);

Completed in 128 milliseconds