Searched refs:CR (Results 1 - 7 of 7) sorted by relevance

/httpd/support/
H A Dhtdigest.c55 #define CR '\r' macro
58 #define CR 13 macro
/httpd/include/
H A Dhttpd.h664 #define CR 13 macro
670 * "native EBCDIC" CR and NL characters. These are therefore
674 #define CR '\r' macro
/httpd/server/
H A Dutil_script.c466 /* Delete terminal (CR?)LF */
474 if (p > 1 && w[p - 2] == CR) {
H A Dutil.c1007 if (cp > buf && cp[-1] == CR)
/httpd/modules/cache/
H A Dmod_cache_disk.c728 if (p > 1 && w[p - 2] == CR) {
793 /* Delete terminal (CR?)LF */
801 if (p > 1 && w[p - 2] == CR) {
/httpd/modules/http/
H A Dhttp_filters.c130 * test suite sends LF only. Tolerate a missing CR.
132 if (c == ';' || c == CR) {
/httpd/modules/generators/
H A Dmod_autoindex.c1225 if ((titlebuf[y] == CR) || (titlebuf[y] == LF)) {

Completed in 953 milliseconds