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

  /src/external/bsd/nsd/dist/
xfrd-catalog-zones.c 507 * If a zone cannot be added, mode is set to "retry_to_add"
508 * If after the first pass the mode is "retry_to_add",
511 enum { try_to_add, retry_to_add, just_add } mode; enumerator in enum:__anon7344
807 mode = retry_to_add;
886 if(mode == retry_to_add) {
xfrd-catalog-zones.c 507 * If a zone cannot be added, mode is set to "retry_to_add"
508 * If after the first pass the mode is "retry_to_add",
511 enum { try_to_add, retry_to_add, just_add } mode; enumerator in enum:__anon7344
807 mode = retry_to_add;
886 if(mode == retry_to_add) {

Completed in 81 milliseconds