HomeSort by relevance Sort by last modified time
    Searched defs:free_func (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/brotli/enc/
memory.h 26 brotli_free_func free_func; member in struct:MemoryManager
38 MemoryManager* m, brotli_alloc_func alloc_func, brotli_free_func free_func,
  /external/libexif/libexif/
exif-mem.c 9 ExifMemFreeFunc free_func; member in struct:_ExifMem
35 ExifMemFreeFunc free_func)
48 mem->free_func = free_func;
72 if (mem->free_func) {
73 mem->free_func (d);
  /external/boringssl/src/crypto/
ex_data.c 129 CRYPTO_EX_free *free_func; local
133 long argl, void *argp, CRYPTO_EX_free *free_func) {
145 funcs->free_func = free_func;
249 if (func_pointer->free_func) {
251 func_pointer->free_func(obj, ptr, ad, i + ex_data_class->num_reserved,
  /external/harfbuzz_ng/test/api/
test-blob.c 149 hb_destroy_func_t free_func; local
156 free_func = (hb_destroy_func_t) free_up;
162 free_func = (hb_destroy_func_t) free_up;
169 free_func = (hb_destroy_func_t) free_up_free;
182 free_func = (hb_destroy_func_t) free_up_munmap;
194 fixture->blob = hb_blob_create (data, len, mm, fixture, free_func);
  /external/freetype/src/gzip/
zlib.h 64 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
81 free_func zfree; /* used to free the internal state */
    [all...]
  /development/ndk/platforms/android-9/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 47 # define free_func z_free_func macro
zconf.in.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
zconf.h 47 # define free_func z_free_func macro
zlib.h 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
zconf.h 47 # define free_func z_free_func macro

Completed in 965 milliseconds

1 2 3 4 5 6 7 8 9