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

/openbsd-current/usr.sbin/nsd/
H A Dxfrd-catalog-zones.c508 * mode will be set to "just_add", and a second pass is done.
510 enum { try_to_add, retry_to_add, just_add } mode; enumerator in enum:__anon65
571 mode = just_add;
574 mode = consumer_zone->member_ids.count ? try_to_add : just_add;
811 case just_add:
889 mode = just_add;

Completed in 62 milliseconds