Searched defs:opaque (Results 1 - 25 of 40) sorted by relevance

12

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Duri.h31 char *opaque; /* opaque part */ member in struct:_xmlURI
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.cpp29 PDFlib::Exception::Exception(string errmsg, int errnum, string apiname, void *opaque) argument
126 PDFlib( errorproc_t errorproc, allocproc_t allocproc, reallocproc_t reallocproc, freeproc_t freeproc, void *opaque) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmxml-node.c318 stp_mxmlNewOpaque(stp_mxml_node_t *parent, const char *opaque) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/libbz2/
H A Dbzlib.h64 void *opaque; member in struct:__anon2611
H A Dbzlib.c102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
109 void default_bzfree ( void* opaque, void* addr ) argument
/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Ddecode_vp8.h54 void* opaque; // user data member in struct:VP8Io
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzutil.c129 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
153 void zcfree (voidpf opaque, voidpf ptr) argument
188 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
194 void zcfree (voidpf opaque, voidpf ptr) argument
210 zcalloc( voidpf opaque, unsigned items, unsigned size) argument
219 zcfree( voidpf opaque, voidpf ptr) argument
[all...]
H A Dzlib.h85 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_pdi.c48 PDF_open_pdi_callback( PDF *p, void *opaque, size_t filesize, size_t (*readproc)(void *opaque, void *buffer, size_t size), int (*seekproc)(void *opaque, long offset), const char *optlist) argument
H A Dp_basic.c495 PDF_new2( void (*errorhandler)(PDF *p, int type, const char *msg), void* (*allocproc)(PDF *p, size_t size, const char *caller), void* (*reallocproc)(PDF *p, void *mem, size_t size, const char *caller), void (*freeproc)(PDF *p, void *mem), void *opaque) argument
/haiku-fatelf/src/libs/zlib/
H A Dzutil.c216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
[all...]
H A Dzlib.h99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dnfs.h82 char opaque[NFS_FHSIZE]; member in struct:nfs_fhandle
87 char opaque[NFS_COOKIESIZE]; member in struct:nfs_cookie
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/
H A DASFFileReader.cpp454 ASFFileReader::read(void *opaque, void *buffer, int32_t size) argument
462 ASFFileReader::write(void *opaque, void *buffer, int32_t size) argument
469 ASFFileReader::seek(void *opaque, int64_t offset) argument
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmxml.h102 char *opaque; /* Opaque string */ member in union:stp_mxml_value_u
/haiku-fatelf/src/add-ons/media/plugins/xvid_decoder/
H A DXvidDecoder.cpp660 handle_fp_exeption(int sig, void* opaque) argument
/haiku-fatelf/src/kits/network/libbind/include/isc/
H A Deventlib.h44 typedef struct { void *opaque; } evConnID; member in struct:__anon4601
45 typedef struct { void *opaque; } evFileID; member in struct:__anon4602
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon4603
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon4604
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon4605
49 typedef struct { void *opaque; } evContext; member in struct:__anon4606
50 typedef struct { void *opaque; } evEvent; member in struct:__anon4607
/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib.c612 evTimerID opaque; local
[all...]
/haiku-fatelf/headers/libs/zlib/
H A Dzlib.h99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
[all...]
/haiku-fatelf/src/bin/bash/
H A Dvariables.h79 void *opaque; /* opaque data for future use */ member in union:_value
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_output.c95 void *opaque; /* this will be used to store PDF *p */ member in struct:pdc_output_s
562 pdc_init_output( void *opaque, pdc_output *out, const char *filename, FILE *fp, size_t (*writeproc)(pdc_output *out, void *data, size_t size), int compatibility) argument
H A Dpc_core.c77 void * opaque; /* client specific, opaque data */ member in struct:pdc_core_s
97 default_malloc(void *opaque, size_t size, const char *caller) argument
106 default_realloc(void *opaque, void *mem, size_t size, const char *caller) argument
115 default_free(void *opaque, void *mem) argument
123 default_errorhandler(void *opaque, int errnum, const char *msg) argument
250 pdc_init_core( pdc_error_fp errorhandler, pdc_alloc_fp allocproc, pdc_realloc_fp reallocproc, pdc_free_fp freeproc, void *opaque) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dasf.h130 void *opaque; member in struct:asf_iostream_s
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-data.h284 void *opaque; member in union:tui_win_info::__anon3879
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A Dbetalk.h216 char opaque[BT_COOKIE_SIZE]; member in struct:btCookie
224 char opaque[BT_COOKIE_SIZE]; member in struct:btQueryCookie

Completed in 312 milliseconds

12