Lines Matching refs:readUInt32
768 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC ||
769 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
779 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
817 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
818 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
822 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
823 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
827 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
828 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
832 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths);
833 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
837 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);
838 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength);
842 sectionStart = ds->readUInt32(spoofDH->fLowerCaseTrie);
843 sectionLength = ds->readUInt32(spoofDH->fLowerCaseTrieLength);
847 sectionStart = ds->readUInt32(spoofDH->fScriptSets);
848 sectionLength = ds->readUInt32(spoofDH->fScriptSetsLength) * sizeof(ScriptSet);
856 uint32_t magic = ds->readUInt32(spoofDH->fMagic);