Home | History | Annotate | Download | only in common

Lines Matching full:headersize

1977     int32_t headerSize;
1988 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
2010 inBytes=(const uint8_t *)inData+headerSize;
2011 outBytes=(uint8_t *)outData+headerSize;
2016 length-=headerSize;
2070 return headerSize+size;