Searched refs:latest_pxfr (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dxfrd-catalog-zones.h57 struct xfrd_producer_xfr* latest_pxfr; member in struct:xfrd_catalog_producer_zone
H A Dxfrd-catalog-zones.c956 producer_zone->latest_pxfr = NULL;
1270 if((pxfr->next = producer_zone->latest_pxfr))
1272 pxfr->prev_next_ptr = &producer_zone->latest_pxfr;
1273 producer_zone->latest_pxfr = pxfr;
H A Dxfrd.c736 for(pxfr = producer_zone->latest_pxfr; pxfr; pxfr = next_pxfr) {

Completed in 172 milliseconds