Searched refs:scontent_len (Results 1 – 1 of 1) sorted by relevance
1813 char *scontent_len = lwip_strnstr(uri_end + 1, HTTP_HDR_CONTENT_LEN, crlfcrlf - (uri_end + 1)); local1814 if (scontent_len != NULL) {1815 …char *scontent_len_end = lwip_strnstr(scontent_len + HTTP_HDR_CONTENT_LEN_LEN, CRLF, HTTP_HDR_CONT…1818 char *content_len_num = scontent_len + HTTP_HDR_CONTENT_LEN_LEN;