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

  /src/common/dist/zlib/
compress.c 34 stream.zalloc = (alloc_func)0;
uncompr.c 49 stream.zalloc = (alloc_func)0;
zlib.h 83 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef in typeref:typename:voidpf (*)(voidpf opaque,uInt items,uInt size)
100 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 150 # define alloc_func z_alloc_func macro
infback.c 39 if (strm->zalloc == (alloc_func)0) {
zconf.h.in 146 # define alloc_func z_alloc_func macro
inflate.c 99 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
190 if (strm->zalloc == (alloc_func)0) {
zconf.h.cmakein 148 # define alloc_func z_alloc_func
deflate.c 395 if (strm->zalloc == (alloc_func)0) {
534 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
  /src/common/dist/zlib/contrib/ada/
zlib-thin.adb 102 Alloc : in alloc_func;
zlib-thin.ads 115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
  /src/common/dist/zlib/test/
example.c 49 static alloc_func zalloc = myalloc;
54 static alloc_func zalloc = (alloc_func)0;
  /src/sys/net/
zlib.h 357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt); typedef in typeref:typename:voidpf (*)(voidpf,uInt,uInt)
374 alloc_func zalloc; /* used to allocate the internal state */
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
40 zalloc: alloc_func; (* used to allocate the internal state *)
  /src/common/dist/zlib/contrib/infback9/
infback9.c 29 if (strm->zalloc == (alloc_func)0) {
  /src/common/dist/zlib/contrib/minizip/
unzip.c 1428 pfile_in_zip_read_info->stream.zalloc = (alloc_func)0;
1449 pfile_in_zip_read_info->stream.zalloc = (alloc_func)0;
zip.c 1185 zi->ci.stream.zalloc = (alloc_func)0;

Completed in 24 milliseconds