Home
last modified time | relevance | path

Searched refs:child_list (Results 1 – 22 of 22) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c678 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 …]
Dhttp2.c285 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/
Dtrie.c106 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/
Dheap_node.hpp83 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/
Dops-mqtt.c311 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()
Dmqtt.c1068 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/
Dfsck.c55 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/
Dwsi.c314 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 …]
Dclose.c171 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()
Dconnect.c267 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()
Ddummy-callback.c211 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()
Dadopt.c148 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()
Dprivate-lib-core-net.h38 struct lws *child_list; member
705 struct lws *child_list; /* points to first child */ member
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc377 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/
Dbinomial_heap.hpp852 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/
Dspawn.c349 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/
Dserver-ws.c648 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/
Dwindow.c295 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/
Dlibweston.h1271 struct wl_list child_list; /* geometry.parent_link */ member
/third_party/weston/libweston/
Dcompositor.c356 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/
Dreflection_test.py2498 child_list = self.extended_proto.Extensions[extension]
2499 child0 = child_list.add()
2501 child_list.add()
/third_party/quickjs/
Dquickjs.c19956 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()