Searched refs:agenturi (Results 1 - 7 of 7) sorted by relevance
| /forgerock/web-agents-v4/tests/ |
| H A D | test_setup_requests.c | 120 .agenturi = "https://www.override.com:90/am", 171 .agenturi = "https://www.override.com:90/am", 224 .agenturi = "https://www.override.com:90/am", 276 .agenturi = "https://www.override.com:90/am", 336 .agenturi = "https://www.override.com:90/am",
|
| H A D | test_exits.c | 306 .agenturi = "https://www.override.com:90/am", 424 .agenturi = "https://www.override.com:90/am",
|
| /forgerock/web-agents-v4/source/ |
| H A D | config.h | 102 char *agenturi; member in struct:__anon77 283 #define AM_AGENTS_CONFIG_AGENT_URI "com.sun.identity.agents.config.agenturi.prefix"
|
| H A D | config_file.c | 470 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_AGENT_URI, CONF_STRING, NULL, &conf->agenturi, NULL); 623 c->tls_opts, c->valid_default_url, c->agenturi, c->cookie_name,
|
| H A D | config.c | 428 if (ISVALID(c->agenturi)) { 429 SAVE_CHAR_VALUE(conf, h, MAKE_TYPE(AM_CONF_AGENT_URI, 0), c->agenturi); 889 r->agenturi = strndup(i->value, i->size[0]);
|
| H A D | process.c | 238 if (parse_url(r->conf->agenturi, &au) == 0) { 249 AM_LOG_WARNING(r->instance_id, "%s failed to parse agenturi.prefix %s", 250 thisfunc, LOGEMPTY(r->conf->agenturi)); 1584 agent_url = url_encode(r->conf->agenturi);
|
| H A D | config_xml.c | 274 parse_config_value(ctx, AM_AGENTS_CONFIG_AGENT_URI, CONF_STRING, NULL, &ctx->conf->agenturi, val, len);
|
Completed in 53 milliseconds