Searched defs:trust_anchor (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/delv/
H A Ddelv.c130 static char *trust_anchor = NULL; variable
597 trust_anchor);
712 if (trust_anchor == NULL) {
713 trust_anchor = isc_mem_strdup(mctx, ".");
714 if (trust_anchor == NULL)
718 if (trust_anchor != NULL)
719 CHECK(convert_name(&afn, &anchor_name, trust_anchor));
1072 trust_anchor = isc_mem_strdup(mctx, value);
1073 if (trust_anchor == NULL)
1679 if (trust_anchor !
[all...]

Completed in 27 milliseconds