Home
last modified time | relevance | path

Searched defs:opaque (Results 1 – 25 of 84) sorted by relevance

1234

/external/zlib/src/contrib/minizip/
Dioapi.c95 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()
Diowin32.c95 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 …]
Dioapi.h155 voidpf opaque; member
171 voidpf opaque; member
/external/freetype/src/gzip/
Dzutil.c83 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
Dftgzip.c142 zcalloc ( voidpf opaque, in zcalloc()
150 zcfree( voidpf opaque, in zcfree()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc34 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/
Dzutil.c220 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/
Dzutil.c220 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/
Dxfm.c27 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/
Dzutil.c341 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc()
346 void zcfree(voidpf opaque, voidpf ptr) in zcfree()
/external/clang/test/SemaObjCXX/
Dexceptions-fragile.mm4 void opaque(); function
/external/clang/test/CodeGenObjC/
Dgnu-exceptions.m4 void opaque(void); function
/external/clang/test/CodeGenObjCXX/
Dexceptions.mm4 void opaque(); function
/external/curl/lib/
Dcontent_encoding.c53 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/
Davio.h53 void *opaque; member
89 void *opaque; /**< A private pointer, passed to the read/write/seek/... member
/external/webrtc/webrtc/base/
Dlinuxfdwalk.c38 int fdwalk(void (*func)(void *, int), void *opaque) { in fdwalk() argument
/external/ppp/pppd/plugins/radius/
Dradattr.c104 cleanup(void *opaque, int arg) in cleanup()
/external/libyuv/files/source/
Dconvert_argb.cc840 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/
Duri.h35 char *opaque; /* opaque part */ member
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h87 typedef struct fake_rb_tree { void *opaque[8]; } fake_rb_tree_t; member
/external/valgrind/VEX/useful/
Dsmchash.c77 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/
DRequestHandle.java242 String opaque) { in setupDigestAuthResponse()
306 String opaque) { in computeDigestAuthResponse()
/external/nist-sip/java/javax/sip/header/
DAuthorizationHeader.java22 void setOpaque(String opaque) throws ParseException; in setOpaque()
/external/valgrind/VEX/switchback/
Dswitchback.c109 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/
Dtest_post.c500 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()

1234