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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c82 char *datadir; member in struct:config_data
278 * even though datadir and xfrdir will never be in the same
325 * "/.datadir" We want to see if we are authoritative for
326 * domain.com. Path /base-dir/com/domain/.datadir since
327 * /base-dir/com/domain/.datadir does not exist, we are not
330 * path /base-dir/com/domain/long/.datadir does exist!
339 strcat(tmpPath, cd->datadir);
925 cd->datadir = isc_mem_strdup(ns_g_mctx, argv[2]);
926 if (cd->datadir == NULL)
928 cd->datadirsize = strlen(cd->datadir);
[all...]

Completed in 11 milliseconds