Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

339     int32_t headerSize, collationSize;
342 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
366 (const char *)inData+headerSize,
367 length>=0 ? length-headerSize : -1,
368 (char *)outData+headerSize,
371 return headerSize+collationSize;
383 int32_t headerSize;
393 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
416 inBytes=(const uint8_t *)inData+headerSize;
417 outBytes=(uint8_t *)outData+headerSize;
431 ((length-headerSize)<(8*4) ||
432 (uint32_t)(length-headerSize)<(header.byteSize=udata_readInt32(ds, inHeader->byteSize)))
466 return headerSize+header.byteSize;