Searched defs:basepath (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_filesystem_driver.c | 631 char *basepath; local 638 basepath = NULL; 656 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) { 661 basepathlen = strlen(basepath); 663 if (stat(basepath, &sb) != 0) { 675 result = isc_dir_open(&dir, basepath); 682 basepath); 707 basepath); 736 if (basepath != NULL) 737 isc_mem_free(ns_g_mctx, basepath); [all...] |
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | dlz_filesystem_dynamic.c | 590 char *basepath; local 597 basepath = NULL; 610 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) { 616 basepathlen = strlen(basepath); 618 if (stat(basepath, &sb) != 0) { 630 result = dir_open(&dir, basepath); 636 basepath); 658 "directory to read entries.", basepath); 687 if (basepath != NULL) 688 free(basepath); [all...] |
Completed in 35 milliseconds