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

Function ap_proxy_is_word

modules/proxy/proxy_util.c:802–806  ·  view source on GitHub ↗

Return TRUE if addr is to be matched as a word */

Source from the content-addressed store, hash-verified

800
801/* Return TRUE if addr is to be matched as a word */
802PROXY_DECLARE(int) ap_proxy_is_word(struct dirconn_entry *This, apr_pool_t *p)
803{
804 This->matcher = proxy_match_word;
805 return 1;
806}
807
808/* Return TRUE if string "str2" occurs literally in "str1" */
809static int proxy_match_word(struct dirconn_entry *This, request_rec *r)

Callers 1

set_proxy_dirconnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected