HomeSort by relevance Sort by last modified time
    Searched refs:ZFREE (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
zutil.h 266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
267 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
178 ZFREE(strm, state);
    [all...]
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
619 ZFREE(strm, strm->state);
deflate.c 247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
368 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
883 ZFREE(strm, strm->state);
    [all...]
  /external/zlib/src/
zutil.h 245 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
246 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 169 ZFREE(strm, state->window);
201 if (strm->zfree == (free_func)0)
205 strm->zfree = zcfree;
215 ZFREE(strm, state);
    [all...]
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
636 ZFREE(strm, strm->state);
deflate.c 248 if (strm->zfree == (free_func)0)
252 strm->zfree = zcfree;
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
403 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
    [all...]
  /external/zlib/src/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
611 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
613 ZFREE(strm, strm->state);

Completed in 310 milliseconds