Searched refs:init (Results 1 – 4 of 4) sorted by relevance
393 + init->nameserver_list_size * sizeof (init->nameserver_list[0]) in __resolv_conf_allocate()395 + init->search_list_size * sizeof (init->search_list[0]) in __resolv_conf_allocate()396 + init->sort_list_size * sizeof (init->sort_list[0]) in __resolv_conf_allocate()408 conf->retrans = init->retrans; in __resolv_conf_allocate()409 conf->retry = init->retry; in __resolv_conf_allocate()410 conf->options = init->options; in __resolv_conf_allocate()411 conf->ndots = init->ndots; in __resolv_conf_allocate()420 conf->search_list_size = init->search_list_size; in __resolv_conf_allocate()444 conf->sort_list_size = init->sort_list_size; in __resolv_conf_allocate()449 array[i] = init->sort_list[i]; in __resolv_conf_allocate()[all …]
31 enum test_type { init, byname, gai }; enumerator45 case init: in thread_func()
95 struct resolv_conf *__resolv_conf_allocate (const struct resolv_conf *init)
314 enum test_init init; member354 switch (ctx->init) in run_res_init()399 FAIL_EXIT1 ("invalid init method %d", ctx->init); in run_res_init()741 struct test_context ctx = { .init = init_method, .t = t }; in test_file_contents()
Completed in 10 milliseconds