Searched refs:count (Results 1 – 4 of 4) sorted by relevance
35 size_t count; member61 size_t count) in action_lists_equal() argument63 for (size_t i = 0; i < count; ++i) in action_lists_equal()72 find_allocated (struct nss_action *actions, size_t count) in find_allocated() argument75 if (p->count == count && action_lists_equal (p->actions, actions, count)) in find_allocated()81 __nss_action_allocate (struct nss_action *actions, size_t count) in __nss_action_allocate() argument86 result = find_allocated (actions, count); in __nss_action_allocate()90 = malloc (sizeof (*wrapper) + sizeof (*actions) * count); in __nss_action_allocate()94 wrapper->count = count; in __nss_action_allocate()95 memcpy (wrapper->actions, actions, sizeof (*actions) * count); in __nss_action_allocate()
54 write_hosts (int count) in write_hosts() argument56 TEST_VERIFY (count > 0 && count <= 65535); in write_hosts()61 for (int i = 0; i < count; ++i) in write_hosts()101 for (int i = 0; i < params->count; ++i) in expected_ghbn()104 for (int i = 0; i < params->count; ++i) in expected_ghbn()159 for (int i = 0; i < params->count; ++i) in expected_gai()277 run_test (int count) in run_test() argument279 write_hosts (count); in run_test()283 .count = count, in run_test()321 for (int count = 1; count <= 111; ++count) in do_test() local[all …]
34 size_t count = 0; in do_test() local52 ++count; in do_test()56 if (count == 0) in do_test()69 if (new_count == count) in do_test()103 if (new_count < count) in do_test()
97 size_t count) attribute_hidden;
Completed in 10 milliseconds