Searched defs:config_path (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | utility.h | 149 char *config_path; member in struct:url_validator_worker_data
|
H A D | admin_iis.c | 46 static BOOL add_to_modules(IAppHostWritableAdminManager* manager, BSTR config_path, const char* siteid); 559 static BOOL update_module_site_config(IAppHostWritableAdminManager* manager, BSTR config_path, BSTR mod_config_path, BOOL enabled) { argument 581 AM_IIS_MODULE_CONF, config_path, &element); 633 static BOOL remove_from_modules(IAppHostWritableAdminManager* manager, BSTR config_path, BSTR section, BOOL test_only) { argument 640 BSTR bstr_config_path = SysAllocString(config_path); 924 char *config_path; local 931 config_path = get_site_name(siteid); 932 if (config_path != NULL) { 933 config_path_w = utf8_decode(config_path, NULL); 934 free(config_path); 995 char *config_path; local 1060 add_to_modules(IAppHostWritableAdminManager* manager, BSTR config_path, const char* siteid) argument 1164 char *config_path; local [all...] |
H A D | log.c | 111 char config_path[AM_PATH_SIZE]; member in struct:am_log::valid_url 987 strncpy(vf->config_path, config_file, sizeof (vf->config_path) - 1); 1057 if (log->valid[i].instance_id > 0 && ISVALID(log->valid[i].config_path)) { 1062 list[j].config_path = strdup(log->valid[i].config_path);
|
Completed in 31 milliseconds