Searched refs:LF (Results 1 - 6 of 6) sorted by relevance

/httpd/support/
H A Dhtdigest.c54 #define LF '\n' macro
57 #define LF 10 macro
/httpd/include/
H A Dhttpd.h662 #define LF 10 macro
675 #define LF '\n' macro
/httpd/modules/core/
H A Dmod_macro.c592 if (*ch==LF)
622 while (i < bufsize - 1 && next != LF &&
/httpd/modules/http/
H A Dhttp_filters.c103 if (c == LF) {
130 * test suite sends LF only. Tolerate a missing CR.
135 else if (c == LF) {
/httpd/server/
H A Dutil.c952 if (rc == APR_SUCCESS && *ch == LF)
971 /* Read one line from open ap_configfile_t, strip LF, increase line number */
1005 if (cp > buf && cp[-1] == LF) {
1046 if (c == LF) {
1090 /* Read one line from open ap_configfile_t, strip LF, increase line number */
/httpd/modules/generators/
H A Dmod_autoindex.c1225 if ((titlebuf[y] == CR) || (titlebuf[y] == LF)) {

Completed in 69 milliseconds