Searched refs:Z_NULL (Results 1 – 2 of 2) sorted by relevance
89 strm.zalloc = Z_NULL; in util_compress_deflate()90 strm.zfree = Z_NULL; in util_compress_deflate()91 strm.opaque = Z_NULL; in util_compress_deflate()134 strm.zalloc = Z_NULL; in util_compress_inflate()135 strm.zfree = Z_NULL; in util_compress_inflate()136 strm.opaque = Z_NULL; in util_compress_inflate()
1207 #define Z_NULL 0 macro