gz_error          119 third_party/zlib/gzguts.h void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
gz_error           83 third_party/zlib/gzlib.c     gz_error(state, Z_OK, NULL);    /* clear error */
gz_error          317 third_party/zlib/gzlib.c         gz_error(state, Z_OK, NULL);
gz_error          478 third_party/zlib/gzlib.c     gz_error(state, Z_OK, NULL);
gz_error           37 third_party/zlib/gzread.c         gz_error(state, Z_ERRNO, zstrerror());
gz_error          121 third_party/zlib/gzread.c             gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error          136 third_party/zlib/gzread.c             gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error          162 third_party/zlib/gzread.c                 gz_error(state, Z_DATA_ERROR, "unknown compression method");
gz_error          167 third_party/zlib/gzread.c                 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
gz_error          248 third_party/zlib/gzread.c             gz_error(state, Z_DATA_ERROR, "unexpected end of file");
gz_error          255 third_party/zlib/gzread.c             gz_error(state, Z_STREAM_ERROR,
gz_error          260 third_party/zlib/gzread.c             gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error          264 third_party/zlib/gzread.c             gz_error(state, Z_DATA_ERROR,
gz_error          278 third_party/zlib/gzread.c             gz_error(state, Z_DATA_ERROR, "unexpected end of file");
gz_error          282 third_party/zlib/gzread.c             gz_error(state, Z_DATA_ERROR, "incorrect data check");
gz_error          286 third_party/zlib/gzread.c             gz_error(state, Z_DATA_ERROR, "incorrect length check");
gz_error          384 third_party/zlib/gzread.c         gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
gz_error          519 third_party/zlib/gzread.c         gz_error(state, Z_BUF_ERROR, "out of room to push characters");
gz_error          648 third_party/zlib/gzread.c     gz_error(state, Z_OK, NULL);
gz_error           29 third_party/zlib/gzwrite.c         gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error           41 third_party/zlib/gzwrite.c         gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error           81 third_party/zlib/gzwrite.c                 gz_error(state, Z_ERRNO, zstrerror());
gz_error           95 third_party/zlib/gzwrite.c             gz_error(state, Z_STREAM_ERROR,
gz_error          166 third_party/zlib/gzwrite.c         gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
gz_error          526 third_party/zlib/gzwrite.c     gz_error(state, Z_OK, NULL);