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

  /src/sys/net/
zlib.h 397 zalloc must return Z_NULL if there is not enough memory for the object.
459 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
600 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
604 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
1037 gzgets returns buf, or Z_NULL in case of error.
1143 uLong adler = adler32(0L, Z_NULL, 0);
1161 uLong crc = crc32(0L, Z_NULL, 0);
  /src/common/dist/zlib/
zlib.h 121 Bytef *extra; /* pointer to extra field or Z_NULL if none */
122 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
124 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
126 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
147 zalloc must return Z_NULL if there is not enough memory for the object.
150 Z_NULL on entry to the initialization function, they are set to internal
214 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
234 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
357 if next_in or next_out was Z_NULL or the state was inadvertently written over
387 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]

Completed in 13 milliseconds