HomeSort by: relevance | last modified time | path
    Searched defs:Z_MEM_ERROR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 433 #define Z_MEM_ERROR (-4)
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
607 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
680 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
738 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
789 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
855 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
925 compress returns Z_OK if success, Z_MEM_ERROR if there was not
939 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was no
    [all...]
  /src/common/dist/zlib/
zlib.h 185 #define Z_MEM_ERROR (-4)
243 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
391 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
513 by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR
605 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
691 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
878 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
957 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
1094 the parameters are invalid, Z_MEM_ERROR if the internal state could not be
1244 compress returns Z_OK if success, Z_MEM_ERROR if there was no
    [all...]

Completed in 15 milliseconds