Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/tools/darch/src/
Dextract.c78 if ( NULL == (handle->fst = malloc(fstLength)) ) in OpenArc()
90 if (fstLength != read(handle->fid, handle->fst, fstLength)) in OpenArc()
96 handle->entryNum = nextDir(handle->fst); in OpenArc()
119 stringStart = (char*)handle->fst + handle->stringStartOffset; in GetName()
137 fstEntry = &handle->fst[handle->currEntry]; in GetNextEntry()
204 free(handle->fst); in CloseArc()
Dcreate.c595 void* fst; in ConstructFSTFromStructure() local
623 if ( NULL == (fst = malloc(fstLength)) ) in ConstructFSTFromStructure()
629 currFSTEntry = (FSTEntry*)fst; in ConstructFSTFromStructure()
707 if (fstLength != write(fidNew, fst, fstLength)) in ConstructFSTFromStructure()
/RvlSDK-2.1/build/tools/darch/include/
Ddarch.h82 FSTEntry* fst; member