Searched refs:userdata (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dhash.h121 void *userdata);
125 void *userdata,
131 void *userdata);
136 void *userdata,
143 void *userdata);
149 void *userdata,
167 * Retrieve the userdata.
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h13 void (*init) (void *userdata);
14 void (*destroy) (void *userdata);
68 size_t op_size, void *userdata);
80 void (*init) (void *userdata);
81 void (*destroy) (void *userdata);
140 size_t op_size, void *userdata);
H A Dfuse_lowlevel.h155 * @param userdata the user data passed to fuse_lowlevel_new()
157 void (*init) (void *userdata, struct fuse_conn_info *conn);
166 * @param userdata the user data passed to fuse_lowlevel_new()
168 void (*destroy) (void *userdata);
1030 * Get the userdata from the request
1091 * @param userdata user data
1096 size_t op_size, void *userdata);
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsfont.h172 void* userdata; member in struct:_fluid_sample_t
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dhash.c284 * Free the hash @table and its contents. The userdata is
335 * @name: the name of the userdata
336 * @userdata: a pointer to the userdata
338 * Add the @userdata to the hash @table. This can later be retrieved
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { argument
345 return(xmlHashAddEntry3(table, name, NULL, NULL, userdata));
351 * @name: the name of the userdata
352 * @name2: a second name of the userdata
353 * @userdata
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f) argument
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-haiku.cpp42 u_char* userdata)
96 callback(userdata, &header, buffer);
41 pcap_read_haiku(pcap_t* handle, int maxPackets, pcap_handler callback, u_char* userdata) argument
H A Dpcap-linux.c461 pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata) argument
737 callback(userdata, &pcap_header, bp);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in.h321 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
327 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
H A Dbfd-in2.h328 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
334 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
1363 void *userdata;
1356 void *userdata; member in struct:bfd_section
H A Dcoffgen.c144 return_section->userdata = NULL;
H A DpeXXigen.c199 sec->userdata = NULL;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h328 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
334 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
1363 void *userdata;
1356 void *userdata; member in struct:bfd_section
H A Dbfd.h328 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
334 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
1363 void *userdata;
1356 void *userdata; member in struct:bfd_section
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h326 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
332 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
1361 void *userdata;
1354 void *userdata; member in struct:bfd_section
H A Dbfd.h326 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata)
332 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE)
1361 void *userdata;
1354 void *userdata; member in struct:bfd_section

Completed in 284 milliseconds