Home
last modified time | relevance | path

Searched refs:Z_NULL (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/zlib/
H A Dzlib.h119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
145 zalloc must return Z_NULL if there is not enough memory for the object.
148 Z_NULL on entry to the initialization function, they are set to internal
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
385 first call). If zalloc and zfree are set to Z_NULL, inflateIni
[all...]

Completed in 2 milliseconds