Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/lgpl3/gmp/dist/
Dmp_set_fns.c35 mp_set_memory_functions (void *(*alloc_func) (size_t), in mp_set_memory_functions()
39 if (alloc_func == 0) in mp_set_memory_functions()
40 alloc_func = __gmp_default_allocate; in mp_set_memory_functions()
46 __gmp_allocate_func = alloc_func; in mp_set_memory_functions()
Dmp_get_fns.c35 mp_get_memory_functions (void *(**alloc_func) (size_t), in mp_get_memory_functions()
39 if (alloc_func != NULL) in mp_get_memory_functions()
40 *alloc_func = __gmp_allocate_func; in mp_get_memory_functions()
/netbsd/src/common/dist/zlib/contrib/ada/
Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
Dzlib-thin.adb102 Alloc : in alloc_func;
/netbsd/src/common/dist/zlib/contrib/pascal/
Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.h90 # define alloc_func netpgpv_z_alloc_func macro
422 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
439 alloc_func zalloc; /* used to allocate the internal state */
Dzlib.c316 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
2213 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
/netbsd/src/sys/net/
Dzlib.h357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt); typedef
374 alloc_func zalloc; /* used to allocate the internal state */
/netbsd/src/common/dist/zlib/
Dcompress.c34 stream.zalloc = (alloc_func)0; in compress2()
Duncompr.c49 stream.zalloc = (alloc_func)0; in uncompress2()
Dzlib.h83 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
100 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h150 # define alloc_func z_alloc_func macro
Dinfback.c39 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
Dinflate.c99 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
190 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
Dzconf.h.cmakein148 # define alloc_func z_alloc_func
Dzconf.h.in146 # define alloc_func z_alloc_func macro
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dzlib.h79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
96 alloc_func zalloc; /* used to allocate the internal state */
Dinflate.c164 if (strm->zalloc == (alloc_func)0) {
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
Ddeflate.c249 if (strm->zalloc == (alloc_func)0) {
369 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Doacc-host.c279 .alloc_func = host_alloc,
Dlibgomp.h1238 __typeof (GOMP_OFFLOAD_alloc) *alloc_func; member
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/
Dmini-gmp.c323 mp_get_memory_functions (void *(**alloc_func) (size_t), in mp_get_memory_functions()
327 if (alloc_func) in mp_get_memory_functions()
328 *alloc_func = gmp_allocate_func; in mp_get_memory_functions()
338 mp_set_memory_functions (void *(*alloc_func) (size_t), in mp_set_memory_functions()
342 if (!alloc_func) in mp_set_memory_functions()
343 alloc_func = gmp_default_alloc; in mp_set_memory_functions()
349 gmp_allocate_func = alloc_func; in mp_set_memory_functions()
/netbsd/src/common/dist/zlib/contrib/infback9/
Dinfback9.c29 if (strm->zalloc == (alloc_func)0) { in inflateBack9Init_()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c560 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()
1426 zstr.zalloc = (alloc_func)0; in decompress_ctf()
/netbsd/src/common/dist/zlib/contrib/minizip/
Dunzip.c1428 pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; in unzOpenCurrentFile3()
1449 pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; in unzOpenCurrentFile3()

12