Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/arc/src/
Darc.c81 handle->FSTStringStart = (char*)&(FSTEntries[handle->entryNum]); in ARCInitHandle()
268 stringPtr = handle->FSTStringStart + stringOff(FSTEntries, i); in ARCConvertPathToEntrynum()
352 name = handle->FSTStringStart + stringOff(FSTEntries, entry); in entryToPath()
569 dirent->name = handle->FSTStringStart + stringOff(FSTEntries, loc); in ARCReadDir()
/RvlSDK-2.1/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.c590 char* FSTStringStart; in ConstructFSTFromStructure() local
630 charPtr = FSTStringStart = (char*)(currFSTEntry + total); in ConstructFSTFromStructure()
652 setStringOff(currFSTEntry, charPtr - FSTStringStart); in ConstructFSTFromStructure()
/RvlSDK-2.1/include/revolution/
Darc.h63 char* FSTStringStart; member