| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbt.c | 95 unsigned int nodecount; member in struct:dns_rbt 131 unsigned int nodecount; /* shadow from rbt structure */ member in struct:file_header 520 header.nodecount = rbt->nodecount; 899 rbt->nodecount++; 972 if ((header->nodecount * sizeof(dns_rbtnode_t)) > filesize) { 976 maybe_rehash(rbt, header->nodecount); 992 if (header->nodecount != rbt->nodecount) { 1007 rbt->nodecount = 0 3284 unsigned int nodecount = 0; local [all...] |
| rpz.c | 1703 unsigned int nodecount; local 1710 nodecount = dns_db_nodecount(rpz->updb); 1712 while (nodecount != 0 && 1716 nodecount >>= 1;
|
| sdb.c | 1248 nodecount(dns_db_t *db) { function 1297 nodecount,
|
| sdlz.c | 1201 nodecount(dns_db_t *db) { function 1273 nodecount,
|
| db.c | 826 return ((db->methods->nodecount)(db));
|
| rbtdb.c | 8151 nodecount(dns_db_t *db) { function 8602 nodecount, 8654 nodecount,
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbt.c | 65 unsigned int nodecount; member in struct:dns_rbt 304 INSIST(rbt->nodecount == 0); 323 return rbt->nodecount; 453 rbt->nodecount++; 635 rbt->nodecount++; 684 rbt->nodecount++; 1265 INSIST(rbt->nodecount != 0); 1570 return rbt->nodecount >= 1587 maybe_rehash(rbt, rbt->nodecount); 2057 rbt->nodecount-- 2410 unsigned int nodecount = 0; local [all...] |
| sdlz.c | 1129 nodecount(dns_db_t *db, dns_dbtree_t tree) { function 1182 .nodecount = nodecount,
|
| db.c | 866 if (db->methods->nodecount != NULL) { 867 return (db->methods->nodecount)(db, tree);
|
| rbt-cachedb.c | 1552 .nodecount = dns__rbtdb_nodecount,
|
| qpcache.c | 3608 nodecount(dns_db_t *db, dns_dbtree_t tree) { function 4383 .nodecount = nodecount,
|
| qpzone.c | 4040 nodecount(dns_db_t *db, dns_dbtree_t tree) { function 5618 .nodecount = nodecount,
|
| rbt-zonedb.c | 2403 .nodecount = dns__rbtdb_nodecount,
|
| /src/sys/dev/raidframe/ |
| rf_dagutils.c | 810 int i, nodecount; local 841 nodecount = rf_AssignNodeNums(dag_h); 845 scount = RF_Malloc(nodecount * sizeof(*scount)); 846 acount = RF_Malloc(nodecount * sizeof(*acount)); 847 nodes = RF_Malloc(nodecount * sizeof(*nodes)); 856 for (i = 1; i < nodecount; i++) { 890 RF_Free(scount, nodecount * sizeof(int)); 891 RF_Free(acount, nodecount * sizeof(int)); 892 RF_Free(nodes, nodecount * sizeof(RF_DagNode_t *));
|
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.c | 991 static int nodecount = 0; variable 1376 nodecount--; 1402 nodecount++; 1413 if (nodecount <= 1)
|
| /src/external/bsd/ipf/dist/ |
| radix_ipf.c | 1020 static int nodecount = 0; variable 1405 nodecount--; 1431 nodecount++; 1442 if (nodecount <= 1)
|
| /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/ |
| db.c | 308 nodecount(dns_db_t *db, dns_dbtree_t tree) { function 452 .nodecount = nodecount,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| db.h | 139 unsigned int (*nodecount)(dns_db_t *db); member in struct:dns_dbmethods
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| db.h | 144 unsigned int (*nodecount)(dns_db_t *db, dns_dbtree_t); member in struct:dns_dbmethods
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof | 226 --nodecount=<n> Show at most so many nodes [default=80] 416 "nodecount=i" => \$main::opt_nodecount, 2048 my $nodecount = $main::opt_nodecount; 2055 my $last = $nodecount - 1;
|
| jeprof.in | 226 --nodecount=<n> Show at most so many nodes [default=80] 416 "nodecount=i" => \$main::opt_nodecount, 2048 my $nodecount = $main::opt_nodecount; 2055 my $last = $nodecount - 1;
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof | 226 --nodecount=<n> Show at most so many nodes [default=80] 416 "nodecount=i" => \$main::opt_nodecount, 2048 my $nodecount = $main::opt_nodecount; 2055 my $last = $nodecount - 1;
|
| jeprof.in | 226 --nodecount=<n> Show at most so many nodes [default=80] 416 "nodecount=i" => \$main::opt_nodecount, 2048 my $nodecount = $main::opt_nodecount; 2055 my $last = $nodecount - 1;
|