Searched refs:FSTEntry (Results 1 – 5 of 5) sorted by relevance
37 typedef struct FSTEntry FSTEntry; typedef39 struct FSTEntry struct64 FSTEntry* FSTEntries; in ARCInitHandle() argument92 FSTEntry* FSTEntries; in ARCOpen()98 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCOpen()128 FSTEntry* FSTEntries; in ARCFastOpen()137 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCFastOpen()196 FSTEntry* FSTEntries; in ARCConvertPathToEntrynum()204 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCConvertPathToEntrynum()343 FSTEntry* FSTEntries; in entryToPath()[all …]
62 typedef struct FSTEntry FSTEntry; typedef64 struct FSTEntry struct82 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()
592 FSTEntry* currFSTEntry; in ConstructFSTFromStructure()621 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure()629 currFSTEntry = (FSTEntry*)fst; in ConstructFSTFromStructure()