HomeSort by: relevance | last modified time | path
    Searched defs:names_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/tests/dns/
rbt_test.c 824 insert_nodes(dns_rbt_t *mytree, char **names, size_t *names_count,
858 names[*names_count] = isc_mem_strdup(mctx,
860 assert_non_null(names[*names_count]);
861 *names_count += 1;
869 remove_nodes(dns_rbt_t *mytree, char **names, size_t *names_count,
881 num = isc_random_uniform(*names_count);
890 if (*names_count > 0) {
891 names[num] = names[*names_count - 1];
892 names[*names_count - 1] = NULL;
893 *names_count -= 1
940 size_t names_count; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 2410 mach_msg_type_number_t names_count;
2425 kret = mach_port_names (priv->task, &names, &names_count, &types,
2434 for (int i = 0; i < names_count; i++)
2460 names_count * sizeof (mach_port_t));
2408 mach_msg_type_number_t names_count; local
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 2400 mach_msg_type_number_t names_count;
2415 kret = mach_port_names (priv->task, &names, &names_count, &types,
2424 for (int i = 0; i < names_count; i++)
2450 names_count * sizeof (mach_port_t));
2398 mach_msg_type_number_t names_count; local

Completed in 30 milliseconds