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

/forgerock/web-agents-v4/tests/
H A Dtest_setup_requests.c120 .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 Dtest_exits.c306 .agenturi = "https://www.override.com:90/am",
424 .agenturi = "https://www.override.com:90/am",
/forgerock/web-agents-v4/source/
H A Dconfig.h102 char *agenturi; member in struct:__anon77
283 #define AM_AGENTS_CONFIG_AGENT_URI "com.sun.identity.agents.config.agenturi.prefix"
H A Dconfig_file.c470 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 Dconfig.c428 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 Dprocess.c238 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 Dconfig_xml.c274 parse_config_value(ctx, AM_AGENTS_CONFIG_AGENT_URI, CONF_STRING, NULL, &ctx->conf->agenturi, val, len);

Completed in 53 milliseconds