HomeSort by: relevance | last modified time | path
    Searched refs:gzip_normalize (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/examples/
gznorm.c 66 // 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) { function
465 int ret = gzip_normalize(stdin, stdout, &err);
  /src/external/gpl3/binutils/dist/zlib/examples/
gznorm.c 66 // 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) { function
465 int ret = gzip_normalize(stdin, stdout, &err);
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gznorm.c 66 // 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) { function
465 int ret = gzip_normalize(stdin, stdout, &err);

Completed in 28 milliseconds