Home
last modified time | relevance | path

Searched refs:lws_dll2_foreach_safe (Results 1 – 25 of 25) sorted by relevance

/third_party/libwebsockets/lib/roles/pipe/
Dops-pipe.c99 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_cancel_notify_dll); in rops_handle_POLLIN_pipe()
101 lws_dll2_foreach_safe(&pt->ss_client_owner, NULL, lws_sspc_cancel_notify_dll); in rops_handle_POLLIN_pipe()
/third_party/libwebsockets/lib/abstract/
Dabstract.c182 n = lws_dll2_foreach_safe(&ai->vh->abstract_instances_owner, ai, in lws_abs_bind_and_create_instance()
264 lws_dll2_foreach_safe(&ac->children_owner, NULL, __reap_children); in __reap_children()
282 lws_dll2_foreach_safe(&a->children_owner, NULL, __reap_children); in lws_abs_destroy_instance()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c536 lws_dll2_foreach_safe(&cache->items_lru, cache, destroy_dll); in lws_cache_heap_expunge()
552 lws_dll2_foreach_safe(&cache->items_lru, cache, destroy_dll); in lws_cache_heap_destroy()
591 lws_dll2_foreach_safe(&cache->items_lru, cache, dump_dll); in lws_cache_heap_debug_dump()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/
Dminimal-ws-raw-proxy.c125 lws_dll2_foreach_safe(&pc->pending_msg_to_ws, NULL, in callback_proxy_ws_server()
260 lws_dll2_foreach_safe(&pc->pending_msg_to_raw, NULL, in callback_proxy_raw_client()
/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c552 lws_dll2_foreach_safe(&dns->waiting, NULL, clean); in lws_async_dns_deinit()
553 lws_dll2_foreach_safe(&dns->cached, NULL, cache_clean); in lws_async_dns_deinit()
592 lws_dll2_foreach_safe(&dns->waiting, wsi, cancel); in lws_async_dns_cancel()
626 if (lws_dll2_foreach_safe(&dns->waiting, in lws_async_dns_get_new_tid()
/third_party/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c153 lws_dll2_foreach_safe(&context->dhcpc_owner, (void *)iface, _remove_if); in lws_dhcpc_remove()
/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c171 lws_dll2_foreach_safe(&dsh->oha[0].owner, &s, search_best_free); in _lws_dsh_alloc_tail()
408 lws_dll2_foreach_safe(&dsh->oha[n].owner, dsh, describe_kind); in lws_dsh_describe()
Dsequencer.c164 lws_dll2_foreach_safe(&seq->seq_event_owner, NULL, seq_ev_destroy); in lws_seq_destroy()
Dvhost.c1267 n = lws_dll2_foreach_safe(&v->listen_wsi, arg, cb);
1565 lws_dll2_foreach_safe(&vh->abstract_instances_owner, NULL, destroy_ais);
Dclose.c71 lws_dll2_foreach_safe(&wsi->dll2_cli_txn_queue_owner, NULL, in __lws_reset_wsi()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dtest2.c160 lws_dll2_foreach_safe(&t2cs->configs, NULL, t2_config_dump); in t2_configs_dump()
Dmain.c574 lws_dll2_foreach_safe(&b->targets, NULL, show_target); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-dll2.h234 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user,
/third_party/libwebsockets/lib/core/
Dlws_map.c169 lws_dll2_foreach_safe(&ht->ho, ht, ho_free_item); in lws_map_destroy()
Dlws_dll2.c57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() function
Dcontext.c1693 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_destroy_dll); in lws_pt_destroy()
1696 lws_dll2_foreach_safe(&pt->ss_client_owner, NULL, lws_sspc_destroy_dll); in lws_pt_destroy()
/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c203 lws_dll2_foreach_safe(&s->pending_owner, NULL, cleanup); in smtp_sequencer_cb()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-session.c141 lws_dll2_foreach_safe(&vh->tls_sessions, NULL, in lws_tls_session_vh_destroy()
/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c84 lws_dll2_foreach_safe(&vhd->owner, NULL, heartbeat_cb); in callback_abs_client_raw_skt()
/third_party/libwebsockets/READMEs/
DREADME.lws_dll.md129 …*phead, void *user, int (*cb)(struct lws_dll *d, void *user))|int lws_dll2_foreach_safe(struct lws…
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c149 lws_dll2_foreach_safe(&vh->tls_sessions, NULL, in lws_tls_session_vh_destroy()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-common.c451 lws_dll2_foreach_safe(&pt->ss_owner, NULL, fe_lws_ss_destroy); in lws_ss_policy_set()
/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c352 lws_dll2_foreach_safe(&cx->jit_inflight, cx, inflight_destroy); in lws_tls_jit_trust_inflight_destroy_all()
/third_party/libwebsockets/lib/cose/
Dcose_key.c764 lws_dll2_foreach_safe(o, NULL, lws_cose_key_set_memb_remove); in lws_cose_key_set_destroy()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c2033 lws_dll2_foreach_safe(&wsi->ws->proxy_owner, NULL, ws_destroy_proxy_buf); in rops_destroy_role_ws()