Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas61 comm_max: Integer; (* space at comment (only when reading header) *)
/external/zlib/
Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/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/pdfium/core/include/thirdparties/zlib/
Dzlib.h188 uInt comm_max; /* space at comment (only when reading header) */ member
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzlib.h192 uInt comm_max; /* space at comment (only when reading header) */ member
Dfx_zlib_inflate.c784 state->length < state->head->comm_max) in inflate()
/external/zlib/src/test/
Dinfcover.c308 head.comm_max = len; in inf()