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