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

/forgerock/web-agents-v4/source/
H A Dpolicy.c21 static const char *policy_fetch_scope_str[] = { variable
410 for (i = 0; i < ARRAY_SIZE(policy_fetch_scope_str); i++) {
411 if (strcasecmp(scope, policy_fetch_scope_str[i]) == 0) {
420 if (scope >= ARRAY_SIZE(policy_fetch_scope_str)) {
421 return policy_fetch_scope_str[0];
423 return policy_fetch_scope_str[scope];

Completed in 81 milliseconds