MCPcopy Create free account
hub / github.com/apache/httpd / ap_regexec

Function ap_regexec

server/util_pcre.c:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393#endif /* AP_HAS_THREAD_LOCAL && !defined(APREG_NO_THREAD_LOCAL) */
394
395AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string,
396 apr_size_t nmatch, ap_regmatch_t *pmatch,
397 int eflags)
398{
399 return ap_regexec_len(preg, string, strlen(string), nmatch, pmatch,
400 eflags);
401}
402
403AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff,
404 apr_size_t len, apr_size_t nmatch,

Callers 15

ldap_determine_binddnFunction · 0.85
clean_warning_headersFunction · 0.85
ap_proxy_trans_matchFunction · 0.85
proxy_walkFunction · 0.85
proxy_handlerFunction · 0.85
proxy_send_dir_filterFunction · 0.85
apply_rewrite_condFunction · 0.85
apply_rewrite_ruleFunction · 0.85
add_alias_internalFunction · 0.85
try_alias_listFunction · 0.85
match_versionFunction · 0.85
process_regexpFunction · 0.85

Calls 1

ap_regexec_lenFunction · 0.85

Tested by

no test coverage detected