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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c922 wchar_t *config_path_w = NULL; local
933 config_path_w = utf8_decode(config_path, NULL);
940 if (config_path_w == NULL || modconf_w == NULL) {
956 hresult = IAppHostWritableAdminManager_put_CommitPath(admin_manager, config_path_w);
962 if (!add_to_modules(admin_manager, config_path_w, siteid)) {
967 if (!update_module_site_config(admin_manager, config_path_w, modconf_w, TRUE)) {
980 AM_FREE(modconf_w, config_path_w);
993 wchar_t *config_path_w = NULL; local
1004 config_path_w = utf8_decode(config_path, NULL);
1011 if (config_path_w
1163 wchar_t *config_path_w = NULL; local
[all...]

Completed in 30 milliseconds