Searched refs:zone_new (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzone.h58 extern zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp);
H A Dzone.c137 ** zone_new ()
140 zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp) function
148 dbg_val3 ("zone_new: (zp, zone: %s, dir: %s, file: %s, cp)\n", zone, dir, file);
235 /* do not free localconf, because a ptr to it will be added to the zone by zone_new() */
261 zone_new (listp, zone, dir, zfile, signed_ext, conf);

Completed in 1135 milliseconds