Lines Matching refs:global
77 static struct resolv_conf_global *global; variable
91 struct resolv_conf_global *global_copy = atomic_load_relaxed (&global); in get_locked_global()
94 global_copy = calloc (1, sizeof (*global)); in get_locked_global()
97 atomic_store_relaxed (&global, global_copy); in get_locked_global()
639 if (atomic_load_relaxed (&global) == NULL) in __resolv_conf_detach()
661 if (global == NULL) in libc_freeres_fn()
664 if (global->conf_current != NULL) in libc_freeres_fn()
666 conf_decrement (global->conf_current); in libc_freeres_fn()
667 global->conf_current = NULL; in libc_freeres_fn()
673 resolv_conf_array_free (&global->array); in libc_freeres_fn()
675 free (global); in libc_freeres_fn()
679 global = NULL; in libc_freeres_fn()