Searched refs:alloc_func (Results 1 – 25 of 36) sorted by relevance
12
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | zlib.h | 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 80 alloc_func zalloc; /* used to allocate the internal state */
|
A D | ftgzip.c | 301 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 D | example.c-bak | 177 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 D | uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
A D | compress.c | 42 stream.zalloc = (alloc_func)0;
|
A D | infback.c | 44 if (strm->zalloc == (alloc_func)0) {
|
A D | inflate.c | 182 if (strm->zalloc == (alloc_func)0) { 1417 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
|
A D | deflate.c | 237 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 D | 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
|
A D | zlib-thin.adb | 102 Alloc : in alloc_func;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | compress.c | 37 stream.zalloc = (alloc_func)0;
|
A D | uncompr.c | 51 stream.zalloc = (alloc_func)0;
|
A D | zlib.h | 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 98 alloc_func zalloc; /* used to allocate the internal state */
|
A D | zconf.h | 143 # define alloc_func z_alloc_func macro
|
A D | infback.c | 44 if (strm->zalloc == (alloc_func)0) {
|
A D | inflate.c | 110 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 D | zlibpas.pas | 17 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 D | ftbzip2.c | 66 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 D | example.c | 72 static alloc_func zalloc = myalloc; 77 static alloc_func zalloc = (alloc_func)0;
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 97 alloc_func zalloc; /* used to allocate the internal state */
|
A D | zconf.in.h | 46 # define alloc_func z_alloc_func macro
|
A D | zconf.h | 111 # define alloc_func z_alloc_func macro
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zlib.h | 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 98 alloc_func zalloc; /* used to allocate the internal state */
|
A D | zconf.h | 143 # define alloc_func z_alloc_func macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 33 if (strm->zalloc == (alloc_func)0) {
|
Completed in 64 milliseconds
12