Home
last modified time | relevance | path

Searched refs:adns_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c103 if (w->adns_cb(w, (const char *)&q[1], c ? c->results : NULL, 0, in lws_async_dns_complete()
695 wsi->adns_cb = cb; in lws_async_dns_query()
757 wsi->adns_cb = cb; in lws_async_dns_query()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h664 lws_async_dns_cb_t adns_cb; /* callback with result */ member