Searched refs:crlfcrlf (Results 1 – 1 of 1) sorted by relevance
1806 char *crlfcrlf = lwip_strnstr(uri_end + 1, CRLF CRLF, data_len - (uri_end + 1 - data)); local1808 if (crlfcrlf != NULL) {1813 char *scontent_len = lwip_strnstr(uri_end + 1, HTTP_HDR_CONTENT_LEN, crlfcrlf - (uri_end + 1));1829 u16_t hdr_len = (u16_t)LWIP_MIN(data_len, crlfcrlf + 4 - data);1830 u16_t hdr_data_len = (u16_t)LWIP_MIN(data_len, crlfcrlf + 4 - hdr_start_after_uri);1834 *crlfcrlf = 0;