Searched refs:oidc_util_get_full_path (Results 1 – 5 of 5) sorted by relevance
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/ |
H A D | oauth.c | 175 oidc_util_get_full_path(r->pool, in oidc_oauth_validate_access_token() 177 oidc_util_get_full_path(r->pool, in oidc_oauth_validate_access_token() 184 oidc_util_get_full_path(r->pool, in oidc_oauth_validate_access_token() 186 oidc_util_get_full_path(r->pool, in oidc_oauth_validate_access_token()
|
H A D | config.c | 424 const char *full_path = oidc_util_get_full_path(cmd->pool, arg); in oidc_set_path_slot() 729 fname = oidc_util_get_full_path(cmd->pool, fname); in oidc_set_public_key_files() 802 fname = oidc_util_get_full_path(cmd->pool, fname); in oidc_set_private_key_files_enc()
|
H A D | util.c | 1488 char* oidc_util_get_full_path(apr_pool_t *pool, const char *abs_or_rel_filename) { in oidc_util_get_full_path() function 1503 html_template = oidc_util_get_full_path(r->pool, html_template); in oidc_util_html_send_error()
|
H A D | mod_auth_openidc.h | 791 char *oidc_util_get_full_path(apr_pool_t *pool, const char *abs_or_rel_filename);
|
H A D | proto.c | 1997 oidc_util_get_full_path(r->pool, in oidc_proto_token_endpoint_request() 1999 oidc_util_get_full_path(r->pool, in oidc_proto_token_endpoint_request()
|