Loading include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -1813,7 +1813,7 @@ AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir); AP_DECLARE(int) ap_is_matchexp(const char *str); /** * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @return 0 if the two strings match, 1 otherwise Loading @@ -1821,7 +1821,7 @@ AP_DECLARE(int) ap_is_matchexp(const char *str); AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected); /** * Determine if a string matches a patterm containing the wildcards '?' or '*', * Determine if a string matches a pattern containing the wildcards '?' or '*', * ignoring case * @param str The string to check * @param expected The pattern to match against Loading modules/lua/lua_request.c +1 −1 Original line number Diff line number Diff line Loading @@ -1648,7 +1648,7 @@ static int lua_ap_escape_logitem(lua_State *L) /** * ap_strcmp_match (const char *str, const char *expected) * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @param ignoreCase Whether to ignore case when matching Loading Loading
include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -1813,7 +1813,7 @@ AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir); AP_DECLARE(int) ap_is_matchexp(const char *str); /** * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @return 0 if the two strings match, 1 otherwise Loading @@ -1821,7 +1821,7 @@ AP_DECLARE(int) ap_is_matchexp(const char *str); AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected); /** * Determine if a string matches a patterm containing the wildcards '?' or '*', * Determine if a string matches a pattern containing the wildcards '?' or '*', * ignoring case * @param str The string to check * @param expected The pattern to match against Loading
modules/lua/lua_request.c +1 −1 Original line number Diff line number Diff line Loading @@ -1648,7 +1648,7 @@ static int lua_ap_escape_logitem(lua_State *L) /** * ap_strcmp_match (const char *str, const char *expected) * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @param ignoreCase Whether to ignore case when matching Loading