HomeSort by: relevance | last modified time | path
    Searched refs:free_func (Results 1 - 18 of 18) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_typefun.c 8 typedef void (*free_func)(void *opaque, void *address); typedef in typeref:typename:void (*)(void * opaque,void * address)
31 void (*free_func)(OPENSSL_BLOCK), int ex_tag,
  /src/common/dist/zlib/
compress.c 35 stream.zfree = (free_func)0;
uncompr.c 50 stream.zfree = (free_func)0;
infback.c 47 if (strm->zfree == (free_func)0)
624 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
zlib.h 84 typedef void (*free_func)(voidpf opaque, voidpf address); typedef in typeref:typename:void (*)(voidpf opaque,voidpf address)
101 free_func zfree; /* used to free the internal state */
zconf.h 152 # define free_func z_free_func macro
zconf.h.in 148 # define free_func z_free_func macro
inflate.c 99 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
198 if (strm->zfree == (free_func)0)
zconf.h.cmakein 150 # define free_func z_free_func
deflate.c 403 if (strm->zfree == (free_func)0)
534 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
  /src/common/dist/zlib/contrib/ada/
zlib-thin.adb 103 Free : in free_func) is
zlib-thin.ads 121 type free_func is access procedure (opaque : Voidp; address : Voidp);
329 Free : in free_func);
375 zfree : free_func := null; -- used to free the internal state
  /src/common/dist/zlib/test/
example.c 50 static free_func zfree = myfree;
55 static free_func zfree = (free_func)0;
  /src/sys/net/
zlib.h 358 typedef void (*free_func)(voidpf, voidpf); typedef in typeref:typename:void (*)(voidpf,voidpf)
375 free_func zfree; /* used to free the internal state */
  /src/common/dist/zlib/contrib/infback9/
infback9.c 33 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
597 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 19 free_func = procedure(opaque, address: Pointer);
41 zfree: free_func; (* used to free the internal state *)
  /src/common/dist/zlib/contrib/minizip/
unzip.c 1424 pfile_in_zip_read_info->bstream.bzfree = (free_func)0;
1429 pfile_in_zip_read_info->stream.zfree = (free_func)0;
1450 pfile_in_zip_read_info->stream.zfree = (free_func)0;
zip.c 1186 zi->ci.stream.zfree = (free_func)0;

Completed in 344 milliseconds