Home
last modified time | relevance | path

Searched refs:gzhead (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/zlib/
A Ddeflate.c272 s->gzhead = Z_NULL;
396 strm->state->gzhead = head;
515 if (s->gzhead->extra != Z_NULL)
517 str = s->gzhead->name;
522 str = s->gzhead->comment;
527 if (s->gzhead->hcrc)
613 if (s->gzhead == Z_NULL) {
644 if (s->gzhead->hcrc)
682 if (s->gzhead->extra != Z_NULL) {
710 if (s->gzhead->name != Z_NULL) {
[all …]
A Ddeflate.h102 gz_headerp gzhead; /* gzip header information to write */ member

Completed in 6 milliseconds