Searched refs:modconf_w (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | admin_iis.c | 923 wchar_t *modconf_w = NULL; local 937 modconf_w = utf8_decode(modconf, NULL); 940 if (config_path_w == NULL || modconf_w == NULL) { 967 if (!update_module_site_config(admin_manager, config_path_w, modconf_w, TRUE)) { 980 AM_FREE(modconf_w, config_path_w); 994 wchar_t *modconf_w = NULL; local 1008 modconf_w = utf8_decode(modconf, NULL); 1011 if (config_path_w == NULL || modconf_w == NULL) { 1038 if (!update_module_site_config(admin_manager, config_path_w, modconf_w, FALSE)) { 1051 AM_FREE(modconf_w, config_path_ [all...] |
Completed in 29 milliseconds