/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 678 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_h2() 837 wsi2 = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 858 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 873 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 877 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 899 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 910 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 927 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 974 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() 978 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2() [all …]
|
D | http2.c | 285 parent_wsi->mux.child_list = wsi->mux.sibling_list; in lws_wsi_server_new() 354 parent_wsi->mux.child_list = wsi->mux.sibling_list; in lws_wsi_h2_adopt() 527 nwsi->mux.child_list) { in lws_h2_settings() 1260 lws_start_foreach_ll(struct lws *, w, wsi->mux.child_list) { in lws_h2_parse_frame_header() 1792 lws_start_foreach_ll(struct lws *, w, wsi->mux.child_list) { in lws_h2_parse_end_of_frame() 2492 if (wsi->proxied_ws_parent && wsi->child_list) { in lws_h2_ws_handshake()
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie.c | 106 struct lws_fts_entry *child_list; member 373 pe = &parent->child_list; in lws_fts_entry_child_add() 675 e = t->parser->child_list; in lws_fts_fill() 720 struct lws_fts_entry **pe = &e->child_list; in lws_fts_fill() 828 dcl = t->parser->child_list; in lws_fts_fill() 831 t->parser->child_list = NULL; in lws_fts_fill() 842 e->child_list = dcl; in lws_fts_fill() 848 e1 = e->child_list; in lws_fts_fill() 859 t->parser->child_list = e; in lws_fts_fill() 1138 if (s[sp]->child_list) { in lws_fts_serialize() [all …]
|
/third_party/boost/boost/heap/detail/ |
D | heap_node.hpp | 83 return 1 + count_list_nodes<Node, typename Node::child_list>(n->children); in count_nodes() 165 bi::constant_time_size<constant_time_child_size> > child_list; typedef 167 typedef typename child_list::iterator child_iterator; 168 typedef typename child_list::const_iterator const_child_iterator; 169 typedef typename child_list::size_type size_type; 221 child_list children;
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 311 wsi2 = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 343 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 371 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 379 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt() 526 wsi->mux.parent_wsi, wsi->mux.child_list); in rops_close_kill_connection_mqtt() 535 wsi->mux.parent_wsi, wsi->mux.child_list); in rops_close_kill_connection_mqtt() 537 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_mqtt()
|
D | mqtt.c | 1068 wsi->mux.child_list = w->mux.sibling_list; in _lws_mqtt_rx_parser() 1093 wsi->mux.child_list) { in _lws_mqtt_rx_parser() 1163 wsi->mux.child_list) { in _lws_mqtt_rx_parser() 1205 wsi->mux.child_list) { in _lws_mqtt_rx_parser() 1277 wsi->mux.child_list) { in _lws_mqtt_rx_parser() 2118 parent_wsi->mux.child_list = wsi->mux.sibling_list; in lws_wsi_mqtt_adopt()
|
/third_party/toybox/toys/pending/ |
D | fsck.c | 55 struct child_list { struct 56 struct child_list *next; argument 62 static struct child_list *c_list = NULL; //fsck.type child list. argument 66 struct child_list *child; in kill_all() 190 struct child_list *child; in do_fsck() 234 child = xzalloc(sizeof(struct child_list)); //Parent, add to child list. in do_fsck() 254 struct child_list *prev, *temp; in wait_for()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 314 struct lws *wsic = wsi->child_list; in __lws_rx_flow_control() 656 return wsi->child_list; in lws_get_child() 1080 wsi->mux.sibling_list = parent_wsi->mux.child_list; in lws_wsi_mux_insert() 1083 parent_wsi->mux.child_list = wsi; in lws_wsi_mux_insert() 1091 lws_start_foreach_ll(struct lws *, wsi, parent_wsi->mux.child_list) { in lws_wsi_mux_from_id() 1107 wsi->mux.parent_wsi->mux.child_list) { in lws_wsi_mux_dump_children() 1120 if (!wsi->mux.child_list) in lws_wsi_mux_close_children() 1123 lws_start_foreach_llp(struct lws **, w, wsi->mux.child_list) { in lws_wsi_mux_close_children() 1143 wsi->mux.parent_wsi->mux.child_list) { in lws_wsi_mux_sibling_disconnect() 1167 wsi = wsi->mux.child_list; in lws_wsi_mux_dump_waiting_children() [all …]
|
D | close.c | 171 pwsi = &wsi->parent->child_list; in lws_remove_child_from_any_parent() 271 if (wsi->child_list) { in __lws_close_free_wsi() 272 wsi2 = wsi->child_list; in __lws_close_free_wsi() 282 wsi->child_list = NULL; in __lws_close_free_wsi() 306 if (wsi->parent->child_list == wsi && !wsi->sibling_list) in __lws_close_free_wsi()
|
D | connect.c | 267 safe = wsi->sibling_list = i->parent_wsi->child_list; in lws_client_connect_via_info() 268 i->parent_wsi->child_list = wsi; in lws_client_connect_via_info() 282 i->parent_wsi->child_list = safe; in lws_client_connect_via_info()
|
D | dummy-callback.c | 211 lws_dll2_add_tail(&pkt->pkt_list, &wsi->child_list->ws->proxy_owner); in lws_callback_ws_proxy() 212 lws_callback_on_writable(wsi->child_list); in lws_callback_ws_proxy() 284 if (wsi->child_list) { in lws_callback_http_dummy() 298 if (wsi->child_list) { in lws_callback_http_dummy() 302 lws_callback_on_writable(wsi->child_list); in lws_callback_http_dummy()
|
D | adopt.c | 148 new_wsi->sibling_list = parent->child_list; in lws_adopt_descriptor_vhost1() 149 parent->child_list = new_wsi; in lws_adopt_descriptor_vhost1() 184 parent->child_list = new_wsi->sibling_list; in lws_adopt_descriptor_vhost1()
|
D | private-lib-core-net.h | 38 struct lws *child_list; member 705 struct lws *child_list; /* points to first child */ member
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 377 PyObject* child_list) { in Subscript() argument 391 PyList_GET_ITEM(child_list, i)); in Subscript() 401 ScopedPyObjectPtr child_list( in Subscript() local 403 if (child_list == NULL) { in Subscript() 406 ScopedPyObjectPtr m(PyObject_GetAttrString(child_list.get(), "sort")); in Subscript() 411 ReorderAttached(self, child_list.get()); in Subscript()
|
/third_party/boost/boost/heap/ |
D | binomial_heap.hpp | 852 explicit binomial_heap(value_compare const & cmp, node_list_type & child_list, size_type size): in binomial_heap() argument 857 …top_element = static_cast<node_pointer>(&*child_list.begin()); // not correct, but we will reset i… in binomial_heap() 861 for (node_list_iterator it = child_list.begin(); it != child_list.end(); ++it) { in binomial_heap() 866 trees.splice(trees.end(), child_list, child_list.begin(), child_list.end()); in binomial_heap()
|
/third_party/libwebsockets/lib/misc/ |
D | spawn.c | 349 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped() 350 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 648 if (wsi->proxied_ws_parent && wsi->child_list) in handshake_0405() 649 prot = wsi->child_list->ws->actual_protocol; in handshake_0405()
|
/third_party/weston/clients/ |
D | window.c | 295 struct wl_list child_list; member 1622 wl_list_for_each(child, &widget->child_list, link) { in widget_find_widget() 1677 wl_list_init(&widget->child_list); in widget_create() 1707 wl_list_insert(parent->child_list.prev, &widget->link); in widget_add_widget() 4520 wl_list_for_each(child, &widget->child_list, link) in widget_redraw()
|
/third_party/weston/include/libweston/ |
D | libweston.h | 1271 struct wl_list child_list; /* geometry.parent_link */ member
|
/third_party/weston/libweston/ |
D | compositor.c | 356 wl_list_init(&view->geometry.child_list); in weston_view_create() 1613 wl_list_for_each(child, &view->geometry.child_list, in weston_view_geometry_dirty() 1780 wl_list_insert(&parent->geometry.child_list, in weston_view_set_transform_parent() 2208 assert(wl_list_empty(&view->geometry.child_list)); in weston_view_destroy()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 2498 child_list = self.extended_proto.Extensions[extension] 2499 child0 = child_list.add() 2501 child_list.add()
|
/third_party/quickjs/ |
D | quickjs.c | 19956 struct list_head child_list; /* list of JSFunctionDef.link */ member 28728 init_list_head(&fd->child_list); in js_new_function_def() 28734 list_add_tail(&fd->link, &parent->child_list); in js_new_function_def() 28815 list_for_each_safe(el, el1, &fd->child_list) { in js_free_function_def() 32505 list_for_each_safe(el, el1, &fd->child_list) { in js_create_function()
|