Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c515 wraplen += 2 + s->gzhead->extra_len;
640 put_byte(s, s->gzhead->extra_len & 0xff);
641 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
684 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
700 if (s->gzindex == s->gzhead->extra_len) {
H A Dinflate.c445 state->head->extra_len = (unsigned)hold; in inflate()
459 len = state->head->extra_len - state->length; in inflate()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h451 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member