Searched defs:indices (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm66 my $lv0size = (indices($self, $self->{MAX} - 1))[0] + 1;
80 my @index = $self->indices($n);
110 sub indices { subroutine
116 print "indices($v,", join(',', @bits), ") = " if $debug;
130 my @index = $self->indices($v);
/bind-9.11.3/lib/dns/
H A Dcache.c1366 int *indices, isc_uint64_t *values)
1374 dumparg.counterindices = indices;
1382 int indices[dns_cachestatscounter_max]; local
1388 dns_cachestatscounter_max, indices, values);
1455 int indices[dns_cachestatscounter_max]; local
1462 dns_cachestatscounter_max, indices, values);
1502 int indices[dns_cachestatscounter_max]; local
1509 dns_cachestatscounter_max, indices, values);
1365 getcounters(isc_stats_t *stats, isc_statsformat_t type, int ncounters, int *indices, isc_uint64_t *values) argument
/bind-9.11.3/bin/named/
H A Dstatschannel.c158 * preference, regardless of the order of counter indices. For example,
1010 int *indices, isc_uint64_t *values, int options)
1030 dumparg.counterindices = indices;
1049 idx = indices[i];
1008 dump_counters(isc_stats_t *stats, isc_statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument

Completed in 24 milliseconds