Home
last modified time | relevance | path

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

/external/libwebsockets/lib/system/async-dns/
Dasync-dns-parse.c409 if (q->firstcache) in lws_adns_iterate()
410 lws_adns_cache_destroy(q->firstcache); in lws_adns_iterate()
411 q->firstcache = NULL; in lws_adns_iterate()
646 if (q->firstcache) in lws_adns_parse_udp()
647 q->firstcache->results = c->results; in lws_adns_parse_udp()
654 if (q->firstcache) { /* also need to free chain when we free this guy */ in lws_adns_parse_udp()
655 q->firstcache->chain = c; in lws_adns_parse_udp()
656 c->firstcache = q->firstcache; in lws_adns_parse_udp()
659 q->firstcache = c; in lws_adns_parse_udp()
692 lws_async_dns_complete(q, q->firstcache); in lws_adns_parse_udp()
Dprivate-lib-async-dns.h42 struct lws_adns_cache *firstcache; member
70 lws_adns_cache_t *firstcache; member
Dasync-dns.c276 if (q->firstcache) { in lws_async_dns_writeable()
278 lws_adns_cache_destroy(q->firstcache); in lws_async_dns_writeable()
279 q->firstcache = NULL; in lws_async_dns_writeable()
510 if (c->firstcache) in lws_async_dns_freeaddrinfo()
511 c = c->firstcache; in lws_async_dns_freeaddrinfo()