Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dgunzip.c44 int gzip_parse_header(const unsigned char *src, unsigned long len) in gzip_parse_header() function
74 int offset = gzip_parse_header(src, *lenp); in gunzip()
H A Dfdtdec.c1180 if (gzip_parse_header(src, sz_in) < 0) in uncompress_blob()
/openbmc/u-boot/include/
H A Dcommon.h417 int gzip_parse_header(const unsigned char *src, unsigned long len);