Home
last modified time | relevance | path

Searched refs:adst (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns-parse.c466 struct adstore *adst = (struct adstore *)opaque; in lws_async_dns_store() local
472 if (ttl < adst->smallest_ttl || !adst->ctr) in lws_async_dns_store()
473 adst->smallest_ttl = ttl; in lws_async_dns_store()
475 if (adst->prev) in lws_async_dns_store()
476 adst->prev->ai_next = adst->pos; in lws_async_dns_store()
477 adst->prev = adst->pos; in lws_async_dns_store()
479 adst in lws_async_dns_store()
536 struct adstore adst; lws_adns_parse_udp() local
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h201 struct amdgpu_fence **adst = (struct amdgpu_fence **)dst; in amdgpu_fence_reference() local
204 if (pipe_reference(&(*adst)->reference, &asrc->reference)) { in amdgpu_fence_reference()
205 struct amdgpu_fence *fence = *adst; in amdgpu_fence_reference()
215 *adst = asrc; in amdgpu_fence_reference()

Completed in 2 milliseconds