Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio0.c49 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLRead() local
52 ResData -> Pointer += len; in NULLRead()
61 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLSeek() local
63 ResData ->Pointer = offset; in NULLSeek()
70 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLTell() local
71 return ResData -> Pointer; in NULLTell()
77 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLWrite() local
79 ResData ->Pointer += size; in NULLWrite()
80 if (ResData ->Pointer > iohandler->UsedSpace) in NULLWrite()
81 iohandler->UsedSpace = ResData ->Pointer; in NULLWrite()
[all …]