Searched refs:CRLF_ASCII (Results 1 - 4 of 4) sorted by relevance
/httpd/include/ |
H A D | httpd.h | 679 #define CRLF_ASCII "\015\012" macro
|
/httpd/modules/http/ |
H A D | http_filters.c | 1098 apr_brigade_putstrs(bb, NULL, NULL, tmp, CRLF_ASCII, NULL); 1107 apr_brigade_puts(bb, NULL, NULL, CRLF_ASCII);
|
/httpd/modules/proxy/ |
H A D | proxy_util.c | 2597 if (strstr(buffer + len - nbytes, CRLF_ASCII CRLF_ASCII) != NULL) { 2610 if (strstr(drain_buffer, CRLF_ASCII CRLF_ASCII) != NULL) {
|
/httpd/server/ |
H A D | protocol.c | 1908 ap_fputs(x.f, x.bb, CRLF_ASCII);
|
Completed in 1910 milliseconds