Searched defs:alloc_func (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.c18 BrotliDecoderStateInit(BrotliDecoderState * s,brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
H A Ddecode.c77 BrotliDecoderCreateInstance(brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
H A Dstate.h244 brotli_alloc_func alloc_func; member in struct:BrotliDecoderStateStruct
/xsrc/external/mit/brotli/dist/c/enc/
H A Dmemory.h27 brotli_alloc_func alloc_func; member in struct:MemoryManager
H A Dmemory.c30 BrotliInitMemoryManager(MemoryManager * m,brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
H A Dencode.c797 BrotliEncoderCreateInstance(brotli_alloc_func alloc_func,brotli_free_func free_func,void * opaque) argument
/xsrc/external/mit/freetype/dist/src/bzip2/
H A Dftbzip2.c60 typedef void *(* alloc_func)(void*, int, int); typedef in typeref:typename:void * (*)(void *,int,int)
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef

Completed in 20 milliseconds