Searched refs:TAILQ_HEAD (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libevent/
H A Devrpc-internal.h44 TAILQ_HEAD(evrpc_hook_list, evrpc_hook);
67 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
H A Dhttp-internal.h83 TAILQ_HEAD(evcon_requestq, evhttp_request) requests;
104 TAILQ_HEAD(evconq, evhttp_connection);
114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets;
116 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
H A Devent.h260 TAILQ_HEAD (event_list, event);
261 TAILQ_HEAD (evkeyvalq, evkeyval);
/external/ipsec-tools/src/racoon/
H A Dthrottle.h43 TAILQ_HEAD(throttle_list, throttle_entry);
H A Dgenlist.h43 TAILQ_HEAD(genlist, genlist_entry);
H A Devt.h72 TAILQ_HEAD(evtlist, evt);
H A Dschedule.c69 static TAILQ_HEAD(_schedtree, sched) sctree;
H A Dnattraversal.c79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
H A Dpolicy.c65 static TAILQ_HEAD(_sptree, secpolicy) sptree;
H A Dremoteconf.c80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp;
H A Disakmp_agg.c363 TAILQ_HEAD(_natd_payload, natd_payload) natd_tree;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_callout.h70 TAILQ_HEAD(calloutlist, sctp_callout);
H A Dsctp_structs.h79 TAILQ_HEAD(sctpnetlisthead, sctp_nets);
88 TAILQ_HEAD(sctp_resethead, sctp_stream_reset_list);
125 TAILQ_HEAD(sctp_mcore_qhead, sctp_mcore_queue);
167 TAILQ_HEAD(sctpiterators, sctp_iterator);
460 TAILQ_HEAD(sctpchunk_listhead, sctp_tmit_chunk);
582 TAILQ_HEAD(sctpwheelunrel_listhead, sctp_stream_in);
590 TAILQ_HEAD(sctpwheel_listhead, sctp_stream_out);
591 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending);
653 TAILQ_HEAD(sctp_asconf_addrhead, sctp_asconf_addr);
779 TAILQ_HEAD(sctp_asconf_hea
[all...]
H A Dsctp_pcb.h53 TAILQ_HEAD(sctp_readhead, sctp_queued_to_read);
54 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c62 TAILQ_HEAD(cpp_arg_head, cpp_arg_entry) cpp_args;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h146 TAILQ_HEAD(, socket) so_incomp; /* (e) queue of partial unaccepted connections */
147 TAILQ_HEAD(, socket) so_comp; /* (e) queue of complete unaccepted connections */
160 TAILQ_HEAD(, aiocblist) so_aiojobq; /* AIO ops waiting on socket */
H A Duser_queue.h459 #define TAILQ_HEAD(name, type) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h347 #define TAILQ_HEAD(name, type) \ macro
H A Dsection.c876 /*@reldef@*/ TAILQ_HEAD(yasm_span_head, yasm_span) spans;
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h320 #define TAILQ_HEAD(name, type) \ macro
/external/chromium_org/third_party/libevent/compat/sys/
H A Dqueue.h275 #define TAILQ_HEAD(name, type) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c115 typedef TAILQ_HEAD(bin_group_head, bin_group) bin_groups;

Completed in 4448 milliseconds