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

1 2 3 4 5

  /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 127 CRYPTO_EX_free *free_func; member in struct:crypto_ex_data_func_st
133 CRYPTO_EX_free *free_func) {
146 funcs->free_func = free_func;
281 if (func_pointer->free_func) {
283 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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bzip2/
ftbzip2.c 66 typedef void (* free_func)(void*, void*); typedef
176 bzstream->bzfree = (free_func) ft_bzip2_free;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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-3/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/platforms/android-14/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/current/platforms/android-14/arch-x86/usr/include/
zconf.h 47 # define free_func z_free_func macro

Completed in 3144 milliseconds

1 2 3 4 5