Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c746 u_char *p, *last, *pat, *pat_end; in ngx_http_sub_match() local
749 pat_end = m->data + m->len; in ngx_http_sub_match()
758 while (p < last && pat < pat_end) { in ngx_http_sub_match()
770 while (p < ctx->buf->last && pat < pat_end) { in ngx_http_sub_match()
779 if (pat != pat_end) { in ngx_http_sub_match()