Home
last modified time | relevance | path

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

/resolv/
A Dresolv_conf.c190 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in resolv_conf_get_1() local
191 if (!(*slot & 1)) in resolv_conf_get_1()
193 conf = (struct resolv_conf *) *slot; in resolv_conf_get_1()
564 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in decrement_at_index() local
566 if (!(*slot & 1)) in decrement_at_index()
568 struct resolv_conf *conf = (struct resolv_conf *) *slot; in decrement_at_index()
571 *slot = global_copy->free_list_start; in decrement_at_index()
593 uintptr_t *slot = resolv_conf_array_at (&global_copy->array, index); in __resolv_conf_attach() local
594 global_copy->free_list_start = *slot; in __resolv_conf_attach()
598 *slot = (uintptr_t) conf; in __resolv_conf_attach()

Completed in 4 milliseconds