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

  /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/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/dhcp/bind/dist/lib/dns/include/dns/
db.h 139 unsigned int (*nodecount)(dns_db_t *db); member in struct:dns_dbmethods
  /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/external/mpl/bind/dist/lib/dns/include/dns/
db.h 138 unsigned int (*nodecount)(dns_db_t *db, dns_dbtree_t); member in struct:dns_dbmethods
  /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,
qpcache.c 3581 nodecount(dns_db_t *db, dns_dbtree_t tree) { function
4336 .nodecount = nodecount,
qpzone.c 3889 nodecount(dns_db_t *db, dns_dbtree_t tree) { function
5226 .nodecount = nodecount,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
sdb.c 1248 nodecount(dns_db_t *db) { function
1297 nodecount,
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;
sdlz.c 1201 nodecount(dns_db_t *db) { function
1273 nodecount,
rbtdb.c 8151 nodecount(dns_db_t *db) { function
8602 nodecount,
8654 nodecount,

Completed in 59 milliseconds