Searched refs:alloc_func (Results 1 - 25 of 42) sorted by relevance

12

/external/libexif/libexif/
H A Dexif-mem.c7 ExifMemAllocFunc alloc_func; member in struct:_ExifMem
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, argument
39 if (!alloc_func && !realloc_func)
41 mem = alloc_func ? alloc_func (sizeof (ExifMem)) :
46 mem->alloc_func = alloc_func;
82 if (mem->alloc_func || mem->realloc_func)
83 return mem->alloc_func ? mem->alloc_func (d
[all...]
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_flate.h14 void* FPDFAPI_FlateInit(void* (*alloc_func)(void*, unsigned int, unsigned int),
/external/opencv/cxcore/src/
H A Dcxalloc.cpp80 CV_IMPL void cvSetMemoryManager( CvAllocFunc alloc_func, CvFreeFunc free_func, void* userdata ) argument
86 if( (alloc_func == 0) ^ (free_func == 0) )
89 p_cvAlloc = alloc_func ? alloc_func : icvDefaultAlloc;
/external/opencv3/3rdparty/zlib/
H A Duncompr.c42 stream.zalloc = (alloc_func)0;
H A Dcompress.c42 stream.zalloc = (alloc_func)0;
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
/external/pdfium/third_party/zlib_v128/
H A Duncompr.c42 stream.zalloc = (alloc_func)0;
H A Dcompress.c42 stream.zalloc = (alloc_func)0;
H A Dzlib.h149 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
166 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/zlib/src/
H A Duncompr.c42 stream.zalloc = (alloc_func)0;
H A Dcompress.c42 stream.zalloc = (alloc_func)0;
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/freetype/src/gzip/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
80 alloc_func zalloc; /* used to allocate the internal state */
H A Dftgzip.c300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
737 stream.zalloc = (alloc_func)ft_gzip_alloc;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
80 alloc_func zalloc; /* used to allocate the internal state */
H A Dftgzip.c300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
737 stream.zalloc = (alloc_func)ft_gzip_alloc;
/external/curl/src/
H A Dmkhelp.pl200 z.zalloc = (alloc_func)zalloc_func;
/external/curl/lib/
H A Dcontent_encoding.c177 z->zalloc = (alloc_func)zalloc_cb;
287 z->zalloc = (alloc_func)zalloc_cb;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bzip2/
H A Dftbzip2.c65 typedef void *(* alloc_func)(void*, int, int); typedef
175 bzstream->bzalloc = (alloc_func)ft_bzip2_alloc;
/external/zlib/src/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/external/zlib/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
40 zalloc: alloc_func; (* used to allocate the internal state *)

Completed in 511 milliseconds

12