mod              2565 http/ngx_http_core_module.c     u_char                    *mod;
mod              2612 http/ngx_http_core_module.c         mod = value[1].data;
mod              2615 http/ngx_http_core_module.c         if (len == 1 && mod[0] == '=') {
mod              2620 http/ngx_http_core_module.c         } else if (len == 2 && mod[0] == '^' && mod[1] == '~') {
mod              2625 http/ngx_http_core_module.c         } else if (len == 1 && mod[0] == '~') {
mod              2631 http/ngx_http_core_module.c         } else if (len == 2 && mod[0] == '~' && mod[1] == '*') {