Searched refs:__from_res (Results 1 – 2 of 2) sorted by relevance
139 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()
61 bool __from_res; /* True if created from _res. */ member