Home | History | Annotate | Download | only in common

Lines Matching refs:scriptToLeadByte

235         header.scriptToLeadByte=        ds->readUInt32(inHeader->scriptToLeadByte);
241 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
242 &(outHeader->scriptToLeadByte), pErrorCode);
311 if(header.scriptToLeadByte!=0) {
312 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
313 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
314 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
316 outBytes+header.scriptToLeadByte, pErrorCode);