match              13 http/modules/ngx_http_sub_filter_module.c     ngx_str_t                  match;
match              31 http/modules/ngx_http_sub_filter_module.c     ngx_str_t                  match;
match             138 http/modules/ngx_http_sub_filter_module.c     if (slcf->match.len == 0
match             150 http/modules/ngx_http_sub_filter_module.c     ctx->saved.data = ngx_pnalloc(r->pool, slcf->match.len);
match             155 http/modules/ngx_http_sub_filter_module.c     ctx->looked.data = ngx_pnalloc(r->pool, slcf->match.len);
match             162 http/modules/ngx_http_sub_filter_module.c     ctx->match = slcf->match;
match             507 http/modules/ngx_http_sub_filter_module.c     u_char                *p, *last, *copy_end, ch, match;
match             536 http/modules/ngx_http_sub_filter_module.c             match = ctx->match.data[0];
match             539 http/modules/ngx_http_sub_filter_module.c                 if (ch == match) {
match             574 http/modules/ngx_http_sub_filter_module.c         if (ch == ctx->match.data[looked]) {
match             578 http/modules/ngx_http_sub_filter_module.c             if (looked == ctx->match.len) {
match             595 http/modules/ngx_http_sub_filter_module.c         } else if (ch == ctx->match.data[0]) {
match             629 http/modules/ngx_http_sub_filter_module.c     if (slcf->match.len) {
match             637 http/modules/ngx_http_sub_filter_module.c     slcf->match = value[1];
match             687 http/modules/ngx_http_sub_filter_module.c     ngx_conf_merge_str_value(conf->match, prev->match, "");
match            1665 http/ngx_http_variables.c     u_char *text, size_t len, ngx_str_t *match)
match            1685 http/ngx_http_variables.c             n = ngx_http_regex_exec(r, reg[i].regex, match);
match             103 http/ngx_http_variables.h     ngx_uint_t key, u_char *text, size_t len, ngx_str_t *match);