| /forgerock/web-agents-v4/tests/ |
| H A D | test_config.c | 31 am_config_t * conf; 82 am_config_t conf; 88 memset(&conf, 0, sizeof (am_config_t));
|
| H A D | test_policy_cache.c | 310 am_config_t config; 318 memset(&config, 0, sizeof(am_config_t)); 446 am_config_t config; 449 memset(&config, 0, sizeof(am_config_t)); 478 am_config_t config; 481 memset(&config, 0, sizeof(am_config_t)); 515 am_config_t config; 518 memset(&config, 0, sizeof(am_config_t)); 579 am_config_t config; 592 memset(&config, 0, sizeof(am_config_t)); [all...] |
| H A D | test_setup_requests.c | 118 am_config_t config = { 169 am_config_t config = { 222 am_config_t config = { 274 am_config_t config = { 334 am_config_t config = {
|
| H A D | test_notifications.c | 74 am_config_t config = { 139 am_config_t config = { 206 am_config_t config = { 356 am_config_t config = {
|
| H A D | test_notenforced_lists.c | 209 am_config_t config = { 267 am_config_t config = { 325 am_config_t config = { 388 am_config_t config = { 456 am_config_t config = {
|
| H A D | test_exits.c | 303 am_config_t config = 421 am_config_t config =
|
| /forgerock/web-agents-v4/source/ |
| H A D | utility.h | 204 void decrypt_agent_passwords(am_config_t *r); 274 int am_audit_register_instance(am_config_t *conf); 290 int am_get_agent_config(unsigned long instance_id, const char *config_file, am_config_t **cnf); 303 am_config_t *am_parse_config_xml(unsigned long instance_id, const char *xml, size_t xml_sz, char log_enable); 320 void update_agent_configuration_ttl(am_config_t *c); 321 void update_agent_configuration_audit(am_config_t *c); 322 void update_agent_configuration_normalise_map_urls(am_config_t *c); 323 void update_agent_configuration_reorder_map_values(am_config_t *c);
|
| H A D | am.h | 277 am_config_t *conf; /*agent configuration*/ 326 void am_config_free(am_config_t **c); 327 am_config_t *am_get_config_file(unsigned long instance_id, const char *filename); 328 int am_get_agent_config(unsigned long instance_id, const char *config_file, am_config_t **cnf);
|
| H A D | net_client.h | 100 void am_net_options_create(am_config_t *ac, am_net_options_t *options, void (*log)(const char *, ...));
|
| H A D | config.h | 239 } am_config_t; typedef in typeref:struct:__anon77
|
| H A D | config_file.c | 390 am_config_t *am_get_config_file(unsigned long instance_id, const char *filename) { 392 am_config_t *conf = NULL; 398 conf = calloc(1, sizeof (am_config_t)); 609 void am_config_free(am_config_t **cp) { 611 am_config_t *c = *cp;
|
| H A D | audit.c | 321 am_config_t *conf = NULL; 393 int am_audit_register_instance(am_config_t *conf) {
|
| H A D | config_xml.c | 33 am_config_t *conf; 509 am_config_t *am_parse_config_xml(unsigned long instance_id, const char *xml, size_t xml_sz, char log_enable) { 511 am_config_t *r = NULL; 533 r = calloc(1, sizeof (am_config_t));
|
| H A D | config.c | 329 static int am_create_instance_entry_data(int h, am_config_t *c, char all) { 764 static am_config_t *am_get_stored_agent_config(struct am_instance_entry *c) { 765 am_config_t *r = NULL; 769 r = calloc(1, sizeof (am_config_t)); 1264 am_config_t *bc, struct am_instance_entry **ie) { 1333 am_config_t *cf = am_parse_config_xml(instance_id, xml, xsz, AM_TRUE); 1358 int am_get_agent_config(unsigned long instance_id, const char *config_file, am_config_t **cnf) { 1383 am_config_t *ac = NULL;
|
| H A D | naming_valid.c | 106 am_config_t *conf = NULL;
|
| H A D | utility.c | 1880 void decrypt_agent_passwords(am_config_t *r) { 2758 * @param conf The pointer to am_config_t instance 2760 void update_agent_configuration_ttl(am_config_t *conf) { 2780 void update_agent_configuration_audit(am_config_t *conf) { 2828 void update_agent_configuration_normalise_map_urls(am_config_t *conf) { 2893 void update_agent_configuration_reorder_map_values(am_config_t *conf) {
|
| H A D | net_client.c | 272 void am_net_options_create(am_config_t *conf, am_net_options_t *options, void (*log)(const char *, ...)) {
|
| H A D | process.c | 1020 am_config_t *boot = NULL;
|
| /forgerock/web-agents-v4/source/iis/ |
| H A D | agent.c | 127 am_config_t * GetBootConf() { 337 am_config_t *aconf; 856 const am_config_t *boot = NULL; 857 am_config_t *rq_conf = NULL;
|
| /forgerock/web-agents-v4/source/apache/ |
| H A D | agent.c | 77 am_config_t *ac = NULL; 632 am_config_t *boot = NULL;
|
| /forgerock/web-agents-v4/source/varnish/ |
| H A D | agent.c | 79 am_config_t *boot; 532 am_config_t *boot = NULL;
|
| /forgerock/web-agents-v4/source/varnish3/ |
| H A D | agent.c | 80 am_config_t *boot; 582 am_config_t *boot = NULL;
|