Searched refs:ResData (Results 1 – 1 of 1) sorted by relevance
49 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLRead() local52 ResData -> Pointer += len; in NULLRead()61 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLSeek() local63 ResData ->Pointer = offset; in NULLSeek()70 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLTell() local71 return ResData -> Pointer; in NULLTell()77 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLWrite() local79 ResData ->Pointer += size; in NULLWrite()80 if (ResData ->Pointer > iohandler->UsedSpace) in NULLWrite()81 iohandler->UsedSpace = ResData ->Pointer; in NULLWrite()[all …]