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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c75 char *xfrdir; member in struct:config_data
269 * even though datadir and xfrdir will never be in the same
326 strcat(tmpPath, cd->xfrdir);
928 cd->xfrdir = isc_mem_strdup(ns_g_mctx, argv[3]);
929 if (cd->xfrdir == NULL)
931 cd->xfrdirsize = strlen(cd->xfrdir);
991 if (cd->xfrdir != NULL)
992 isc_mem_free(ns_g_mctx, cd->xfrdir);
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c66 char *xfrdir; member in struct:config_data
251 * even though datadir and xfrdir will never be in the same
307 strcat(tmpPath, cd->xfrdir);
892 cd->xfrdir = strdup(argv[3]);
893 if (cd->xfrdir == NULL)
895 cd->xfrdirsize = strlen(cd->xfrdir);
947 if (cd->xfrdir != NULL)
948 free(cd->xfrdir);

Completed in 2243 milliseconds