Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/freetype/src/gzip/
A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
80 alloc_func zalloc; /* used to allocate the internal state */
A Dftgzip.c301 zstream->zalloc = (alloc_func)ft_gzip_alloc; in ft_gzip_file_init()
711 stream.zalloc = (alloc_func)ft_gzip_alloc; in FT_Gzip_Uncompress()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak177 c_stream.zalloc = (alloc_func)0;
216 d_stream.zalloc = (alloc_func)0;
255 c_stream.zalloc = (alloc_func)0;
312 d_stream.zalloc = (alloc_func)0;
352 c_stream.zalloc = (alloc_func)0;
391 d_stream.zalloc = (alloc_func)0;
433 c_stream.zalloc = (alloc_func)0;
472 d_stream.zalloc = (alloc_func)0;
A Duncompr.c42 stream.zalloc = (alloc_func)0;
A Dcompress.c42 stream.zalloc = (alloc_func)0;
A Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
A Dinflate.c182 if (strm->zalloc == (alloc_func)0) {
1417 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
A Ddeflate.c237 if (strm->zalloc == (alloc_func)0) {
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A 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
A Dzlib-thin.adb102 Alloc : in alloc_func;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dcompress.c37 stream.zalloc = (alloc_func)0;
A Duncompr.c51 stream.zalloc = (alloc_func)0;
A Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
98 alloc_func zalloc; /* used to allocate the internal state */
A Dzconf.h143 # define alloc_func z_alloc_func macro
A Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
A Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
209 if (strm->zalloc == (alloc_func)0) {
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/AliOS-Things-master/components/freetype/src/bzip2/
A Dftbzip2.c66 typedef void *(* alloc_func)(void*, int, int); typedef
176 bzstream->bzalloc = (alloc_func)ft_bzip2_alloc; in ft_bzip2_file_init()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
A Dzconf.in.h46 # define alloc_func z_alloc_func macro
A Dzconf.h111 # define alloc_func z_alloc_func macro
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
98 alloc_func zalloc; /* used to allocate the internal state */
A Dzconf.h143 # define alloc_func z_alloc_func macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinfback9.c33 if (strm->zalloc == (alloc_func)0) {

Completed in 64 milliseconds

12