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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzfparse.c145 int addkeydb (const char *file, const char *keydbfile) argument
153 fprintf (fp, "$INCLUDE %s\t; this is the database of public DNSKEY RR\n", keydbfile);
164 ** if keydbfile is set, check if this file is already include.
165 ** return 0 if keydbfile is not included
166 ** return 1 if keydbfile is included
169 int parsezonefile (const char *file, long *pminttl, long *pmaxttl, const char *keydbfile) argument
184 dbg_val4 ("parsezonefile (\"%s\", %ld, %ld, \"%s\")\n", file, *pminttl, *pmaxttl, keydbfile);
220 if ( keydbfile && strcmp (fname, keydbfile) == 0 )
223 keydbfilefound = parsezonefile (fname, pminttl, pmaxttl, keydbfile);
[all...]

Completed in 10 milliseconds