Home
last modified time | relevance | path

Searched refs:part_start (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c1637 *part_start, *part_end; in ngx_http_fastcgi_process_header() local
1856 part_start = u->buffer.pos; in ngx_http_fastcgi_process_header()
1880 size = u->buffer.pos - part_start; in ngx_http_fastcgi_process_header()
1899 p = ngx_cpymem(p, part_start, u->buffer.pos - part_start); in ngx_http_fastcgi_process_header()
2063 part->start = part_start; in ngx_http_fastcgi_process_header()