Searched refs:opaque (Results 51 - 75 of 135) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Duserdlm.c125 static void user_ast(void *opaque) argument
127 struct user_lock_res *lockres = opaque;
212 static void user_bast(void *opaque, int level) argument
214 struct user_lock_res *lockres = opaque;
230 static void user_unlock_ast(void *opaque, enum dlm_status status) argument
232 struct user_lock_res *lockres = opaque;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque mus
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque mus
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas193 c_stream.opaque := NIL;
238 d_stream.opaque := NIL;
279 c_stream.opaque := NIL;
333 d_stream.opaque := NIL;
377 c_stream.opaque := NIL;
416 d_stream.opaque := NIL;
456 c_stream.opaque := NIL;
493 d_stream.opaque := NIL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dinode.h131 void ocfs2_read_inode2(struct inode *inode, void *opaque);
H A Dinode.c65 static int ocfs2_init_locked_inode(struct inode *inode, void *opaque);
66 static int ocfs2_find_actor(struct inode *inode, void *opaque);
170 static int ocfs2_find_actor(struct inode *inode, void *opaque) argument
176 mlog_entry("(0x%p, %lu, 0x%p)\n", inode, inode->i_ino, opaque);
178 args = opaque;
196 static int ocfs2_init_locked_inode(struct inode *inode, void *opaque) argument
198 struct ocfs2_find_inode_args *args = opaque;
200 mlog_entry("inode = %p, opaque = %p\n", inode, opaque);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas193 c_stream.opaque := NIL;
238 d_stream.opaque := NIL;
279 c_stream.opaque := NIL;
333 d_stream.opaque := NIL;
377 c_stream.opaque := NIL;
416 d_stream.opaque := NIL;
456 c_stream.opaque := NIL;
493 d_stream.opaque := NIL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dcws2fws.c76 zstream.opaque = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher.h65 int (* verify_cmp) (void *opaque, gcry_mpi_t tmp);
H A Dgcrypt.h726 /* Store NBITS of the value P points to in A and mark A as an opaque
727 value. WARNING: Never use an opaque MPI for anything thing else then
731 /* Return a pointer to an opaque value stored in A and return its size
733 that the function should never be used for an non-opaque MPI. */
1318 typedef gpg_error_t (*gcry_ac_data_read_cb_t) (void *opaque,
1323 typedef gpg_error_t (*gcry_ac_data_write_cb_t) (void *opaque,
1354 void *opaque;
1361 void *opaque;
1368 void *opaque;
1375 void *opaque;
1345 void *opaque; member in struct:gcry_ac_io::__anon2630::__anon2631::__anon2632
1352 void *opaque; member in union:gcry_ac_io::__anon2630::__anon2631
1359 void *opaque; member in struct:gcry_ac_io::__anon2630::__anon2634::__anon2635
1366 void *opaque; member in union:gcry_ac_io::__anon2630::__anon2634
[all...]
H A Dvisibility.c1341 gcry_set_outofcore_handler (gcry_handler_no_mem_t h, void *opaque) argument
1343 _gcry_set_outofcore_handler (h, opaque);
1347 gcry_set_fatalerror_handler (gcry_handler_error_t fnc, void *opaque) argument
1349 _gcry_set_fatalerror_handler (fnc, opaque);
1353 gcry_set_log_handler (gcry_handler_log_t f, void *opaque) argument
1355 _gcry_set_log_handler (f, opaque);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_stats.c194 * @opaque - contains a pointer to the infinipath device ipath_devdata
198 void ipath_get_faststats(unsigned long opaque) argument
200 struct ipath_devdata *dd = (struct ipath_devdata *) opaque;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Davfilter.h385 * opaque is data provided by the code requesting creation of the filter,
388 int (*init)(AVFilterContext *ctx, const char *args, void *opaque);
580 * @param opaque Any extra non-string data needed by the filter. The meaning
584 int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_export.c112 static int get_name_filldir(void *opaque, const char *name, int length, argument
115 struct get_name_filldir *gnfd = opaque;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c1032 if (uri->opaque != NULL) {
1033 p = uri->opaque;
1418 if (uri->opaque != NULL) xmlFree(uri->opaque);
1419 uri->opaque = NULL;
1443 if (uri->opaque != NULL) xmlFree(uri->opaque);
1900 if (uri->opaque) {
1901 segment = xmlURIEscapeStr(BAD_CAST uri->opaque, BAD_CAST "");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzlib.h64 void *opaque; member in struct:__anon9
H A Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
H A Dbzlib.c102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
109 void default_bzfree ( void* opaque, void* addr ) argument
948 bzf->strm.opaque = NULL;
1122 bzf->strm.opaque = NULL;
1269 strm.opaque = NULL;
1318 strm.opaque = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtscc.c172 c->zstream.opaque = Z_NULL;
H A Dlclenc.c186 c->zstream.opaque = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cramfs/
H A Dinode.c44 static int cramfs_iget5_test(struct inode *inode, void *opaque) argument
46 struct cramfs_inode *cramfs_inode = opaque;
68 static int cramfs_iget5_set(struct inode *inode, void *opaque) argument
71 struct cramfs_inode *cramfs_inode = opaque;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c152 strm.opaque = Z_NULL;
266 strm.opaque = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c152 strm.opaque = Z_NULL;
266 strm.opaque = Z_NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegtsenc.c37 void *opaque; member in struct:MpegTSSection
68 MpegTSWrite *ts = ((AVFormatContext*)s->opaque)->priv_data;
375 AVFormatContext *ctx = s->opaque;
398 service->pmt.opaque = s;
403 ts->pat.opaque = s;
408 ts->sdt.opaque = s;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c269 if (uri->opaque != NULL) {
270 p = uri->opaque;
571 if (uri->opaque != NULL) xmlFree(uri->opaque);
572 uri->opaque = NULL;
594 if (uri->opaque != NULL) xmlFree(uri->opaque);
1039 if (uri->opaque) {
1040 segment = xmlURIEscapeStr(BAD_CAST uri->opaque, BAD_CAST "");
1174 * Parse an URI opaque par
[all...]

Completed in 466 milliseconds

123456