Home
last modified time | relevance | path

Searched refs:TAILQ_ENTRY (Results 1 – 25 of 38) 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/iperf3/src/
Diperf.h100 TAILQ_ENTRY(iperf_interval_results) irlistentries;
229 TAILQ_ENTRY(iperf_textline) textlineentries;
235 TAILQ_ENTRY(xbind_entry) link;
Dqueue.h315 #define TAILQ_ENTRY(type) \ macro
/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;
Dnattraversal.c76 TAILQ_ENTRY(natt_ka_addrs) chain;
/external/honggfuzz/
Dhonggfuzz.h158 TAILQ_ENTRY(dynfile_t)
165 TAILQ_ENTRY(strings_t)
/external/openssh/
Dchannels.h79 TAILQ_ENTRY(channel_confirm) entry;
Dpacket.h48 TAILQ_ENTRY(key_entry) next;
Dssh-pkcs11-helper.c47 TAILQ_ENTRY(pkcs11_keyinfo) next;
/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/openssh/openbsd-compat/
Dsys-queue.h88 #undef TAILQ_ENTRY
416 #define TAILQ_ENTRY(type) \ macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h329 #define TAILQ_ENTRY(type) \ macro
/external/libevent/compat/sys/
Dqueue.h284 #define TAILQ_ENTRY(type) \ macro

12