Searched refs:am_get_config_file (Results 1 - 9 of 9) sorted by relevance
| /forgerock/web-agents-v4/tests/ |
| H A D | test_config.c | 57 conf = am_get_config_file(1, path);
|
| /forgerock/web-agents-v4/source/ |
| H A D | am.h | 327 am_config_t *am_get_config_file(unsigned long instance_id, const char *filename);
|
| H A D | naming_valid.c | 116 conf = am_get_config_file(w->instance_id, w->config_path);
|
| H A D | config_file.c | 317 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%s'", 321 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%s'", 336 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%d'", prm, *value); 348 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz); 360 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz); 381 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz); 385 AM_LOG_WARNING(instance_id, "am_get_config_file() unknown type value %d setting %s", type, prm); 390 am_config_t *am_get_config_file(unsigned long instance_id, const char *filename) { function 391 static const char *thisfunc = "am_get_config_file():";
|
| H A D | config.c | 1404 ac = am_get_config_file(instance_id, config_file);
|
| /forgerock/web-agents-v4/source/apache/ |
| H A D | agent.c | 81 ac = am_get_config_file(conf->config_id, conf->config);
|
| /forgerock/web-agents-v4/source/varnish/ |
| H A D | agent.c | 114 boot = am_get_config_file(settings->instance_id, conf);
|
| /forgerock/web-agents-v4/source/varnish3/ |
| H A D | agent.c | 120 boot = am_get_config_file(settings->instance_id, conf);
|
| /forgerock/web-agents-v4/source/iis/ |
| H A D | agent.c | 222 aconf = am_get_config_file(0, config);
|
Completed in 42 milliseconds