Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dresolv_context.c139 ctx->__from_res = true; in context_alloc()
162 assert (current->__from_res); in context_reuse()
215 ctx->__from_res = false; in libc_hidden_def()
232 if (ctx->__from_res && --ctx->__refcount > 0) in libc_hidden_def()
Dresolv_context.h61 bool __from_res; /* True if created from _res. */ member