/third_party/libwebsockets/lib/core-net/ |
D | route.c | 71 lws_dll2_get_head(&cx->routing_table)) { in _lws_routing_table_dump() 114 lws_dll2_get_head(&cx->routing_table)) { in _lws_route_get_uidx() 140 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_remove() 173 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_empty() 186 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_ifdown() 218 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_est_outgoing() 277 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_find_source()
|
D | sorted-usec-list.c | 133 lws_dll2_get_head(&own[n]); in __lws_sul_service_ripe() 207 lws_dll2_get_head( in lws_sul_nonmonotonic_adjust() 249 lws_dll2_get_head(&pt->pt_sul_owner[ in lws_sul_earliest_wakeable_event() 338 lws_dll2_get_head(&pt->pt_sul_owner[m])) { in lws_sul_debug_zombies()
|
D | sequencer.c | 71 lws_dll2_get_head(&pt->seq_owner)) { in lws_sul_seq_heartbeat_cb() 198 dh = lws_dll2_get_head(&seq->seq_event_owner); in lws_seq_sul_pending_cb() 275 dh = lws_dll2_get_head(&seq->seq_event_owner); in lws_seq_check_wsi()
|
D | dummy-callback.c | 183 dll = lws_dll2_get_head(&wsi->ws->proxy_owner); in lws_callback_ws_proxy() 197 if (lws_dll2_get_head(&wsi->ws->proxy_owner)) in lws_callback_ws_proxy() 227 dll = lws_dll2_get_head(&wsi->ws->proxy_owner); in lws_callback_ws_proxy() 243 if (lws_dll2_get_head(&wsi->ws->proxy_owner)) in lws_callback_ws_proxy()
|
D | pollfd.c | 234 lws_dll2_get_head(&vh->listen_wsi)) { in lws_accept_modulation() 621 lws_dll2_get_head(&vhost->same_vh_protocol_owner[n])) { in lws_callback_on_writable_all_protocol_vhost()
|
D | adopt.c | 671 while (lws_dll2_get_head(&wsi->dns_sorted_list)) { in lws_create_adopt_udp2() 673 lws_dll2_get_head(&wsi->dns_sorted_list), in lws_create_adopt_udp2()
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 217 lws_dll2_get_head(own)) { in lws_dll2_add_sorted_priv() 241 lws_dll2_get_head(own)) { in lws_dll2_add_sorted() 264 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head(own)) { in _lws_dll2_search_sz_pl() 291 lws_dll2_get_head(owner)) { in lws_dll2_describe()
|
/third_party/libwebsockets/lib/drivers/netdev/ |
D | netdev.c | 141 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head( in lws_netdev_credentials_find() 157 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head( in lws_netdev_find() 191 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head( in lws_netdev_smd_cb()
|
D | wifi.c | 40 lws_start_foreach_dll_safe(struct lws_dll2 *, p, p1, lws_dll2_get_head( in lws_netdev_wifi_scan_empty() 63 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head( in lws_netdev_wifi_scan_find() 102 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head( in lws_netdev_wifi_scan_select()
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns.c | 50 lws_dll2_get_head(owner)) { in lws_adns_get_query() 90 lws_dll2_get_head(&q->wsi_adns)) { in lws_async_dns_complete() 398 lws_dll2_get_head(&dns->cached)) { in lws_adns_get_cache() 428 lws_dll2_get_head(&dns->cached)) { in lws_adns_dump() 438 lws_dll2_get_head(&dns->waiting)) { in lws_adns_dump() 573 lws_dll2_get_head(&q->wsi_adns)) { in cancel()
|
/third_party/libwebsockets/lib/cose/ |
D | cose_sign.c | 87 lws_dll2_get_head(&csc->algs)) { in lws_cose_sign_hashing() 291 lws_dll2_get_head(&csc->algs)) { in lws_cose_sign_payload_chunk() 405 alg = lws_container_of(lws_dll2_get_head(&csc->algs), in lws_cose_sign_payload_chunk() 527 lws_dll2_get_head(&csc->algs)) { in lws_cose_sign_destroy()
|
D | cose_validate.c | 1023 lws_dll2_get_head(&cps->algs)) { in lws_cose_validate_destroy() 1032 lws_dll2_get_head(&cps->results)) { in lws_cose_validate_destroy()
|
/third_party/libwebsockets/lib/tls/ |
D | tls-network.c | 39 lws_dll2_get_head(&pt->tls.dll_pending_tls_owner)) { in lws_tls_fake_POLLIN_for_buffered() 212 lws_dll2_get_head(&v->listen_wsi)) { in lws_gate_accepts()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | sort-dns.c | 566 if (!lws_dll2_get_head(&wsi->dns_sorted_list)) in lws_sort_dns_dump() 570 lws_dll2_get_head(&wsi->dns_sorted_list)) { in lws_sort_dns_dump() 718 lws_dll2_get_head(&pt->context->routing_table)) { in lws_sort_dns()
|
D | connect3.c | 300 d = lws_dll2_get_head(&wsi->dns_sorted_list); 704 if (lws_dll2_get_head(&wsi->dns_sorted_list))
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 713 lws_dll2_get_head(&h->metadata_owner_rx)) { in lws_sspc_rxmetadata_destroy() 776 lws_dll2_get_head(&(*ph)->metadata_owner)) { in lws_sspc_destroy() 948 lws_dll2_get_head(&h->metadata_owner)) { in _lws_sspc_set_metadata() 1021 lws_dll2_get_head(&h->metadata_owner_rx)) { in lws_sspc_get_metadata()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/ |
D | main.c | 165 pts = lws_container_of(lws_dll2_get_head(&resown), in main()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 288 lws_dll2_get_head(&pt->dbus.timer_list_owner)) { in lws_dbus_sul_cb() 352 lws_dll2_get_head(&pt->dbus.timer_list_owner)) { in lws_dbus_remove_timeout()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() function
|
/third_party/libwebsockets/lib/system/ |
D | system.c | 191 lws_dll2_get_head(&pt->attach_owner)) { in __lws_system_attach()
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 90 pd2 = lws_dll2_get_head(&s->emails_owner); in lws_smtpc_kick_internal()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-session.c | 57 lws_dll2_get_head(&vh->tls_sessions)) { in __lws_tls_session_lookup_by_name()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | main.c | 213 lws_dll2_get_head(&set)) { in main()
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 581 p = j->dllpos = lws_dll2_get_head(o); in lws_struct_json_serialize() 670 p = j->dllpos = lws_dll2_get_head(o); in lws_struct_json_serialize()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | main.c | 361 lws_dll2_get_head(o)) { in main()
|