Home
last modified time | relevance | path

Searched defs:opaque (Results 76 - 100 of 242) sorted by relevance

12345678910

/third_party/libwebsockets/win32port/zlib/
H A Dzutil.c216 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 Dzutil.c217 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 Dzutil.c202 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 Dioapi.c95 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 Dminimal-http-client-attach.c120 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 Dlib.rs452 mod opaque; global() modules
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.h62 void* opaque; // user data member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp24 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 Dioapi.c95 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 Dzutil.c217 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 Dioapi.c86 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 Dzutil.c209 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 Derror_resilience.h89 void *opaque; member
H A Dcbs_jpeg.c85 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 Dlibdav1d.c69 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 Dv4l2_buffers.c212 static void v4l2_free_buffer(void *opaque, uint8_t *unused) in v4l2_free_buffer() argument
H A Drkmppdec.c131 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 Dkmsgrab.c74 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 Dcache.c292 static int enu_free(void *opaque, void *elem) in enu_free() argument
H A Dswfenc.c367 static int fifo_avio_wrapper(void *opaque, void *buf, size_t *nb_elems) in fifo_avio_wrapper() argument
H A Dvapoursynth.c70 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 Dswfdec.c115 static int zlib_refill(void *opaque, uint8_t *buf, int buf_size) in zlib_refill() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c80 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 Dtx_priv.h240 void *opaque; /* Free to use by implementations */ member
/third_party/curl/tests/http/clients/
H A Dtls-session-reuse.c137 static size_t write_cb(char *ptr, size_t size, size_t nmemb, void *opaque) in write_cb() argument

Completed in 15 milliseconds

12345678910