Lines Matching refs:lwip_strnstr
1806 char *crlfcrlf = lwip_strnstr(uri_end + 1, CRLF CRLF, data_len - (uri_end + 1 - data));
1813 char *scontent_len = lwip_strnstr(uri_end + 1, HTTP_HDR_CONTENT_LEN, crlfcrlf - (uri_end + 1));
1815 char *scontent_len_end = lwip_strnstr(scontent_len + HTTP_HDR_CONTENT_LEN_LEN, CRLF, HTTP_HDR_CONTENT_LEN_DIGIT_MAX_LEN);
2027 crlf = lwip_strnstr(data, CRLF, data_len);
2059 sp2 = lwip_strnstr(sp1 + 1, " ", left_len);
2063 sp2 = lwip_strnstr(sp1 + 1, CRLF, left_len);
2076 if (lwip_strnstr(data, CRLF CRLF, data_len) != NULL) {
2081 if (!is_09 && (lwip_strnstr(data, HTTP11_CONNECTIONKEEPALIVE, data_len) ||
2082 lwip_strnstr(data, HTTP11_CONNECTIONKEEPALIVE2, data_len))) {
2394 char *file_start = lwip_strnstr(hs->file, CRLF CRLF, hs->left);