Lines Matching refs:array
61 struct resolv_conf_array array; member
98 resolv_conf_array_init (&global_copy->array); in get_locked_global()
188 if (index < resolv_conf_array_size (&global_copy->array)) in resolv_conf_get_1()
190 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in resolv_conf_get_1()
445 struct resolv_sortlist_entry *array = alloc_buffer_alloc_array in __resolv_conf_allocate() local
447 conf->sort_list = array; in __resolv_conf_allocate()
449 array[i] = init->sort_list[i]; in __resolv_conf_allocate()
561 if (index < resolv_conf_array_size (&global_copy->array)) in decrement_at_index()
564 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in decrement_at_index()
593 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in __resolv_conf_attach()
602 size_t size = resolv_conf_array_size (&global_copy->array); in __resolv_conf_attach()
604 resolv_conf_array_add (&global_copy->array, (uintptr_t) conf); in __resolv_conf_attach()
605 if (resolv_conf_array_has_failed (&global_copy->array)) in __resolv_conf_attach()
673 resolv_conf_array_free (&global->array); in libc_freeres_fn()