Searched refs:AM_NOT_FOUND (Results 1 - 17 of 17) sorted by relevance
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_types.h | 100 AM_NOT_FOUND, enumerator in enum:__anon6
|
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_types.h | 100 AM_NOT_FOUND, enumerator in enum:__anon6
|
/forgerock/web-agents-v4/source/ |
H A D | ip.c | 387 c = test_within_bounds(addr, lo_p, hi_p) ? AM_SUCCESS : AM_NOT_FOUND; 408 return cidr_match(&addr4, &cidr, bits) ? AM_SUCCESS : AM_NOT_FOUND; 413 return cidr6_match(&addr6, &cidr, bits) ? AM_SUCCESS : AM_NOT_FOUND; 416 return AM_NOT_FOUND; 450 return AM_NOT_FOUND;
|
H A D | cache.c | 325 int status = AM_NOT_FOUND; 351 return AM_NOT_FOUND; 576 return AM_NOT_FOUND; 599 int i = -1, entry_index, status = AM_NOT_FOUND; 628 return AM_NOT_FOUND; 1068 * @return AM_SUCCESS if found, AM_NOT_FOUND if not found, AM_ETIMEDOUT if
|
H A D | utility.c | 856 return AM_NOT_FOUND; 940 am_status_t found = AM_NOT_FOUND; 947 return AM_NOT_FOUND; 967 found = AM_NOT_FOUND; 1052 return ISVALID(rq->token) ? AM_SUCCESS : AM_NOT_FOUND; 1068 return AM_NOT_FOUND; 2422 return AM_NOT_FOUND; 2430 return AM_NOT_FOUND;
|
H A D | process.c | 740 status = AM_NOT_FOUND; 770 status = AM_NOT_FOUND; 790 if (status != AM_SUCCESS && status != AM_NOT_FOUND) { 795 status = AM_NOT_FOUND; 911 if (r->status == AM_NOT_FOUND) { 1476 if (rv != AM_SUCCESS && rv != AM_NOT_FOUND) { 1983 r->status = AM_NOT_FOUND;
|
H A D | log.c | 933 int i, exist = AM_NOT_FOUND; 956 if (exist == AM_NOT_FOUND) { 1071 return j > 0 ? AM_SUCCESS : AM_NOT_FOUND;
|
H A D | admin.c | 1937 rv = AM_NOT_FOUND; 2023 if (rv == AM_NOT_FOUND) {
|
H A D | shared.c | 407 ret->error = AM_NOT_FOUND;
|
H A D | net_ops.c | 248 status = AM_NOT_FOUND;
|
/forgerock/web-agents-v4/tests/ |
H A D | test_notenforced_lists.c | 37 assert_int_equal(ip_address_match(addr, array_of(range), 1, 0l), expect ? AM_SUCCESS : AM_NOT_FOUND); \ 42 assert_int_equal(ip_address_match(addr, array_of(range), 1, 0l), expect ? AM_SUCCESS : AM_NOT_FOUND); \
|
H A D | test_notifications.c | 324 assert_int_equal(am_get_session_policy_cache_entry(&request, session_id, &r, &session, &ets), AM_NOT_FOUND); local
|
H A D | test_utility.c | 638 assert_int_equal(string_replace(&original, "", "YYY", &size), AM_NOT_FOUND); local
|
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 330 case AM_NOT_FOUND: 482 return AM_NOT_FOUND;
|
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 373 case AM_NOT_FOUND: 532 return AM_NOT_FOUND;
|
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 233 case AM_NOT_FOUND:
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 644 case AM_NOT_FOUND:
|
Completed in 3661 milliseconds