Searched refs:uri_pattern (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_config.c | 60 ap_regex_t *uri_pattern; local 64 handler->uri_pattern = NULL; 67 uri_pattern = apr_palloc(cfg->pool, sizeof(ap_regex_t)); 68 if ((rv = ap_regcomp(uri_pattern, pattern, 0)) != APR_SUCCESS) { 72 handler->uri_pattern = uri_pattern; 87 handler->uri_pattern = NULL; 102 ap_regex_t *uri_pattern = apr_palloc(cfg->pool, sizeof(ap_regex_t)); local 103 if (ap_regcomp(uri_pattern, pattern, 0) != OK) { 107 handler->uri_pattern [all...] |
H A D | lua_vmprep.h | 93 ap_regex_t *uri_pattern; member in struct:__anon214
|
H A D | mod_lua.c | 760 if (!ap_regexec(hook_spec->uri_pattern, r->uri, 10, match, 0)) { 790 if (!ap_regexec(hook_spec->uri_pattern, r->uri, 10, match, 0)) { 1153 spec->uri_pattern = regex;
|
Completed in 17 milliseconds