Home
last modified time | relevance | path

Searched refs:oidc_util_regexp_first_match (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dmod_auth_openidc.h779 apr_byte_t oidc_util_regexp_first_match(apr_pool_t *pool, const char *input, const char *regexp, ch…
H A Dmod_auth_openidc.c1597 if (oidc_util_regexp_first_match(r->pool, *request_user, reg_exp, in oidc_get_remote_user()
2918 if (oidc_util_regexp_first_match(r->pool, url, c_host, in oidc_validate_redirect_url()
H A Dutil.c2316 apr_byte_t oidc_util_regexp_first_match(apr_pool_t *pool, const char *input, in oidc_util_regexp_first_match() function