Searched refs:pmaxttl (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zfparse.h | 40 extern int parsezonefile (const char *file, long *pminttl, long *pmaxttl, const char *keydbfile);
|
H A D | zfparse.c | 169 int parsezonefile (const char *file, long *pminttl, long *pmaxttl, const char *keydbfile) argument 182 assert (pmaxttl != NULL); 184 dbg_val4 ("parsezonefile (\"%s\", %ld, %ld, \"%s\")\n", file, *pminttl, *pmaxttl, keydbfile); 212 setminmax (pminttl, ttl, pmaxttl); 223 keydbfilefound = parsezonefile (fname, pminttl, pmaxttl, keydbfile); 243 setminmax (pminttl, ttl, pmaxttl); 254 file, *pminttl, *pmaxttl, keydbfile, keydbfilefound);
|
Completed in 9 milliseconds