Home
last modified time | relevance | path

Searched refs:zonestatid (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dnsd.h117 (zone && zone->zonestatid < nsd->zonestatsizenow) ? \
118 nsd->zonestatnow[zone->zonestatid].stc++ \
121 (zone && zone->zonestatid < nsd->zonestatsizenow) ? \
122 …tatnow[zone->zonestatid].stc[(i) <= (LASTELEM(nsd->zonestatnow[zone->zonestatid].stc) - 1) ? i : L…
H A Ddifffile.h145 const char* pattern, unsigned zonestatid);
H A Dnamedb.h145 unsigned zonestatid; /* array index for zone stats */ member
H A Ddifffile.c1728 const char* pattern, unsigned zonestatid) in task_new_add_zone() argument
1741 TASKLIST(&e)->yesno = zonestatid; in task_new_add_zone()
2021 z->zonestatid = (unsigned)task->yesno; in task_process_add_zone()
H A Ddbaccess.c247 zone->zonestatid = 0; in namedb_zone_create()
H A Dserver.c523 zone->zonestatid = getzonestatid(nsd->options, zone->opts); in zonestatid_tree_set()