| /third_party/libwebsockets/win32port/zlib/ |
| H A D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
in zcalloc() argument 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
in zcfree() argument 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
in zcalloc() argument 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
in zcfree() argument [all...] |
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument [all...] |
| /third_party/node/deps/zlib/ |
| H A D | zutil.c | 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument 227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() argument 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() argument 268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() argument 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument 292 zcfree(voidpf opaque, voidpf ptr) zcfree() argument [all...] |
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | ioapi.c | 95 fopen_file_func(voidpf opaque, const char* filename, int mode) fopen_file_func() argument 113 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument 132 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument 139 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument 146 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument 154 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument 161 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument 184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument 210 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument 217 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/ |
| H A D | minimal-http-client-attach.c | 120 attach_callback(struct lws_context *context, int tsi, void *opaque) in attach_callback() argument 151 lws_attach_with_pthreads_locking(struct lws_context *context, int tsi, lws_attach_cb_t cb, lws_system_states_t state, void *opaque, struct lws_attach_item **get) lws_attach_with_pthreads_locking() argument
|
| /third_party/rust/crates/cxx/src/ |
| H A D | lib.rs | 452 mod opaque; global() modules [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8_dec.h | 62 void* opaque; // user data member
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
| H A D | FFMpegExtractor.cpp | 24 int read(void *opaque, uint8_t *buf, int buf_size) { in read() argument 31 int64_t seek(void *opaque, int64_t offset, int whence){ in seek() argument
|
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| H A D | ioapi.c | 95 fopen_file_func(voidpf opaque, const char* filename, int mode) fopen_file_func() argument 113 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument 132 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument 139 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument 146 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument 154 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument 161 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument 184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument 210 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument 217 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument [all...] |
| /third_party/zlib/contrib/minizip/ |
| H A D | ioapi.c | 86 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { in fopen_file_func() argument 104 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument 123 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument 130 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument 137 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument 145 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument 152 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument 175 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument 201 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument 208 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument [all...] |
| /third_party/zlib/ |
| H A D | zutil.c | 209 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 235 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() argument 272 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc() argument 278 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() argument 297 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 304 zcfree(voidpf opaque, voidpf ptr) zcfree() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | error_resilience.h | 89 void *opaque; member
|
| H A D | cbs_jpeg.c | 85 static void cbs_jpeg_free_application_data(void *opaque, uint8_t *content) in cbs_jpeg_free_application_data() argument 92 static void cbs_jpeg_free_comment(void *opaque, uint8_t *content) in cbs_jpeg_free_comment() argument 99 static void cbs_jpeg_free_scan(void *opaque, uint8_t *content) in cbs_jpeg_free_scan() argument
|
| H A D | libdav1d.c | 69 static void libdav1d_log_callback(void *opaque, const char *fmt, va_list vl) in libdav1d_log_callback() argument 282 static void libdav1d_data_free(const uint8_t *data, void *opaque) { in libdav1d_data_free() argument 288 static void libdav1d_user_data_free(const uint8_t *data, void *opaque) { in libdav1d_user_data_free() argument
|
| H A D | v4l2_buffers.c | 212 static void v4l2_free_buffer(void *opaque, uint8_t *unused) in v4l2_free_buffer() argument
|
| H A D | rkmppdec.c | 131 static void rkmpp_release_decoder(void *opaque, uint8_t *data) in rkmpp_release_decoder() argument 307 static void rkmpp_release_frame(void *opaque, uint8_t *data) in rkmpp_release_frame() argument
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | kmsgrab.c | 74 static void kmsgrab_free_desc(void *opaque, uint8_t *data) in kmsgrab_free_desc() argument 85 static void kmsgrab_free_frame(void *opaque, uint8_t *data) in kmsgrab_free_frame() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | cache.c | 292 static int enu_free(void *opaque, void *elem) in enu_free() argument
|
| H A D | swfenc.c | 367 static int fifo_avio_wrapper(void *opaque, void *buf, size_t *nb_elems) in fifo_avio_wrapper() argument
|
| H A D | vapoursynth.c | 70 static void free_vss_state(void *opaque, uint8_t *data) in free_vss_state() argument 300 static void free_frame(void *opaque, uint8_t *data) in free_frame() argument 323 static void free_vsframe_ref(void *opaque, uint8_t *data) in free_vsframe_ref() argument
|
| H A D | swfdec.c | 115 static int zlib_refill(void *opaque, uint8_t *buf, int buf_size) in zlib_refill() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_cuda.c | 80 static void cuda_buffer_free(void *opaque, uint8_t *data) in cuda_buffer_free() argument 96 static AVBufferRef *cuda_pool_alloc(void *opaque, size_t size) in cuda_pool_alloc() argument
|
| H A D | tx_priv.h | 240 void *opaque; /* Free to use by implementations */ member
|
| /third_party/curl/tests/http/clients/ |
| H A D | tls-session-reuse.c | 137 static size_t write_cb(char *ptr, size_t size, size_t nmemb, void *opaque) in write_cb() argument
|