Searched refs:inEntries (Results 1 – 2 of 2) sorted by relevance
347 const UDataOffsetTOCEntry *inEntries; in udata_swapPackage() local408 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4); in udata_swapPackage()419 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()443 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()465 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()490 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()545 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()546 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
456 const UDataOffsetTOCEntry *inEntries; in readPackage() local508 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4); in readPackage()525 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()551 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; in readPackage()581 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset; in readPackage()637 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset; in readPackage()647 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset); in readPackage()662 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()