HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_ENTRY (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/libevent/include/event2/
keyvalq_struct.h 36 #ifndef TAILQ_ENTRY
38 #define TAILQ_ENTRY(type) \
43 #endif /* !TAILQ_ENTRY */
59 TAILQ_ENTRY(evkeyval) next;
69 #undef TAILQ_ENTRY
event_struct.h 68 #ifndef TAILQ_ENTRY
70 #define TAILQ_ENTRY(type) \
75 #endif /* !TAILQ_ENTRY */
88 TAILQ_ENTRY(event) ev_active_next;
89 TAILQ_ENTRY(event) ev_next;
92 TAILQ_ENTRY(event) ev_next_with_common_timeout;
102 TAILQ_ENTRY(event) ev_io_next;
108 TAILQ_ENTRY(event) ev_signal_next;
130 #undef TAILQ_ENTRY
http_struct.h 58 #if defined(TAILQ_ENTRY)
59 TAILQ_ENTRY(evhttp_request) next;
rpc_struct.h 60 TAILQ_ENTRY(evrpc) next;
  /external/ipsec-tools/src/racoon/
throttle.h 39 TAILQ_ENTRY(throttle_entry) next;
genlist.h 48 TAILQ_ENTRY(genlist_entry) chain;
evt.h 69 TAILQ_ENTRY(evt) next;
schedule.h 56 TAILQ_ENTRY(sched) chain;
policy.h 76 TAILQ_ENTRY(secpolicy) chain;
remoteconf.h 130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
  /external/dhcpcd-6.8.2/
control.h 37 TAILQ_ENTRY(fd_data) next;
45 TAILQ_ENTRY(fd_list) next;
eloop.h 44 TAILQ_ENTRY(eloop_event) next;
56 TAILQ_ENTRY(eloop_timeout) next;
arp.h 54 TAILQ_ENTRY(arp_state) next;
auth.h 49 TAILQ_ENTRY(token) next;
ipv4.h 39 TAILQ_ENTRY(rt) next;
53 TAILQ_ENTRY(ipv4_addr) next;
ipv6nd.h 38 TAILQ_ENTRY(ra_opt) next;
45 TAILQ_ENTRY(ra) next;
ipv6.h 95 TAILQ_ENTRY(ipv6_addr) next;
137 TAILQ_ENTRY(rt6) next;
151 TAILQ_ENTRY(ll_callback) next;
dhcpcd.h 62 TAILQ_ENTRY(interface) next;
  /external/libevent/
http-internal.h 65 TAILQ_ENTRY(evhttp_connection) next;
111 TAILQ_ENTRY(evhttp_cb) next;
124 TAILQ_ENTRY(evhttp_bound_socket) next;
131 TAILQ_ENTRY(evhttp_server_alias) next;
138 TAILQ_ENTRY(evhttp) next_vhost;
evrpc-internal.h 38 TAILQ_ENTRY(evrpc_hook) next;
98 TAILQ_ENTRY(evrpc_hook_ctx) next;
105 TAILQ_ENTRY(evrpc_meta) next;
170 TAILQ_ENTRY(evrpc_request_wrapper) next;
defer-internal.h 44 TAILQ_ENTRY (deferred_cb) cb_next;
evbuffer-internal.h 62 TAILQ_ENTRY(evbuffer_cb_entry) next;
bufferevent-internal.h 119 TAILQ_ENTRY(bufferevent_private) next_in_group;
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
pmap.h 92 TAILQ_ENTRY(pmap) pm_list; /* list of all pmaps */
112 TAILQ_ENTRY(pv_entry) pv_list;
113 TAILQ_ENTRY(pv_entry) pv_plist;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h 152 TAILQ_ENTRY(pool) pr_alloc_list;/* link on allocator's pool list */

Completed in 542 milliseconds

1 2 3 4 5 6