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

  /src/common/dist/zlib/
gzread.c 28 gz_error(state, Z_ERRNO, zstrerror());
87 gz_error(state, Z_MEM_ERROR, "out of memory");
102 gz_error(state, Z_MEM_ERROR, "out of memory");
168 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
175 gz_error(state, Z_STREAM_ERROR,
180 gz_error(state, Z_MEM_ERROR, "out of memory");
184 gz_error(state, Z_DATA_ERROR,
361 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
394 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
478 gz_error(state, Z_DATA_ERROR, "out of room to push characters")
    [all...]
gzwrite.c 18 gz_error(state, Z_MEM_ERROR, "out of memory");
28 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
82 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
254 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
280 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
350 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
627 gz_error(state, Z_OK, NULL)
    [all...]
gzguts.h 206 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
gzlib.c 79 gz_error(state, Z_OK, NULL); /* clear error */
376 gz_error(state, Z_OK, NULL);
520 gz_error(state, Z_OK, NULL);
529 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { function in typeref:typename:void ZLIB_INTERNAL
zconf.h 69 # define gz_error z_gz_error macro
zconf.h.in 65 # define gz_error z_gz_error macro
zconf.h.cmakein 67 # define gz_error z_gz_error

Completed in 19 milliseconds