Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttp_client.c260 u16_t content_len_line_end = pbuf_memfind(p, "\r\n", 2, content_len_hdr); in http_wait_headers() local
261 if (content_len_line_end != 0xFFFF) { in http_wait_headers()
263 u16_t content_len_num_len = (u16_t)(content_len_line_end - content_len_hdr - 16); in http_wait_headers()