Home
last modified time | relevance | path

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

1234567891011

/third_party/flutter/skia/third_party/externals/zlib/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.c103 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func()
132 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA()
156 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW()
176 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func()
205 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func()
227 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func()
268 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func()
291 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func()
316 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func()
354 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func()
[all …]
/third_party/zlib/contrib/minizip/
Dioapi.c95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func()
114 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func()
134 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
142 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func()
150 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func()
159 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func()
167 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
191 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
218 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func()
226 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
Diowin32.c96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func()
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA()
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW()
169 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func()
198 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func()
220 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func()
261 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func()
284 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func()
309 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func()
347 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func()
[all …]
/third_party/skia/third_party/externals/zlib/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.c101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func()
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA()
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW()
174 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func()
203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func()
225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func()
266 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func()
289 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func()
314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func()
352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dopaque_in_struct.hpp5 typedef struct opaque { struct
7 } opaque; typedef
/third_party/flutter/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_internal.cc39 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc()
84 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc()
104 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc()
125 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc()
138 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc()
159 void* OpenZipBuffer(void* opaque, const char* /*filename*/, int mode) { in OpenZipBuffer()
173 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
196 long GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument
204 long SeekZipBuffer(void* opaque, void* /*stream*/, uLong offset, int origin) { in SeekZipBuffer() argument
229 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc41 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc()
86 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc()
106 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc()
127 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc()
140 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc()
161 void* OpenZipBuffer(void* opaque, const char* /*filename*/, int mode) { in OpenZipBuffer()
175 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
198 long GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument
206 long SeekZipBuffer(void* opaque, void* /*stream*/, uLong offset, int origin) { in SeekZipBuffer() argument
231 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
/third_party/node/deps/zlib/google/
Dzip_internal.cc39 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc()
84 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc()
104 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc()
125 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc()
138 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc()
159 void* OpenZipBuffer(void* opaque, const char* /*filename*/, int mode) { in OpenZipBuffer()
173 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
196 long GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument
204 long SeekZipBuffer(void* opaque, void* /*stream*/, uLong offset, int origin) { in SeekZipBuffer() argument
229 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
/third_party/node/deps/zlib/
Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
/third_party/libwebsockets/win32port/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
/third_party/flutter/skia/third_party/externals/zlib/
Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
/third_party/zlib/
Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
/third_party/freetype/src/gzip/
Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
306 voidpf opaque, in zcalloc()
316 voidpf opaque, in zcfree()
/third_party/skia/third_party/externals/zlib/
Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
/third_party/cef/libcef/browser/
Dzip_reader_impl.cc26 voidpf ZCALLBACK zlib_open_callback OF((voidpf opaque, in zlib_open_callback()
34 OF((voidpf opaque, voidpf stream, void* buf, uLong size)) { in zlib_read_callback()
39 ZPOS64_T ZCALLBACK zlib_tell_callback OF((voidpf opaque, voidpf stream)) { in zlib_tell_callback()
45 OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)) { in zlib_seek_callback()
65 int ZCALLBACK zlib_close_callback OF((voidpf opaque, voidpf stream)) { in zlib_close_callback()
72 int ZCALLBACK zlib_error_callback OF((voidpf opaque, voidpf stream)) { in zlib_error_callback()
/third_party/ffmpeg/libavcodec/
Dbitstream_filters.c67 const AVBitStreamFilter *av_bsf_iterate(void **opaque) in av_bsf_iterate()
79 const AVBitStreamFilter *av_bsf_next(void **opaque) { in av_bsf_next()
122 const AVClass *ff_bsf_child_class_iterate(void **opaque) in ff_bsf_child_class_iterate()
/third_party/ffmpeg/libavutil/
Dbuffer.c30 void (*free)(void *opaque, uint8_t *data), in av_buffer_create()
62 void av_buffer_default_free(void *opaque, uint8_t *data) in av_buffer_default_free()
245 AVBufferPool *av_buffer_pool_init2(buffer_size_t size, void *opaque, in av_buffer_pool_init2()
246 AVBufferRef* (*alloc)(void *opaque, buffer_size_t size), in av_buffer_pool_init2()
247 void (*pool_free)(void *opaque)) in av_buffer_pool_init2()
325 static void pool_release_buffer(void *opaque, uint8_t *data) in pool_release_buffer()
/third_party/ffmpeg/libavformat/
Dallformats.c541 const AVOutputFormat *av_muxer_iterate(void **opaque) in av_muxer_iterate()
558 const AVInputFormat *av_demuxer_iterate(void **opaque) in av_demuxer_iterate()
630 void *opaque = NULL; in av_iformat_next() local
646 void *opaque = NULL; in av_oformat_next() local
/third_party/skia/third_party/externals/brotli/c/common/
Dplatform.c13 void* BrotliDefaultAllocFunc(void* opaque, size_t size) { in BrotliDefaultAllocFunc()
19 void BrotliDefaultFreeFunc(void* opaque, void* address) { in BrotliDefaultFreeFunc()
/third_party/node/deps/brotli/c/common/
Dplatform.c13 void* BrotliDefaultAllocFunc(void* opaque, size_t size) { in BrotliDefaultAllocFunc()
19 void BrotliDefaultFreeFunc(void* opaque, void* address) { in BrotliDefaultFreeFunc()
/third_party/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c76 static int MyClose(thandle_t opaque) { in MyClose()
81 static toff_t MySize(thandle_t opaque) { in MySize()
86 static toff_t MySeek(thandle_t opaque, toff_t offset, int whence) { in MySeek()
96 static int MyMapFile(thandle_t opaque, void** base, toff_t* size) { in MyMapFile()
102 static void MyUnmapFile(thandle_t opaque, void* base, toff_t size) { in MyUnmapFile()
108 static tsize_t MyRead(thandle_t opaque, void* dst, tsize_t size) { in MyRead()

1234567891011