Home
last modified time | relevance | path

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

/external/zlib/src/contrib/pascal/
Dzlibpas.pas61 comm_max: Integer; (* space at comment (only when reading header) *)
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h120 uInt comm_max; /* space at comment (only when reading header) */ member
Dinflate.c731 state->length < state->head->comm_max)
/external/open-vcdiff/src/zlib/
Dzlib.h120 uInt comm_max; /* space at comment (only when reading header) */ member
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h120 uInt comm_max; /* space at comment (only when reading header) */ member
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h120 uInt comm_max; /* space at comment (only when reading header) */ member
/external/chromium_org/third_party/zlib/
Dzlib.h124 uInt comm_max; /* space at comment (only when reading header) */ member
Dinflate.c768 state->length < state->head->comm_max)
/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/zlib/src/test/
Dinfcover.c308 head.comm_max = len; in inf()