Lines Matching refs:CRLF
120 #define CRLF "\r\n"
194 /* The dynamically generated Content-Length buffer needs space for CRLF + NULL */
969 SMEMCPY(&hs->hdr_content_len[len], CRLF, 3);
1805 /* search for end-of-header (first double-CRLF) */
1806 char *crlfcrlf = lwip_strnstr(uri_end + 1, CRLF CRLF, data_len - (uri_end + 1 - data));
1815 char *scontent_len_end = lwip_strnstr(scontent_len + HTTP_HDR_CONTENT_LEN_LEN, CRLF, HTTP_HDR_CONTENT_LEN_DIGIT_MAX_LEN);
2026 /* wait for CRLF before parsing anything */
2027 crlf = lwip_strnstr(data, CRLF, data_len);
2035 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("CRLF received, parsing request\n"));
2063 sp2 = lwip_strnstr(sp1 + 1, CRLF, left_len);
2076 if (lwip_strnstr(data, CRLF CRLF, data_len) != NULL) {
2127 /* request not fully received (too short or CRLF is missing) */
2394 char *file_start = lwip_strnstr(hs->file, CRLF CRLF, hs->left);