/third_party/libwebsockets/lib/core-net/ |
D | sequencer.c | 125 lws_dll2_remove(&seq->seq_list); in lws_seq_create() 140 lws_dll2_remove(&seqe->seq_event_list); in seq_ev_destroy() 158 lws_dll2_remove(&seq->seq_list); in lws_seq_destroy() 159 lws_dll2_remove(&seq->sul_timeout.list); in lws_seq_destroy() 160 lws_dll2_remove(&seq->sul_pending.list); in lws_seq_destroy() 206 lws_dll2_remove(&seqe->seq_event_list); in lws_seq_sul_pending_cb()
|
D | wsi-timeout.c | 36 lws_dll2_remove(&wsi->sul_timeout.list); in __lws_wsi_remove_from_sul() 37 lws_dll2_remove(&wsi->sul_hrtimer.list); in __lws_wsi_remove_from_sul() 38 lws_dll2_remove(&wsi->sul_validity.list); in __lws_wsi_remove_from_sul() 143 lws_dll2_remove(&wsi->sul_timeout.list); in lws_set_timeout() 174 lws_dll2_remove(&wsi->sul_timeout.list); in lws_set_timeout_us() 199 lws_dll2_remove(&p->sul.list); in __lws_timed_callback_remove()
|
D | close.c | 56 lws_dll2_remove(&wsi->dll_cli_active_conns); in __lws_reset_wsi() 70 lws_dll2_remove(&wsi->dll2_cli_txn_queue); in __lws_reset_wsi() 75 lws_dll2_remove(&wsi->vh_awaiting_socket); in __lws_reset_wsi() 93 lws_dll2_remove(&wsi->dll2_cli_txn_queue); in __lws_reset_wsi() 94 lws_dll2_remove(&wsi->dll_cli_active_conns); in __lws_reset_wsi() 110 lws_dll2_remove(&wsi->dll_cli_active_conns); in __lws_reset_wsi() 556 lws_dll2_remove(&wsi->dll_buflist); in __lws_close_free_wsi()
|
D | sorted-usec-list.c | 51 lws_dll2_remove(&sul->list); in __lws_sul_insert() 129 lws_dll2_remove(&sul->list); in __lws_sul_service_ripe()
|
D | lws-dsh.c | 238 lws_dll2_remove(&dsh->list); in lws_dsh_destroy() 296 lws_dll2_remove(&s.best->list); in _lws_dsh_alloc_tail() 398 lws_dll2_remove(&_o->list); in lws_dsh_free() 430 lws_dll2_remove(&_o2->list); in lws_dsh_free() 448 lws_dll2_remove(&_o->list); in lws_dsh_free()
|
D | state.c | 37 lws_dll2_remove(&nl->list); in lws_state_reg_deregister()
|
D | wsi.c | 818 lws_dll2_remove(&wnew->dll2_cli_txn_queue); in _lws_generic_transaction_completed_active_conn() 860 lws_dll2_remove(&wsi->dll_cli_active_conns); in _lws_generic_transaction_completed_active_conn() 871 lws_dll2_remove(&ww->dll2_cli_txn_queue); in _lws_generic_transaction_completed_active_conn() 1345 lws_dll2_remove(&w->dll2_cli_txn_queue); in lws_wsi_mux_apply_queue() 1358 lws_dll2_remove(&w->dll2_cli_txn_queue); in lws_wsi_mux_apply_queue()
|
D | pollfd.c | 570 lws_dll2_remove(&wsi->same_vh_protocol); in lws_same_vh_protocol_insert() 583 lws_dll2_remove(&wsi->same_vh_protocol); in __lws_same_vh_protocol_remove()
|
D | dummy-callback.c | 183 lws_dll2_remove(dll); in lws_callback_ws_proxy() 229 lws_dll2_remove(dll); in lws_callback_ws_proxy()
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns.c | 37 lws_dll2_remove(&q->sul.list); in lws_adns_q_destroy() 38 lws_dll2_remove(&q->list); in lws_adns_q_destroy() 58 lws_dll2_remove(&q->list); in lws_adns_get_query() 85 lws_dll2_remove(d); in lws_async_dns_complete() 351 lws_dll2_remove(&c->list); in lws_adns_get_cache() 364 lws_dll2_remove(&c->sul.list); in lws_adns_cache_destroy() 365 lws_dll2_remove(&c->list); in lws_adns_cache_destroy() 462 lws_dll2_remove(d3); in cancel()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 92 lws_dll2_remove(&md->list); in lws_sspc_serialize_metadata() 404 lws_dll2_remove(&h->client_list); in lws_sspc_destroy() 421 lws_dll2_remove(&md->list); in lws_sspc_destroy() 513 lws_dll2_remove(&md->list); in _lws_sspc_set_metadata()
|
D | secure-streams.c | 477 lws_dll2_remove(&h->list); in lws_ss_destroy() 478 lws_dll2_remove(&h->to_list); in lws_ss_destroy()
|
/third_party/libwebsockets/lib/abstract/ |
D | abstract.c | 224 lws_dll2_remove(&ai->bound); in lws_abs_bind_and_create_instance() 253 lws_dll2_remove(&a->abstract_instances); in __lws_abs_destroy_instance2()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 314 lws_dll2_remove(rdt); in lws_dbus_remove_timeout() 489 lws_dll2_remove(rdt); in lws_dbus_sul_cb() 510 lws_dll2_remove(&pt->dbus.sul.list); in rops_pt_init_destroy_dbus()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | ops-cgi.c | 111 lws_dll2_remove(&pt->sul_cgi.list); in rops_pt_init_destroy_cgi()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_dll.md | 51 lws_dll2_remove(&p->list, &owner); 89 lws_dll2_remove(&p->list);
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 141 lws_dll2_remove(struct lws_dll2 *d) in lws_dll2_remove() function
|
/third_party/libwebsockets/lib/tls/ |
D | tls-network.c | 58 lws_dll2_remove(&wsi->tls.dll_pending_tls); in __lws_ssl_remove_wsi_from_buffered_list()
|
/third_party/libwebsockets/lib/system/ |
D | system.c | 195 lws_dll2_remove(d); in __lws_system_attach()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 287 lws_dll2_remove(struct lws_dll2 *d);
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 180 lws_dll2_remove(d); in cleanup()
|
D | smtp.c | 139 lws_dll2_remove(d); in lws_smtpc_email_disposition()
|
/third_party/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 161 lws_dll2_remove(&priv->same_abs_transport_list); in callback_abs_client_raw_skt()
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/ |
D | main.c | 261 lws_dll2_remove(&ctx->next); in destroy_dbus_server_conn()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 135 lws_dll2_remove(&tcr->cc_list); in lws_ssl_destroy_client_ctx()
|