HomeSort by relevance Sort by last modified time
    Searched defs:Z_NULL (Results 1 - 13 of 13) sorted by null

  /external/freetype/src/gzip/
zlib.h 103 zalloc must return Z_NULL if there is not enough memory for the object.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
293 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
696 gzgets returns buf, or Z_NULL in case of error.
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
140 zalloc must return Z_NULL if there is not enough memory for the object.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
140 zalloc must return Z_NULL if there is not enough memory for the object.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 119 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 */
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, inflateInit update
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them t
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 119 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 */
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, inflateInit update
    [all...]
  /external/syslinux/com32/include/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
345 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
371 the caller. If next_in is not Z_NULL and avail_in is large enough (the
375 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them t
    [all...]
  /external/zlib/src/
zlib.h 119 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 */
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, inflateInit update
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
228 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
344 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
370 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
374 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them t
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them t
    [all...]
  /external/libvncserver/libvncclient/
rfbproto.c 46 #undef Z_NULL
47 #define Z_NULL NULL
    [all...]
  /external/libvncserver/rfb/
rfbproto.h 79 #undef Z_NULL
80 #define Z_NULL NULL
    [all...]

Completed in 213 milliseconds