Searched refs:hdr_content_len (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | http_client.c | 147 u32_t hdr_content_len; member 290 } else if ((req->hdr_content_len != HTTPC_CONTENT_LEN_INVALID) && in httpc_tcp_recv() 291 (req->hdr_content_len != req->rx_content_len)) { in httpc_tcp_recv() 316 err_t err = http_wait_headers(req->rx_hdrs, &req->hdr_content_len, &total_header_len); in httpc_tcp_recv() 323 …ngs->headers_done_fn(req, req->callback_arg, req->rx_hdrs, total_header_len, req->hdr_content_len); in httpc_tcp_recv() 555 req->hdr_content_len = HTTPC_CONTENT_LEN_INVALID; in httpc_init_connection_common()
|
H A D | httpd.c | 272 char hdr_content_len[LWIP_HTTPD_MAX_CONTENT_LEN_SIZE]; member 965 lwip_itoa(hs->hdr_content_len, (size_t)LWIP_HTTPD_MAX_CONTENT_LEN_SIZE, 967 len = strlen(hs->hdr_content_len); 969 SMEMCPY(&hs->hdr_content_len[len], CRLF, 3); 970 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_NR] = hs->hdr_content_len;
|