Searched defs:pminttl (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zfparse.c | 169 int parsezonefile (const char *file, long *pminttl, long *pmaxttl, const char *keydbfile) argument 181 assert (pminttl != 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 30 milliseconds