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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c918 int enable_module(const char *siteid, const char *modconf) { argument
926 if (siteid == NULL || modconf == NULL) {
937 modconf_w = utf8_decode(modconf, NULL);
989 int disable_module(const char *siteid, const char *modconf) { argument
997 if (siteid == NULL || modconf == NULL) {
1008 modconf_w = utf8_decode(modconf, NULL);
1401 int enable_module(const char *siteid, const char *modconf) { argument
1405 int disable_module(const char *siteid, const char *modconf) { argument
1413 int install_module(const char *modpath, const char *modconf) { argument

Completed in 625 milliseconds