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

/forgerock/web-agents-v4/source/
H A Dnet_client.h112 int am_url_validate(unsigned long instance_id, const char *url,
H A Dnaming_valid.c212 validate_status = am_url_validate(w->instance_id, url, net_options, &httpcode);
H A Dadmin.c1441 } else if (am_url_validate(0, openam_url, &net_options, &httpcode) == AM_SUCCESS && httpcode != 0) {
1506 if (am_url_validate(0, input, &net_options, &httpcode) != AM_SUCCESS) {
H A Dnet_ops.c1180 int am_url_validate(unsigned long instance_id, const char* url, am_net_options_t *options, int* httpcode) { function
1181 static const char* thisfunc = "am_url_validate():";
/forgerock/web-agents-v4/tests/
H A Dtest_network.c68 rv = am_url_validate(0, openam_url, &net_options, &httpcode);

Completed in 54 milliseconds