Home
last modified time | relevance | path

Searched refs:NGX_REGEX_MULTILINE (Results 1 – 2 of 2) sorted by relevance

/dports/www/nginx-devel/nginx-1.21.5/src/core/
H A Dngx_regex.h40 #define NGX_REGEX_MULTILINE 0x00000002 macro
H A Dngx_regex.c162 if (rc->options & NGX_REGEX_MULTILINE) { in ngx_regex_compile()
166 if (rc->options & ~(NGX_REGEX_CASELESS|NGX_REGEX_MULTILINE)) { in ngx_regex_compile()
282 if (rc->options & NGX_REGEX_MULTILINE) { in ngx_regex_compile()
286 if (rc->options & ~(NGX_REGEX_CASELESS|NGX_REGEX_MULTILINE)) { in ngx_regex_compile()