NGX_HTTP_MOVE      73 http/modules/ngx_http_dav_module.c     { ngx_string("move"), NGX_HTTP_MOVE },
NGX_HTTP_MOVE     191 http/modules/ngx_http_dav_module.c     case NGX_HTTP_MOVE:
NGX_HTTP_MOVE     755 http/modules/ngx_http_dav_module.c         if (r->method == NGX_HTTP_MOVE) {
NGX_HTTP_MOVE     782 http/modules/ngx_http_dav_module.c             if (r->method == NGX_HTTP_MOVE) {
NGX_HTTP_MOVE     795 http/modules/ngx_http_dav_module.c         if (r->method == NGX_HTTP_MOVE) {
NGX_HTTP_MOVE    3860 http/ngx_http_core_module.c    { (u_char *) "MOVE",      (uint32_t) ~NGX_HTTP_MOVE },
NGX_HTTP_MOVE     189 http/ngx_http_parse.c                             r->method = NGX_HTTP_MOVE;