HomeSort by: relevance | last modified time | path
    Searched refs:extra_max (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
inflate.c 742 state->head->extra_max) {
744 len + copy > state->head->extra_max ?
745 state->head->extra_max - len : copy);
zlib.h 123 uInt extra_max; /* space at extra (only when reading header) */ member in struct:gz_header_s
1052 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1055 extra field, or that field truncated if extra_max is less than extra_len.
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 57 extra_max: Integer; (* space at extra (only when reading header) *)
  /src/common/dist/zlib/test/
infcover.c 304 head.extra_max = len;

Completed in 25 milliseconds