Searched refs:extra_len (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c595 wraplen += 2 + s->gzhead->extra_len;
725 put_byte(s, s->gzhead->extra_len & 0xff);
726 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
785 if (s->gzindex == s->gzhead->extra_len) {
H A Dzlib.h118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
755 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
980 extra_len contains the actual extra field length, and extra contains the
981 extra field, or that field truncated if extra_max is less than extra_len.
H A Dinflate.c726 state->head->extra_len = (unsigned)hold;
740 len = state->head->extra_len - state->length;

Completed in 30 milliseconds