Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c112 if (q->standalone_cb) { in lws_async_dns_complete()
119 q->standalone_cb(NULL, (const char *)&q[1], in lws_async_dns_complete()
760 tmq.tq.standalone_cb = cb; in lws_async_dns_query()
861 q->standalone_cb = cb; in lws_async_dns_query()
Dprivate-lib-async-dns.h64 lws_async_dns_cb_t standalone_cb; /* if not associated to wsi */ member