Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds