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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c73 char *datadir; member in struct:config_data
269 * even though datadir and xfrdir will never be in the same
316 * "/.datadir" We want to see if we are authoritative for
317 * domain.com. Path /base-dir/com/domain/.datadir since
318 * /base-dir/com/domain/.datadir does not exist, we are not
321 * path /base-dir/com/domain/long/.datadir does exist!
330 strcat(tmpPath, cd->datadir);
922 cd->datadir = isc_mem_strdup(ns_g_mctx, argv[2]);
923 if (cd->datadir == NULL)
925 cd->datadirsize = strlen(cd->datadir);
[all...]
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c64 char *datadir; member in struct:config_data
251 * even though datadir and xfrdir will never be in the same
297 * "/.datadir" We want to see if we are authoritative for
298 * domain.com. Path /base-dir/com/domain/.datadir since
299 * /base-dir/com/domain/.datadir does not exist, we are not
302 * path /base-dir/com/domain/long/.datadir does exist!
311 strcat(tmpPath, cd->datadir);
886 cd->datadir = strdup(argv[2]);
887 if (cd->datadir == NULL)
889 cd->datadirsize = strlen(cd->datadir);
[all...]

Completed in 1711 milliseconds