OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOhandler
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c
31
// memory block or any storage. Each
IOhandler
provides implementations for read,
37
// NULL
IOhandler
basically does nothing but keep track on how many bytes have been
39
// header. Then, whole profile is serialized across NULL
IOhandler
and a second pass
40
// writes the bytes to the pertinent
IOhandler
.
47
cmsUInt32Number NULLRead(cmsIOHANDLER*
iohandler
, void *Buffer, cmsUInt32Number size, cmsUInt32Number count)
49
FILENULL* ResData = (FILENULL*)
iohandler
->stream;
59
cmsBool NULLSeek(cmsIOHANDLER*
iohandler
, cmsUInt32Number offset)
61
FILENULL* ResData = (FILENULL*)
iohandler
->stream;
68
cmsUInt32Number NULLTell(cmsIOHANDLER*
iohandler
)
70
FILENULL* ResData = (FILENULL*)
iohandler
->stream
101
struct _cms_io_handler*
iohandler
= NULL;
local
239
cmsIOHANDLER*
iohandler
= NULL;
local
368
cmsIOHANDLER*
iohandler
= NULL;
local
425
cmsIOHANDLER*
iohandler
= NULL;
local
[
all
...]
lcms2_internal.h
704
cmsIOHANDLER*
IOhandler
;
[
all
...]
Completed in 53 milliseconds