Home
last modified time | relevance | path

Searched refs:gzip_normalize (Results 1 - 1 of 1) sorted by relevance

/third_party/zlib/examples/
H A Dgznorm.c66 // will be allocated on the stack by gzip_normalize(). Must fit in an unsigned.
83 // and assures that gzip_normalize applied a second time will not change the
86 local int gzip_normalize(FILE *in, FILE *out, char **err) { in gzip_normalize() function
465 int ret = gzip_normalize(stdin, stdout, &err); in main()

Completed in 2 milliseconds