HomeSort by relevance Sort by last modified time
    Searched defs:zfree (Results 51 - 56 of 56) sorted by null

1 23

  /external/chromium_org/third_party/zlib/
zlib.h 98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
135 to zero. The application must initialize zalloc, zfree and opaque before
140 parameter for calls of zalloc and zfree. This can be useful for custom
145 If zlib is used in a multi-threaded application, zalloc and zfree must be
148 On 16-bit systems, the functions zalloc and zfree must be able to allocate
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc, zfree and opaque must be initialized before by the caller. If
233 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /external/qemu/
loader.c 385 static void zfree(void *x, void *addr) function
433 s.zfree = zfree;
  /external/zlib/src/
zlib.h 98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 has dropped to zero. The application must initialize zalloc, zfree and
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
226 zalloc, zfree and opaque must be initialized before by the caller.
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 has dropped to zero. The application must initialize zalloc, zfree and
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
226 zalloc, zfree and opaque must be initialized before by the caller.
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 has dropped to zero. The application must initialize zalloc, zfree and
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
226 zalloc, zfree and opaque must be initialized before by the caller.
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]

Completed in 460 milliseconds

1 23