script_name 73 http/modules/ngx_http_fastcgi_module.c ngx_str_t script_name; script_name 2482 http/modules/ngx_http_fastcgi_module.c if (f->script_name.len == 0 script_name 2483 http/modules/ngx_http_fastcgi_module.c || f->script_name.data[f->script_name.len - 1] != '/') script_name 2485 http/modules/ngx_http_fastcgi_module.c v->len = f->script_name.len; script_name 2489 http/modules/ngx_http_fastcgi_module.c v->data = f->script_name.data; script_name 2494 http/modules/ngx_http_fastcgi_module.c v->len = f->script_name.len + flcf->index.len; script_name 2501 http/modules/ngx_http_fastcgi_module.c p = ngx_copy(v->data, f->script_name.data, f->script_name.len); script_name 2552 http/modules/ngx_http_fastcgi_module.c if (f->script_name.len) { script_name 2557 http/modules/ngx_http_fastcgi_module.c f->script_name = r->uri; script_name 2564 http/modules/ngx_http_fastcgi_module.c f->script_name.len = captures[3] - captures[2]; script_name 2565 http/modules/ngx_http_fastcgi_module.c f->script_name.data = r->uri.data + captures[2]; script_name 2574 http/modules/ngx_http_fastcgi_module.c f->script_name = r->uri; script_name 2596 http/modules/ngx_http_fastcgi_module.c f->script_name = r->uri;