pattern           766 core/ngx_conf_file.c     gl.pattern = file.data;
pattern            72 core/ngx_regex.c     re = pcre_compile((const char *) rc->pattern.data, (int) rc->options,
pattern            79 core/ngx_regex.c         if ((size_t) erroff == rc->pattern.len) {
pattern            82 core/ngx_regex.c                                errstr, &rc->pattern)
pattern            88 core/ngx_regex.c                                errstr, &rc->pattern, rc->pattern.data + erroff)
pattern           133 core/ngx_regex.c     rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, p, &rc->pattern, n)
pattern            25 core/ngx_regex.h     ngx_str_t     pattern;
pattern          1140 http/modules/ngx_http_fastcgi_module.c     ngx_str_t                      *status_line, *pattern;
pattern          1250 http/modules/ngx_http_fastcgi_module.c                     pattern = flcf->catch_stderr->elts;
pattern          1253 http/modules/ngx_http_fastcgi_module.c                         if (ngx_strnstr(msg, (char *) pattern[i].data,
pattern          2682 http/modules/ngx_http_fastcgi_module.c     rc.pattern = value[1];
pattern           532 http/modules/ngx_http_map_module.c         rc.pattern = value[0];
pattern           545 http/modules/ngx_http_referer_module.c     rc.pattern = *name;
pattern           318 http/modules/ngx_http_rewrite_module.c     rc.pattern = value[1];
pattern           747 http/modules/ngx_http_rewrite_module.c             rc.pattern = value[last];
pattern          2462 http/modules/ngx_http_ssi_filter_module.c         rgc.pattern = right;
pattern          2765 http/ngx_http_core_module.c     rc.pattern = *regex;
pattern          3719 http/ngx_http_core_module.c         rc.pattern = value[i];
pattern          4444 http/ngx_http_core_module.c         rc.pattern = value[i];
pattern          1761 http/ngx_http_variables.c     re->name = rc->pattern;
pattern           351 os/unix/ngx_files.c     n = glob((char *) gl->pattern, GLOB_NOSORT, NULL, &gl->pglob);
pattern            42 os/unix/ngx_files.h     u_char                      *pattern;