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

/bind-9.11.3/contrib/sdb/pgsql/
H A Dzonetodb.c126 char *porigin, *zonefile; local
148 zonefile = argv[2];
176 result = dns_db_load(db, zonefile);
/bind-9.11.3/contrib/sdb/sqlite/
H A Dzone2sqlite.c141 char *porigin, *zonefile; local
156 printf("usage: %s <zone> <zonefile> <dbfile> <dbtable>\n", argv[0]);
161 zonefile = argv[2];
187 result = dns_db_load(db, zonefile);
/bind-9.11.3/contrib/sdb/ldap/
H A Dzone2ldap.c130 char *zonefile; local
189 zonefile = strdup (optarg);
190 if (zonefile == NULL)
205 if ((argzone == NULL) || (zonefile == NULL))
234 result = dns_db_load (db, zonefile);
354 if (zonefile)
355 free(zonefile);

Completed in 13 milliseconds