Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c91 ngx_array_t *split_parts; member
1335 if (f->split_parts) { in ngx_http_fastcgi_reinit_request()
1336 f->split_parts->nelts = 0; in ngx_http_fastcgi_reinit_request()
1877 if (f->split_parts && f->split_parts->nelts) { in ngx_http_fastcgi_process_header()
1879 part = f->split_parts->elts; in ngx_http_fastcgi_process_header()
1882 for (i = 0; i < f->split_parts->nelts; i++) { in ngx_http_fastcgi_process_header()
1903 f->split_parts->nelts = 0; in ngx_http_fastcgi_process_header()
2050 if (f->split_parts == NULL) { in ngx_http_fastcgi_process_header()
2051 f->split_parts = ngx_array_create(r->pool, 1, in ngx_http_fastcgi_process_header()
2053 if (f->split_parts == NULL) { in ngx_http_fastcgi_process_header()
[all …]