Searched defs:alloc_func (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | state.c | 18 BrotliDecoderStateInit(BrotliDecoderState * s,brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
|
| H A D | decode.c | 77 BrotliDecoderCreateInstance(brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
|
| H A D | state.h | 244 brotli_alloc_func alloc_func; member in struct:BrotliDecoderStateStruct
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | memory.h | 27 brotli_alloc_func alloc_func; member in struct:MemoryManager
|
| H A D | memory.c | 30 BrotliInitMemoryManager(MemoryManager * m,brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
|
| H A D | encode.c | 797 BrotliEncoderCreateInstance(brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
|
| /xsrc/external/mit/freetype/dist/src/bzip2/ |
| H A D | ftbzip2.c | 60 typedef void *(* alloc_func)(void*, int, int); typedef in typeref:typename:void * (*)(void *,int,int)
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | zlib.h | 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
|
Completed in 20 milliseconds