Home
last modified time | relevance | path

Searched refs:extra_len (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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) {
Dzlib.h118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
Dinflate.c726 state->head->extra_len = (unsigned)hold;
740 len = state->head->extra_len - state->length;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c612 put_byte(s, s->gzhead->extra_len & 0xff);
613 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
672 if (s->gzindex == s->gzhead->extra_len) {
Dzlib.h115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
Dinflate.c673 state->head->extra_len = (unsigned)hold;
687 len = state->head->extra_len - state->length;