Home
last modified time | relevance | path

Searched defs:opaque (Results 1 – 25 of 88) 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
/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/python/cpython2/Modules/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/syslinux/com32/lib/zlib/
Dzutil.c216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
310 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, in JpegCopyI420()
53 static void JpegI422ToI420(void* opaque, in JpegI422ToI420()
71 static void JpegI444ToI420(void* opaque, in JpegI444ToI420()
89 static void JpegI411ToI420(void* opaque, in JpegI411ToI420()
107 static void JpegI400ToI420(void* opaque, in JpegI400ToI420()
233 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB()
247 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB()
261 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB()
275 static void JpegI411ToARGB(void* opaque, in JpegI411ToARGB()
289 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
/external/libyuv/files/source/
Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, in JpegCopyI420()
49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420()
63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420()
77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420()
192 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB()
203 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB()
214 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB()
225 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
/external/brotli/dec/
Dstate.c18 static void* DefaultAllocFunc(void* opaque, size_t size) { in DefaultAllocFunc()
23 static void DefaultFreeFunc(void* opaque, void* address) { in DefaultFreeFunc()
33 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliDecoderStateInitWithCustomAllocators()
/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/brotli/enc/
Dmemory.c31 static void* DefaultAllocFunc(void* opaque, size_t size) { in DefaultAllocFunc()
36 static void DefaultFreeFunc(void* opaque, void* address) { in DefaultFreeFunc()
43 void* opaque) { in BrotliInitMemoryManager()
Dmemory.h27 void* opaque; member
/external/pdfium/third_party/zlib_v128/
Dzutil.c333 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc()
338 void zcfree(voidpf opaque, voidpf ptr) in zcfree()
/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/skia/bench/
DBlurOccludedRRectBench.cpp32 SkPaint opaque; in onDraw() local
/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/libmojo/base/android/java/src/org/chromium/base/library_loader/
DLegacyLinker.java567 public static void postCallbackOnMainThread(final long opaque) { in postCallbackOnMainThread()
582 private static native void nativeRunCallbackOnUiThread(long opaque); in nativeRunCallbackOnUiThread()
/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/nist-sip/java/javax/sip/header/
DAuthorizationHeader.java22 void setOpaque(String opaque) throws ParseException; in setOpaque()
/external/apache-http/android/src/android/net/http/
DRequestHandle.java242 String opaque) { in setupDigestAuthResponse()
306 String opaque) { in computeDigestAuthResponse()

1234