/external/zlib/src/contrib/minizip/ |
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
D | iowin32.c | 95 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 148 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 168 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 197 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 219 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 260 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 283 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 308 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 346 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
D | ioapi.h | 155 voidpf opaque; member 171 voidpf opaque; member
|
/external/freetype/src/gzip/ |
D | zutil.c | 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 164 voidpf zcalloc (opaque, items, size) in zcalloc() argument 173 void zcfree (opaque, ptr) in zcfree() argument
|
D | ftgzip.c | 142 zcalloc ( voidpf opaque, in zcalloc() 150 zcfree( voidpf opaque, in zcfree()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 34 static void JpegCopyI420(void* opaque, in JpegCopyI420() 52 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 70 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 88 static void JpegI411ToI420(void* opaque, in JpegI411ToI420() 106 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 232 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 246 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 260 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 274 static void JpegI411ToARGB(void* opaque, in JpegI411ToARGB() 288 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/external/zlib/src/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 314 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/opencv3/3rdparty/zlib/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 314 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 27 void *opaque, in aes_128_cbc_hmac_sha1_96_func() 101 void *opaque, in aes_128_cbc_hmac_sha1_96_inv() 188 void *opaque, in aes_128_cbc_hmac_sha1_96_enc() 299 void *opaque, in aes_128_cbc_hmac_sha1_96_dec() 447 void *opaque, in null_enc() 502 void *opaque, in null_dec()
|
/external/pdfium/third_party/zlib_v128/ |
D | zutil.c | 341 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() 346 void zcfree(voidpf opaque, voidpf ptr) in zcfree()
|
/external/clang/test/SemaObjCXX/ |
D | exceptions-fragile.mm | 4 void opaque(); function
|
/external/clang/test/CodeGenObjC/ |
D | gnu-exceptions.m | 4 void opaque(void); function
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions.mm | 4 void opaque(); function
|
/external/curl/lib/ |
D | content_encoding.c | 53 zalloc_cb(voidpf opaque, unsigned int items, unsigned int size) in zalloc_cb() 61 zfree_cb(voidpf opaque, voidpf ptr) in zfree_cb()
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avio.h | 53 void *opaque; member 89 void *opaque; /**< A private pointer, passed to the read/write/seek/... member
|
/external/webrtc/webrtc/base/ |
D | linuxfdwalk.c | 38 int fdwalk(void (*func)(void *, int), void *opaque) { in fdwalk() argument
|
/external/ppp/pppd/plugins/radius/ |
D | radattr.c | 104 cleanup(void *opaque, int arg) in cleanup()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 840 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 854 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 868 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 882 static void JpegI411ToARGB(void* opaque, in JpegI411ToARGB() 896 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/external/libxml2/include/libxml/ |
D | uri.h | 35 char *opaque; /* opaque part */ member
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 87 typedef struct fake_rb_tree { void *opaque[8]; } fake_rb_tree_t; member
|
/external/valgrind/VEX/useful/ |
D | smchash.c | 77 void* opaque ) in apply_to_all() 258 void try_onebit_changes( GuestBytes* gb, void* opaque ) in try_onebit_changes()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 242 String opaque) { in setupDigestAuthResponse() 306 String opaque) { in computeDigestAuthResponse()
|
/external/nist-sip/java/javax/sip/header/ |
D | AuthorizationHeader.java | 22 void setOpaque(String opaque) throws ParseException; in setOpaque()
|
/external/valgrind/VEX/switchback/ |
D | switchback.c | 109 static Bool chase_into_ok ( void* opaque, Addr64 dst ) { in chase_into_ok() 113 static UInt needs_self_check ( void* opaque, const VexGuestExtents* vge ) { in needs_self_check()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_post.c | 500 readBuffer(void *p, size_t size, size_t nmemb, void *opaque) in readBuffer() 517 slowReadBuffer(void *p, size_t size, size_t nmemb, void *opaque) in slowReadBuffer()
|