CRLF is only used within LwIP.
 
Symbols
loading...
Files
loading...

CRLF macro

Syntax

#define CRLF "\r\n"

References

LocationText
httpd.c:120
#define CRLF "\r\n"
httpd.c:2011
crlf = lwip_strnstr(data, CRLF, data_len);
httpd.c:2047
sp2 = lwip_strnstr(sp1 + 1, CRLF, left_len);
httpd.c:2060
if (lwip_strnstr(data, CRLF CRLF, data_len) != NULL) {
httpd.c:2378
char *file_start = lwip_strnstr(hs->file, CRLF CRLF, hs->left);