Home
last modified time | relevance | path

Searched refs:TAILQ_ENTRY (Results 1 – 25 of 33) sorted by relevance

12

/external/libevent/include/event2/
Devent_struct.h69 #ifndef TAILQ_ENTRY
71 #define TAILQ_ENTRY(type) \ macro
108 TAILQ_ENTRY(event_callback) evcb_active_next;
128 TAILQ_ENTRY(event) ev_next_with_common_timeout;
159 #undef TAILQ_ENTRY
Dkeyvalq_struct.h36 #ifndef TAILQ_ENTRY
38 #define TAILQ_ENTRY(type) \ macro
59 TAILQ_ENTRY(evkeyval) next;
69 #undef TAILQ_ENTRY
Dhttp_struct.h58 #if defined(TAILQ_ENTRY)
59 TAILQ_ENTRY(evhttp_request) next;
Drpc_struct.h60 TAILQ_ENTRY(evrpc) next;
/external/libevent/
Dhttp-internal.h57 TAILQ_ENTRY(evhttp_connection) next;
112 TAILQ_ENTRY(evhttp_cb) next;
125 TAILQ_ENTRY(evhttp_bound_socket) next;
132 TAILQ_ENTRY(evhttp_server_alias) next;
139 TAILQ_ENTRY(evhttp) next_vhost;
Devrpc-internal.h39 TAILQ_ENTRY(evrpc_hook) next;
99 TAILQ_ENTRY(evrpc_hook_ctx) next;
106 TAILQ_ENTRY(evrpc_meta) next;
171 TAILQ_ENTRY(evrpc_request_wrapper) next;
Devent-internal.h352 TAILQ_ENTRY(event_config_entry) next;
/external/dhcpcd-6.8.2/
Dcontrol.h37 TAILQ_ENTRY(fd_data) next;
45 TAILQ_ENTRY(fd_list) next;
Deloop.h44 TAILQ_ENTRY(eloop_event) next;
56 TAILQ_ENTRY(eloop_timeout) next;
Dipv6.h95 TAILQ_ENTRY(ipv6_addr) next;
137 TAILQ_ENTRY(rt6) next;
151 TAILQ_ENTRY(ll_callback) next;
Dipv4.h39 TAILQ_ENTRY(rt) next;
53 TAILQ_ENTRY(ipv4_addr) next;
Dipv6nd.h38 TAILQ_ENTRY(ra_opt) next;
45 TAILQ_ENTRY(ra) next;
Dauth.h49 TAILQ_ENTRY(token) next;
Darp.h54 TAILQ_ENTRY(arp_state) next;
Ddhcpcd.h62 TAILQ_ENTRY(interface) next;
/external/ipsec-tools/src/racoon/
Dthrottle.h39 TAILQ_ENTRY(throttle_entry) next;
Dgenlist.h48 TAILQ_ENTRY(genlist_entry) chain;
Dschedule.h56 TAILQ_ENTRY(sched) chain;
Devt.h69 TAILQ_ENTRY(evt) next;
Dremoteconf.h130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
Dpolicy.h76 TAILQ_ENTRY(secpolicy) chain;
/external/honggfuzz/
Dhonggfuzz.h152 TAILQ_ENTRY(dynfile_t)
159 TAILQ_ENTRY(strings_t)
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py218 def TAILQ_ENTRY(type): return \ function
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py218 def TAILQ_ENTRY(type): return \ function
/external/dhcpcd-6.8.2/compat/
Dqueue.h60 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,) macro

12