Searched refs:ResData (Results 1 – 1 of 1) sorted by relevance
50 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLRead() local53 ResData -> Pointer += len; in NULLRead()62 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLSeek() local64 ResData ->Pointer = offset; in NULLSeek()71 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLTell() local72 return ResData -> Pointer; in NULLTell()78 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLWrite() local80 ResData ->Pointer += size; in NULLWrite()81 if (ResData ->Pointer > iohandler->UsedSpace) in NULLWrite()82 iohandler->UsedSpace = ResData ->Pointer; in NULLWrite()[all …]