HomeSort by: relevance | last modified time | path
    Searched refs:stat_current (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsd.h 359 int stat_current; member in struct:nsd
server.c 772 nsd->stat_current = 0;
773 nsd->st = &nsd->stats_per_child[nsd->stat_current][0];
2572 nsd->stat_current = (nsd->stat_current==0?1:0);
2624 nsd->stats_per_child[nsd->stat_current][0].reloadcount =
2625 nsd->stats_per_child[(nsd->stat_current==0?1:0)][0].reloadcount+1;
2626 nsd->stats_per_child[nsd->stat_current][0].db_mem =
3605 nsd->st = &nsd->stats_per_child[nsd->stat_current]

Completed in 20 milliseconds