Searched refs:inEntries (Results 1 – 5 of 5) sorted by relevance
349 const UDataOffsetTOCEntry *inEntries; in udata_swapPackage() local410 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4); in udata_swapPackage()421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()547 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
455 const UDataOffsetTOCEntry *inEntries; in readPackage() local507 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4); in readPackage()524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()550 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; in readPackage()580 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset; in readPackage()636 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset; in readPackage()646 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset); in readPackage()661 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()