Searched refs:policy_compare_url (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dpolicy.c329 char policy_compare_url(am_request_t *r, const char *pattern, const char *resource) { function
330 static const char *thisfunc = "policy_compare_url():";
H A Dutility.h245 char policy_compare_url(am_request_t *r, const char *pattern, const char *resource);
H A Dprocess.c105 compare_status = policy_compare_url(request, m->value, request->overridden_url);
472 return policy_compare_url(r, pattern, url) != AM_NO_MATCH;
1096 policy_status = policy_compare_url(r, pattern, url);

Completed in 38 milliseconds