Home
last modified time | relevance | path

Searched refs:lws_dll2_is_detached (Results 1 – 19 of 19) sorted by relevance

/third_party/libwebsockets/lib/core/
Dlws_dll2.c32 lws_dll2_is_detached(const struct lws_dll2 *d) in lws_dll2_is_detached() function
71 if (!lws_dll2_is_detached(d)) { in lws_dll2_add_head()
105 if (!lws_dll2_is_detached(d)) { in lws_dll2_add_before()
110 if (lws_dll2_is_detached(after)) { in lws_dll2_add_before()
142 if (!lws_dll2_is_detached(d)) { in lws_dll2_add_tail()
168 if (lws_dll2_is_detached(d)) in lws_dll2_remove()
/third_party/libwebsockets/lib/system/ntpclient/
Dntpclient.c76 if (v->wsi_udp || !lws_dll2_is_detached(&v->sul_conn.list)) in lws_ntpc_retry_conn()
258 if (lws_dll2_is_detached(&v->sul_write.list) && in callback_ntpc()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c250 lws_dll2_is_detached(&wsi->dll2_cli_txn_queue) &&
251 lws_dll2_is_detached(&wsi->dll_cli_active_conns)) {
Dconnect4.c138 !lws_dll2_is_detached(&wsi->dll2_cli_txn_queue)) { in lws_client_connect_4_established()
Dconnect3.c196 if (!lws_dll2_is_detached(&wsi->dll2_cli_txn_queue))
/third_party/libwebsockets/lib/core-net/
Dservice.c285 if (lws_dll2_is_detached(&wsi->dll_buflist)) in lws_rxflow_cache()
446 if (n && lws_dll2_is_detached(&wsi->dll_buflist)) in lws_buflist_aware_read()
507 if (lws_dll2_is_detached(&wsi->dll_buflist)) in lws_buflist_aware_finished_consuming()
Dclose.c362 if (!lws_dll2_is_detached(&wsi->dll_buflist)) in __lws_close_free_wsi()
754 !lws_dll2_is_detached(&wsi->vh_awaiting_socket)) in __lws_close_free_wsi()
Dwsi.c1040 if (lws_dll2_is_detached(&wsi->dll_cli_active_conns)) in _lws_generic_transaction_completed_active_conn()
Dvhost.c1754 if (!lws_dll2_is_detached(&wsi->dll2_cli_txn_queue)) {
/third_party/libwebsockets/lib/system/dhcpclient/
Ddhcpc4.c227 if (lws_dll2_is_detached(&r->sul_write.list) && in callback_dhcpc4()
292 if (r->wsi_raw || !lws_dll2_is_detached(&r->sul_conn.list)) in lws_dhcpc4_retry_conn()
/third_party/libwebsockets/READMEs/
DREADME.udp.md29 if (lws_dll2_is_detached(&transaction->sul_write.list) &&
DREADME.lws_dll.md128 …lws_dll_is_detached(struct lws_dll *d, struct lws_dll *phead)|int lws_dll2_is_detached(const struc…
/third_party/libwebsockets/include/libwebsockets/
Dlws-dll2.h211 lws_dll2_is_detached(const struct lws_dll2 *d);
/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp.c323 lws_smtpc_state_transition(c, lws_dll2_is_detached(&ai->bound) ? in lws_smtpc_create()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c140 if (lws_dll2_is_detached(&wsi->tls.dll_pending_tls)) in lws_ssl_capable_read()
/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c176 if (lws_dll2_is_detached(&q->sul.list) && in lws_async_dns_writeable()
690 if (!lws_dll2_is_detached(&wsi->adns)) { in lws_async_dns_query()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c315 if (lws_dll2_is_detached(&wsi->tls.dll_pending_tls)) in lws_ssl_capable_read()
Dopenssl-server.c717 lws_dll2_is_detached(&wsi->tls.dll_pending_tls))
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c326 if (lws_dll2_is_detached(&wsi->dll_buflist)) in rops_handle_POLLIN_h2()