Lines Matching defs:zlib
70 #include <zlib.h>
117 * defined if we have a built-in zlib, and the built-in zlib handles that.
118 * That is not true for android where we have zlib.h and not -lz.
121 "import sys, zlib; sys.stdout.write(zlib.decompress(sys.stdin.read()))";
220 { { .func = zlibcmp }, -2, zlib_args, NULL }, /* 14, zlib */
620 size_t bytes_max, size_t *n, int zlib)
625 DPRINTF("builtin zlib decompression\n");
635 rc = zlib ? inflateInit(&z) : inflateInit2(&z, -15);
1058 return "zlib";