Searched refs:header_in (Results 1 – 4 of 4) sorted by relevance
134 fs->header_in.list = nxt_list_create(us->buffers.mem_pool, 8, in nxt_fastcgi_source_handler()136 if (nxt_slow_path(fs->header_in.list == NULL)) { in nxt_fastcgi_source_handler()140 fs->header_in.hash = us->header_hash; in nxt_fastcgi_source_handler()176 fs->header_in.content_length = -1; in nxt_fastcgi_source_handler()562 nv = nxt_list_add(fs->header_in.list); in nxt_fastcgi_source_header_process()582 if (nxt_lvlhsh_find(&fs->header_in.hash, &lhq) == NXT_OK) { in nxt_fastcgi_source_header_process()627 fs->header_in.status = n; in nxt_fastcgi_source_status()646 fs->header_in.content_length = length; in nxt_fastcgi_source_content_length()667 if (fs->header_in.status == 0) { in nxt_fastcgi_source_header_ready()669 fs->header_in.status = 200; in nxt_fastcgi_source_header_ready()
60 hs->header_in.list = nxt_list_create(us->buffers.mem_pool, 8, in nxt_http_source_handler()62 if (nxt_slow_path(hs->header_in.list == NULL)) { in nxt_http_source_handler()66 hs->header_in.hash = us->header_hash; in nxt_http_source_handler()95 hs->header_in.content_length = -1; in nxt_http_source_handler()220 hs->header_in.status = hs->u.status_parse.code; in nxt_http_source_status_filter()237 hs->header_in.status = 200; in nxt_http_source_status_filter()339 nv = nxt_list_add(hs->header_in.list); in nxt_http_source_header_line_process()360 if (nxt_lvlhsh_find(&hs->header_in.hash, &lhq) == NXT_OK) { in nxt_http_source_header_line_process()401 hs->header_in.content_length = length; in nxt_http_source_content_length()
29 nxt_upstream_header_in_t header_in; member
70 nxt_upstream_header_in_t header_in; member