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

/forgerock/web-agents-v4/tests/
H A Dtest_network.c60 am_net_options_t net_options; local
62 memset(&net_options, 0, sizeof (am_net_options_t));
63 net_options.keepalive = net_options.local = net_options.cert_trust = AM_TRUE;
64 net_options.log = install_log;
68 rv = am_url_validate(0, openam_url, &net_options, &httpcode);
70 am_net_options_delete(&net_options);
88 am_net_options_t net_options; local
90 memset(&net_options,
[all...]
/forgerock/web-agents-v4/source/
H A Dnaming_valid.c104 am_net_options_t *net_options; local
161 net_options = calloc(1, sizeof (am_net_options_t));
162 if (net_options == NULL) {
175 AM_FREE(net_options, w->config_path, w);
190 AM_FREE(net_options, w->config_path, w);
195 am_net_options_create(conf, net_options, NULL);
196 net_options->keepalive = AM_FALSE;
197 net_options->local = net_options->cert_trust = AM_TRUE;
198 net_options
[all...]
H A Dadmin.c110 static am_net_options_t net_options; variable
202 am_net_options_delete(&net_options);
525 if (ISVALID(net_options.cert_key_file)) {
526 tmp = net_options.cert_key_file;
538 if (ISVALID(net_options.cert_file)) {
539 tmp = net_options.cert_file;
551 if (ISVALID(net_options.cert_ca_file)) {
552 tmp = net_options.cert_ca_file;
564 if (ISVALID(net_options.ciphers)) {
565 tmp = net_options
[all...]
H A Dprocess.c943 am_net_options_t net_options; local
948 am_net_options_create(r->conf, &net_options, NULL);
949 net_options.server_id = r->conf->lb_enable && ISVALID(r->session_info.si) ? strdup(r->session_info.si) : NULL;
961 &net_options, r->conf->notif_enable, &session_cache_new, &policy_cache_new);
983 am_net_options_delete(&net_options);
H A Dconfig.c1384 am_net_options_t net_options; local
1413 am_net_options_create(ac, &net_options, NULL);
1420 ac->user, ac->pass, ac->realm, &net_options,
1454 am_net_options_delete(&net_options);

Completed in 47 milliseconds