Searched defs:httpcode (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_network.c59 int httpcode = 0; local
68 rv = am_url_validate(0, openam_url, &net_options, &httpcode);
78 fprintf(stderr, "HTTP STATUS: %d\n", httpcode);
/forgerock/web-agents-v4/source/
H A Dnaming_valid.c204 int ok = 0, fail = 0, httpcode = 0; local
212 validate_status = am_url_validate(w->instance_id, url, net_options, &httpcode);
221 httpcode = 200;
225 if (validate_status == AM_SUCCESS && httpcode != 0) {
H A Dnet_ops.c1180 int am_url_validate(unsigned long instance_id, const char* url, am_net_options_t *options, int* httpcode) { argument
1260 if (httpcode) {
1261 *httpcode = conn->http_status;
H A Dadmin.c1408 int httpcode = 0; local
1441 } else if (am_url_validate(0, openam_url, &net_options, &httpcode) == AM_SUCCESS && httpcode != 0) {
1471 int httpcode = 0; local
1506 if (am_url_validate(0, input, &net_options, &httpcode) != AM_SUCCESS) {

Completed in 96 milliseconds