Home
last modified time | relevance | path

Searched refs:tail_ref (Results 1 – 16 of 16) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/socket/
H A Devloop.h43 struct st_h2o_evloop_socket_t **tail_ref; member
/dports/www/h2o-devel/h2o-dcc7134/lib/common/socket/
H A Devloop.c.h108 *sock->loop->_statechanged.tail_ref = sock; in link_to_statechanged()
109 sock->loop->_statechanged.tail_ref = &sock->_next_statechanged; in link_to_statechanged()
515 loop->_statechanged.tail_ref = &loop->_statechanged.head; in create_evloop()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/socket/evloop/
H A Dkqueue.c.h98 loop->super._statechanged.tail_ref = &loop->super._statechanged.head; in collect_status()
H A Depoll.c.h98 loop->super._statechanged.tail_ref = &loop->super._statechanged.head; in update_status()
H A Dpoll.c.h71 loop->super._statechanged.tail_ref = &loop->super._statechanged.head; in update_socks()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_list.h268 inline void **tail_ref() { in tail_ref() function
469 inline T **tail_ref() { return (T **)base_list::tail_ref(); } in tail_ref() function
H A Dsql_resolver.cc2723 Item **lr_outer = sj_outer_exprs.tail_ref(); in build_sj_exprs()
2724 Item **lr_inner = sj_inner_exprs.tail_ref(); in build_sj_exprs()
6124 Item **place = new_derived->fields_list.tail_ref(); in transform_grouped_to_derived()
/dports/biology/lamarc/lamarc-2.1.8/boost/tuple/detail/
H A Dtuple_basic_no_partial_spec.hpp166 typedef typename boost::add_reference<tail_type>::type tail_ref; typedef
174 tail_ref get_tail() { return tail; } in get_tail()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/tuple/detail/
H A Dtuple_basic_no_partial_spec.hpp167 typedef typename boost::add_reference<tail_type>::type tail_ref; typedef
175 tail_ref get_tail() { return tail; } in get_tail()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote.c1192 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1383 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/devel/git-gui/git-2.34.1/
H A Dremote.c1276 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1467 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/devel/git-p4/git-2.34.1/
H A Dremote.c1276 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1467 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/devel/git-svn/git-2.34.1/
H A Dremote.c1276 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1467 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/devel/git/git-2.34.1/
H A Dremote.c1276 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1467 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/devel/git-cvs/git-2.34.1/
H A Dremote.c1276 static struct ref **tail_ref(struct ref **head) in tail_ref() function
1467 struct ref *ref, **dst_tail = tail_ref(dst); in match_push_refs()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dquicly.c278 struct st_quicly_pending_path_challenge_t *head, **tail_ref; member
910 *conn->egress.path_challenge.tail_ref = pending; in schedule_path_challenge_frame()
911 conn->egress.path_challenge.tail_ref = &pending->next; in schedule_path_challenge_frame()
2121 conn->egress.path_challenge.tail_ref = &conn->egress.path_challenge.head; in create_connection()
4452 conn->egress.path_challenge.tail_ref = &conn->egress.path_challenge.head; in do_send()