Searched refs:FSTEntry (Results 1 – 5 of 5) sorted by relevance
40 typedef struct FSTEntry FSTEntry; typedef42 struct FSTEntry struct67 FSTEntry* FSTEntries; in ARCInitHandle() argument95 FSTEntry* FSTEntries; in ARCOpen()101 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCOpen()131 FSTEntry* FSTEntries; in ARCFastOpen()140 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCFastOpen()199 FSTEntry* FSTEntries; in ARCConvertPathToEntrynum()207 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCConvertPathToEntrynum()305 FSTEntry* FSTEntries; in ARCEntrynumIsDir()[all …]
65 typedef struct FSTEntry FSTEntry; typedef67 struct FSTEntry struct85 FSTEntry* fst; argument
259 FSTEntry* currFSTEntry; in createFST()271 currFSTEntry = (FSTEntry*)FST; in createFST()425 fprintf(stderr, "size of fstentry is %d\n", sizeof(FSTEntry)); in makeFST()428 map.fstLength = sizeof(FSTEntry) * entryNum + stringCount; in makeFST()
97 handle->stringStartOffset = handle->entryNum * sizeof(FSTEntry); in OpenArc()115 static char* GetName(DarchHandle* handle, FSTEntry* entry) in GetName()127 FSTEntry* fstEntry; in GetNextEntry()
596 FSTEntry* currFSTEntry; in ConstructFSTFromStructure()625 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure()633 currFSTEntry = (FSTEntry*)fst; in ConstructFSTFromStructure()