Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

1845     int32_t headerSize;
1857 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1879 inBytes=(const uint8_t *)inData+headerSize;
1880 outBytes=(uint8_t *)outData+headerSize;
1884 length-=headerSize;
2103 return headerSize+(int32_t)offset;