Searched refs:am_url_validate (Results 1 - 5 of 5) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | net_client.h | 112 int am_url_validate(unsigned long instance_id, const char *url,
|
| H A D | naming_valid.c | 212 validate_status = am_url_validate(w->instance_id, url, net_options, &httpcode);
|
| H A D | admin.c | 1441 } 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 D | net_ops.c | 1180 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 D | test_network.c | 68 rv = am_url_validate(0, openam_url, &net_options, &httpcode);
|
Completed in 54 milliseconds