Searched defs:create_path (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_filesystem_driver.c | 221 create_path(const char *zone, const char *host, const char *client, function 286 "allocate memory in create_path()."); 602 if (create_path(name, NULL, client, cd, &path) != ISC_R_SUCCESS) { 656 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) { 756 if (create_path(name, NULL, NULL, (config_data_t *) dbdata, 804 result = create_path(zone, "-", NULL, 807 result = create_path(zone, name, NULL,
|
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | dlz_filesystem_dynamic.c | 216 create_path(const char *zone, const char *host, const char *client, function 267 "allocate memory in create_path()."); 564 if (create_path(name, NULL, client, cd, &path) != ISC_R_SUCCESS) { 610 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) { 715 if (create_path(name, NULL, NULL, cd, &path) != ISC_R_SUCCESS) 768 result = create_path(zone, "-", NULL, cd, &path); 770 result = create_path(zone, name, NULL, cd, &path);
|
Completed in 14 milliseconds