Searched refs:extra_max (Results 1 - 16 of 16) sorted by relevance
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 57 extra_max: Integer; (* space at extra (only when reading header) *)
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 121 uInt extra_max; /* space at extra (only when reading header) */ member 1049 was valid if done is set to one.) If extra is not Z_NULL, then extra_max 1052 extra field, or that field truncated if extra_max is less than extra_len.
|
H A D | inflate.c | 734 state->head->extra_max) { in inflate() 736 len + copy > state->head->extra_max ? in inflate() 737 state->head->extra_max - len : copy); in inflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 119 uInt extra_max; /* space at extra (only when reading header) */
member 923 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
926 extra field, or that field truncated if extra_max is less than extra_len.
|
H A D | inflate.c | 726 len + copy > state->head->extra_max ?
727 state->head->extra_max - len : copy);
|
/third_party/zlib/ |
H A D | zlib.h | 121 uInt extra_max; /* space at extra (only when reading header) */ member 1050 was valid if done is set to one.) If extra is not Z_NULL, then extra_max 1053 extra field, or that field truncated if extra_max is less than extra_len.
|
H A D | inflate.c | 775 state->head->extra_max) { in inflate() 777 len + copy > state->head->extra_max ? in inflate() 778 state->head->extra_max - len : copy); in inflate()
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 745 state->head->extra_max) { in inflate() 747 len + copy > state->head->extra_max ? in inflate() 748 state->head->extra_max - len : copy); in inflate()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 776 state->head->extra_max) { 778 len + copy > state->head->extra_max ? 779 state->head->extra_max - len : copy);
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.c | 765 state->head->extra_max) { 767 len + copy > state->head->extra_max ? 768 state->head->extra_max - len : copy);
|
H A D | zlib.h | 121 uInt extra_max; /* space at extra (only when reading header) */ member 1045 was valid if done is set to one.) If extra is not Z_NULL, then extra_max 1048 extra field, or that field truncated if extra_max is less than extra_len.
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 121 uInt extra_max; /* space at extra (only when reading header) */ member 1047 was valid if done is set to one.) If extra is not Z_NULL, then extra_max 1050 extra field, or that field truncated if extra_max is less than extra_len.
|
H A D | inflate.c | 767 len + copy > state->head->extra_max ? 768 state->head->extra_max - len : copy);
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 326 head.extra_max = len; in inf()
|
/third_party/zlib/test/ |
H A D | infcover.c | 304 head.extra_max = len; in inf()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 778 len + copy > state->head->extra_max ? 779 state->head->extra_max - len : copy);
|
Completed in 30 milliseconds