Home
last modified time | relevance | path

Searched refs:lws_async_dns_protocol (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c329 struct lws_protocols lws_async_dns_protocol = { variable
373 lws_async_dns_protocol.name, NULL, in lws_async_dns_init()
/third_party/libwebsockets/lib/core-net/
Dvhost.c589 extern struct lws_protocols lws_async_dns_protocol; in lws_create_vhost()
815 memcpy(&lwsp[m++], &lws_async_dns_protocol, in lws_create_vhost()
/third_party/libwebsockets/lib/core/
Dcontext.c1288 extern const struct lws_protocols lws_async_dns_protocol; in lws_create_context()
1299 pp[n++] = &lws_async_dns_protocol; in lws_create_context()