Searched refs:CRLF (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/webserver/
H A Dhttp_server.c38 #define CRLF "\r\n" macro
39 #define HTTP_HEADER_COMMON "Server: Barrelfish" CRLF
40 #define HTTP_HEADER_200 "HTTP/1.0 200 OK" CRLF HTTP_HEADER_COMMON
41 #define HTTP_HEADER_404 "HTTP/1.0 404 Not Found" CRLF HTTP_HEADER_COMMON
42 #define HTTP_HEADER_500 "HTTP/1.0 500 Internal Server Error" CRLF HTTP_HEADER_COMMON
44 #define HTTP_MIME_HTML "Content-type: text/html; charset=utf-8" CRLF
45 #define HTTP_MIME_GIF "Content-type: image/gif" CRLF
46 #define HTTP_MIME_JPG "Content-type: image/jpeg" CRLF
47 #define HTTP_MIME_PDF "Content-type: application/pdf" CRLF
48 #define HTTP_MIME_TAR "Content-type: application/x-tar" CRLF
[all...]
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dhttpd.c110 #define CRLF "\r\n" macro
190 /* The dynamically generated Content-Length buffer needs space for CRLF + NULL */
945 SMEMCPY(&hs->hdr_content_len[len], CRLF "\0", 3);
1739 /* search for end-of-header (first double-CRLF) */
1740 char* crlfcrlf = lwip_strnstr(uri_end + 1, CRLF CRLF, data_len - (uri_end + 1 - data));
1749 char *scontent_len_end = lwip_strnstr(scontent_len + HTTP_HDR_CONTENT_LEN_LEN, CRLF, HTTP_HDR_CONTENT_LEN_DIGIT_MAX_LEN);
1957 /* wait for CRLF before parsing anything */
1958 crlf = lwip_strnstr(data, CRLF, data_len);
1966 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("CRLF receive
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_client.pl213 - read a message until a CRLF is found -> response status line
/barrelfish-master/lib/pcre/
H A Dpcre_internal.h300 /* PCRE is able to support several different kinds of newline (CR, LF, CRLF,
308 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */
1483 #define STRING_CRLF_RIGHTPAR "CRLF)"
2540 BOOL bsr_anycrlf; /* \R is just any CRLF, not full Unicode */
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsio.tex695 All those will produce a LF or CRLF sequence, depending on the

Completed in 75 milliseconds