Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas61 comm_max: Integer; (* space at comment (only when reading header) *)
/external/zlib/src/
Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
Dinflate.c784 state->length < state->head->comm_max)
/external/zlib/
Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/external/opencv3/3rdparty/zlib/
Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
Dinflate.c784 state->length < state->head->comm_max)
/external/pdfium/third_party/zlib_v128/
Dzlib.h192 uInt comm_max; /* space at comment (only when reading header) */ member
Dinflate.c784 state->length < state->head->comm_max) in inflate()
/external/zlib/src/test/
Dinfcover.c308 head.comm_max = len; in inf()