Home
last modified time | relevance | path

Searched refs:FSTStringStart (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/libraries/arc/src/
Darc.c84 handle->FSTStringStart = (char*)&(FSTEntries[handle->entryNum]); in ARCInitHandle()
271 stringPtr = handle->FSTStringStart + stringOff(FSTEntries, i); in ARCConvertPathToEntrynum()
366 name = handle->FSTStringStart + stringOff(FSTEntries, entry); in entryToPath()
583 dirent->name = handle->FSTStringStart + stringOff(FSTEntries, loc); in ARCReadDir()
/RvlSDK-3.2.2/build/tools/darch/src/
Dfst.c261 char* FSTStringStart; in createFST() local
272 FSTStringStart = (char*)(currFSTEntry + entryNum); in createFST()
293 strcpy( (void*)(FSTStringStart + curr->nameOffset), in createFST()
Dcreate.c594 char* FSTStringStart; in ConstructFSTFromStructure() local
634 charPtr = FSTStringStart = (char*)(currFSTEntry + total); in ConstructFSTFromStructure()
656 setStringOff(currFSTEntry, charPtr - FSTStringStart); in ConstructFSTFromStructure()
/RvlSDK-3.2.2/include/revolution/
Darc.h66 char* FSTStringStart; member