Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Devent.h202 #ifndef TAILQ_ENTRY
204 #define TAILQ_ENTRY(type) \ macro
214 TAILQ_ENTRY (event) ev_next;
215 TAILQ_ENTRY (event) ev_active_next;
216 TAILQ_ENTRY (event) ev_signal_next;
248 TAILQ_ENTRY(evkeyval) next;
255 #undef TAILQ_ENTRY
Dhttp-internal.h55 TAILQ_ENTRY(evhttp_connection) (next);
95 TAILQ_ENTRY(evhttp_cb) next;
108 TAILQ_ENTRY(evhttp_bound_socket) (next);
Devhttp.h189 #if defined(TAILQ_ENTRY)
190 TAILQ_ENTRY(evhttp_request) next;
Devrpc-internal.h37 TAILQ_ENTRY(evrpc_hook) (next);
Devrpc.h75 TAILQ_ENTRY(evrpc) next;
341 TAILQ_ENTRY(evrpc_request_wrapper) next;
DChangeLog186 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h82 TAILQ_ENTRY(sctp_stream_reset_list) next_resp;
116 TAILQ_ENTRY(sctp_mcore_queue) next;
141 TAILQ_ENTRY(sctp_iterator) sctp_nxt_itr;
294 TAILQ_ENTRY(sctp_nets) sctp_next; /* next link */
486 TAILQ_ENTRY(sctp_tmit_chunk) sctp_next; /* next link */
528 TAILQ_ENTRY(sctp_queued_to_read) next;
560 TAILQ_ENTRY (sctp_stream_queue_pending) next;
561 TAILQ_ENTRY (sctp_stream_queue_pending) ss_next;
596 TAILQ_ENTRY(sctp_stream_out) next_spoke;
602 TAILQ_ENTRY(sctp_stream_out) next_spoke;
[all …]
Dsctp_callout.h73 TAILQ_ENTRY(sctp_callout) tqe;
/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;
Disakmp_agg.c361 TAILQ_ENTRY(natd_payload) chain;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
Dcpp-preproc.c46 TAILQ_ENTRY(cpp_arg_entry) entry;
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h329 #define TAILQ_ENTRY(type) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dcompat-queue.h356 #define TAILQ_ENTRY(type) \ macro
Dsection.c841 /*@reldef@*/ TAILQ_ENTRY(yasm_span) link; /* for allocation tracking */
/external/chromium_org/third_party/libevent/compat/sys/
Dqueue.h284 #define TAILQ_ENTRY(type) \ macro
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_queue.h469 #define TAILQ_ENTRY(type) \ macro
Duser_socketvar.h148 TAILQ_ENTRY(socket) so_list; /* (e) list of unaccepted connections */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c118 TAILQ_ENTRY(bin_group) link;