Home
last modified time | relevance | path

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

/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/libwebsockets/lib/roles/h2/
Dops-h2.c712 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_h2()
948 wsi2 = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
969 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
985 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
989 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1011 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1022 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1039 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1110 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1114 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
[all …]
Dhttp2.c313 parent_wsi->mux.child_list = wsi->mux.sibling_list; in __lws_wsi_server_new()
376 parent_wsi->mux.child_list = wsi->mux.sibling_list; in lws_wsi_h2_adopt()
568 nwsi->mux.child_list) { in lws_h2_settings()
1339 lws_start_foreach_ll(struct lws *, w, wsi->mux.child_list) { in lws_h2_parse_frame_header()
1956 lws_start_foreach_ll(struct lws *, w, wsi->mux.child_list) { in lws_h2_parse_end_of_frame()
2712 if (wsi->proxied_ws_parent && wsi->child_list) { in lws_h2_ws_handshake()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c344 wsi2 = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt()
379 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt()
407 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt()
415 wa = &wsi->mux.child_list; in rops_handle_POLLOUT_mqtt()
563 lws_wsi_tag(wsi->mux.parent_wsi), wsi->mux.child_list); in rops_close_kill_connection_mqtt()
574 wsi->mux.child_list); in rops_close_kill_connection_mqtt()
576 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_mqtt()
Dmqtt.c1355 wsi->mux.child_list = w->mux.sibling_list; in _lws_mqtt_rx_parser()
1376 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
1426 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
1465 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
1533 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
1575 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
1648 wsi->mux.child_list) { in _lws_mqtt_rx_parser()
2493 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/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/libwebsockets/lib/core-net/
Ddummy-callback.c222 lws_dll2_add_tail(&pkt->pkt_list, &wsi->child_list->ws->proxy_owner); in lws_callback_ws_proxy()
223 lws_callback_on_writable(wsi->child_list); in lws_callback_ws_proxy()
296 if (wsi->child_list) { in lws_callback_http_dummy()
299 lws_callback_on_writable(wsi->child_list); in lws_callback_http_dummy()
316 if (wsi->child_list) { in lws_callback_http_dummy()
321 lws_client_http_body_pending(wsi->child_list, 1); in lws_callback_http_dummy()
322 lws_callback_on_writable(wsi->child_list); in lws_callback_http_dummy()
Dwsi.c509 struct lws *wsic = wsi->child_list; in __lws_rx_flow_control()
912 return wsi->child_list; in lws_get_child()
1379 wsi->mux.sibling_list = parent_wsi->mux.child_list; in lws_wsi_mux_insert()
1382 parent_wsi->mux.child_list = wsi; in lws_wsi_mux_insert()
1390 lws_start_foreach_ll(struct lws *, wsi, parent_wsi->mux.child_list) { in lws_wsi_mux_from_id()
1406 wsi->mux.parent_wsi->mux.child_list) { in lws_wsi_mux_dump_children()
1421 if (!wsi->mux.child_list) in lws_wsi_mux_close_children()
1424 w = &wsi->mux.child_list; in lws_wsi_mux_close_children()
1444 wsi->mux.parent_wsi->mux.child_list) { in lws_wsi_mux_sibling_disconnect()
1468 wsi = wsi->mux.child_list; in lws_wsi_mux_dump_waiting_children()
[all …]
Dclose.c281 pwsi = &wsi->parent->child_list; in lws_remove_child_from_any_parent()
406 if (wsi->child_list) { in __lws_close_free_wsi()
407 wsi2 = wsi->child_list; in __lws_close_free_wsi()
417 wsi->child_list = NULL; in __lws_close_free_wsi()
Dadopt.c166 new_wsi->sibling_list = parent->child_list; in __lws_adopt_descriptor_vhost1()
167 parent->child_list = new_wsi; in __lws_adopt_descriptor_vhost1()
216 parent->child_list = new_wsi->sibling_list; in __lws_adopt_descriptor_vhost1()
Dprivate-lib-core-net.h38 struct lws *child_list; member
701 struct lws *child_list; /* points to first child */ member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c815 struct exec_list *child_list, in flatten_resume_if_ladder() argument
829 foreach_list_typed_safe(nir_cf_node, child, node, child_list) { in flatten_resume_if_ladder()
973 nir_after_cf_list(child_list)); in flatten_resume_if_ladder()
981 nir_after_cf_list(child_list)); in flatten_resume_if_ladder()
989 nir_after_cf_list(child_list)); in flatten_resume_if_ladder()
1030 nir_after_cf_list(child_list)); in flatten_resume_if_ladder()
1032 nir_cf_list_extract(&cf_list, child_list); in flatten_resume_if_ladder()
/third_party/libwebsockets/lib/core-net/client/
Dconnect.c422 safe = wsi->sibling_list = i->parent_wsi->child_list; in lws_client_connect_via_info()
423 i->parent_wsi->child_list = wsi; in lws_client_connect_via_info()
438 i->parent_wsi->child_list = safe; in lws_client_connect_via_info()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c428 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped()
429 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c449 lsp->stdwsi[n]->sibling_list = i->opt_parent->child_list; in lws_spawn_piped()
450 i->opt_parent->child_list = lsp->stdwsi[n]; in lws_spawn_piped()
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c704 if (wsi->proxied_ws_parent && wsi->child_list) in handshake_0405()
705 prot = wsi->child_list->ws->actual_protocol; in handshake_0405()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c564 lws_start_foreach_ll(struct lws *, w, nwsi->mux.child_list) { in secstream_mqtt()
/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/libbpf/.github/actions/build-selftests/
Dvmlinux.h7471 struct list_head child_list; member