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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzfparse.c169 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 50 milliseconds