LF                538 src/core/ngx_conf_file.c         if (ch == LF) {
LF                556 src/core/ngx_conf_file.c             if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
LF                582 src/core/ngx_conf_file.c             if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
LF                670 src/core/ngx_conf_file.c             } else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF
LF               1028 src/core/ngx_cycle.c     while (n-- && (buf[n] == CR || buf[n] == LF)) { /* void */ }
LF                 80 src/core/ngx_proxy_protocol.c         if (p[0] == CR && p[1] == LF) {
LF                433 src/core/ngx_string.c                     *buf++ = LF;
LF                436 src/core/ngx_string.c                 *buf++ = LF;
LF                811 src/event/ngx_event_openssl.c             *end++ = LF;
LF                817 src/event/ngx_event_openssl.c             last = ngx_strlchr(last, end, LF);
LF               1125 src/event/ngx_event_openssl.c                 if (*s == LF || *s == CR) {
LF               3254 src/event/ngx_event_openssl.c         if (cert.data[i] == LF) {
LF               3269 src/event/ngx_event_openssl.c         if (cert.data[i] == LF) {
LF               1192 src/event/ngx_event_openssl_stapling.c     *p++ = CR; *p++ = LF;
LF               1195 src/event/ngx_event_openssl_stapling.c     *p++ = CR; *p++ = LF;
LF               1402 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1415 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1423 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1552 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1601 src/event/ngx_event_openssl_stapling.c             if (ch == LF) {
LF               1620 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1642 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1656 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1667 src/event/ngx_event_openssl_stapling.c             case LF:
LF               1676 src/event/ngx_event_openssl_stapling.c             case LF:
LF                212 src/http/modules/ngx_http_auth_basic_module.c                     if (buf[i] == LF) {
LF                232 src/http/modules/ngx_http_auth_basic_module.c                 if (buf[i] == LF || buf[i] == CR || buf[i] == ':') {
LF                247 src/http/modules/ngx_http_auth_basic_module.c                 if (buf[i] == LF) {
LF                681 src/http/modules/ngx_http_autoindex_module.c         *b->last++ = LF;
LF                920 src/http/modules/ngx_http_autoindex_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1709 src/http/modules/ngx_http_fastcgi_module.c                     if (*p != LF && *p != CR && *p != '.' && *p != ' ') {
LF               2189 src/http/modules/ngx_http_fastcgi_module.c                     if (*m != LF && *m != CR && *m != '.' && *m != ' ') {
LF               2423 src/http/modules/ngx_http_fastcgi_module.c                     if (*m != LF && *m != CR && *m != '.' && *m != ' ') {
LF                289 src/http/modules/ngx_http_memcached_module.c     *b->last++ = CR; *b->last++ = LF;
LF                316 src/http/modules/ngx_http_memcached_module.c         if (*p == LF) {
LF               1398 src/http/modules/ngx_http_proxy_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1408 src/http/modules/ngx_http_proxy_module.c     *b->last++ = CR; *b->last++ = LF;
LF               3491 src/http/modules/ngx_http_proxy_module.c             *p++ = CR; *p = LF;
LF               3559 src/http/modules/ngx_http_proxy_module.c             *p++ = CR; *p = LF;
LF                868 src/http/modules/ngx_http_range_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1139 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1168 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1197 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1243 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1280 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1308 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1430 src/http/modules/ngx_http_ssi_filter_module.c             case LF:
LF                480 src/http/modules/ngx_http_xslt_filter_module.c     while (--n && (buf[n] == CR || buf[n] == LF)) { /* void */ }
LF                655 src/http/modules/perl/ngx_http_perl_module.c             while (--len && (err[len] == CR || err[len] == LF)) { /* void */ }
LF                739 src/http/modules/perl/ngx_http_perl_module.c         while (--len && (err[len] == CR || err[len] == LF)) { /* void */ }
LF                771 src/http/modules/perl/ngx_http_perl_module.c         if (*p != ' ' && *p != '\t' && *p != CR && *p != LF) {
LF                 78 src/http/ngx_http_file_cache.c static u_char  ngx_http_file_cache_key[] = { LF, 'K', 'E', 'Y', ':', ' ' };
LF               1268 src/http/ngx_http_file_cache.c     *p = LF;
LF                456 src/http/ngx_http_header_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF                476 src/http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                500 src/http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                517 src/http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                549 src/http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                605 src/http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                612 src/http/ngx_http_header_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF                148 src/http/ngx_http_parse.c             if (ch == CR || ch == LF) {
LF                468 src/http/ngx_http_parse.c             case LF:
LF                499 src/http/ngx_http_parse.c             case LF:
LF                571 src/http/ngx_http_parse.c             case LF:
LF                610 src/http/ngx_http_parse.c             case LF:
LF                643 src/http/ngx_http_parse.c             case LF:
LF                664 src/http/ngx_http_parse.c             case LF:
LF                760 src/http/ngx_http_parse.c             if (ch == LF) {
LF                783 src/http/ngx_http_parse.c             case LF:
LF                794 src/http/ngx_http_parse.c             case LF:
LF                874 src/http/ngx_http_parse.c             case LF:
LF                951 src/http/ngx_http_parse.c             if (ch == LF) {
LF                986 src/http/ngx_http_parse.c             case LF:
LF               1010 src/http/ngx_http_parse.c             case LF:
LF               1026 src/http/ngx_http_parse.c             case LF:
LF               1039 src/http/ngx_http_parse.c             case LF:
LF               1050 src/http/ngx_http_parse.c             case LF:
LF               1062 src/http/ngx_http_parse.c             case LF:
LF               1741 src/http/ngx_http_parse.c             case LF:
LF               1755 src/http/ngx_http_parse.c             case LF:
LF               1764 src/http/ngx_http_parse.c             case LF:
LF               2180 src/http/ngx_http_parse.c                 case LF:
LF               2199 src/http/ngx_http_parse.c             case LF:
LF               2218 src/http/ngx_http_parse.c             case LF:
LF               2224 src/http/ngx_http_parse.c             if (ch == LF) {
LF               2239 src/http/ngx_http_parse.c             case LF:
LF               2245 src/http/ngx_http_parse.c             if (ch == LF) {
LF               2256 src/http/ngx_http_parse.c             case LF:
LF               2262 src/http/ngx_http_parse.c             if (ch == LF) {
LF               2273 src/http/ngx_http_parse.c             case LF:
LF               2281 src/http/ngx_http_parse.c             if (ch == LF) {
LF               2291 src/http/ngx_http_parse.c             case LF:
LF               2297 src/http/ngx_http_parse.c             if (ch == LF) {
LF               3603 src/http/ngx_http_request.c             if (*p == CR || *p == LF) {
LF               2582 src/http/ngx_http_spdy.c             case LF:
LF               2647 src/http/ngx_http_spdy.c             if (ch == CR || ch == LF) {
LF                941 src/http/ngx_http_variables.c             if (*p == CR || *p == LF) {
LF                422 src/mail/ngx_mail_auth_http_module.c             case LF:
LF                429 src/mail/ngx_mail_auth_http_module.c             if (ch == LF) {
LF                570 src/mail/ngx_mail_auth_http_module.c                 *p++ = CR; *p++ = LF;
LF                720 src/mail/ngx_mail_auth_http_module.c                     *p++ = CR; *p = LF;
LF                963 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1012 src/mail/ngx_mail_auth_http_module.c             if (ch == LF) {
LF               1031 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1053 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1067 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1078 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1087 src/mail/ngx_mail_auth_http_module.c             case LF:
LF               1272 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1279 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1283 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1287 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1300 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1308 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1314 src/mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1324 src/mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1329 src/mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1334 src/mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1348 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1355 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1362 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1369 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1376 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1383 src/mail/ngx_mail_auth_http_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1394 src/mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1507 src/mail/ngx_mail_auth_http_module.c             *p++ = CR; *p++ = LF;
LF                557 src/mail/ngx_mail_handler.c     p[n++] = CR; p[n++] = LF;
LF                218 src/mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                234 src/mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                252 src/mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                 38 src/mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                 95 src/mail/ngx_mail_parse.c                 case LF:
LF                115 src/mail/ngx_mail_parse.c             case LF:
LF                147 src/mail/ngx_mail_parse.c             case LF:
LF                163 src/mail/ngx_mail_parse.c                 case LF:
LF                175 src/mail/ngx_mail_parse.c             case LF:
LF                253 src/mail/ngx_mail_parse.c             case LF:
LF                266 src/mail/ngx_mail_parse.c             case LF:
LF                277 src/mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                395 src/mail/ngx_mail_parse.c                 case LF:
LF                415 src/mail/ngx_mail_parse.c             case LF:
LF                456 src/mail/ngx_mail_parse.c             case LF:
LF                473 src/mail/ngx_mail_parse.c                 case LF:
LF                489 src/mail/ngx_mail_parse.c             case LF:
LF                523 src/mail/ngx_mail_parse.c             case LF:
LF                565 src/mail/ngx_mail_parse.c             case LF:
LF                575 src/mail/ngx_mail_parse.c             case LF:
LF                651 src/mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                740 src/mail/ngx_mail_parse.c                 case LF:
LF                763 src/mail/ngx_mail_parse.c             case LF:
LF                780 src/mail/ngx_mail_parse.c             case LF:
LF                796 src/mail/ngx_mail_parse.c                 case LF:
LF                808 src/mail/ngx_mail_parse.c             case LF:
LF                847 src/mail/ngx_mail_parse.c         if (*p == LF) {
LF                202 src/mail/ngx_mail_pop3_module.c         *p++ = CR; *p++ = LF;
LF                214 src/mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                231 src/mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                259 src/mail/ngx_mail_pop3_module.c         *p++ = CR; *p++ = LF;
LF                263 src/mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                252 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                271 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                405 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                508 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                563 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p++ = LF;
LF                618 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                638 src/mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                746 src/mail/ngx_mail_proxy_module.c     if (*(b->last - 2) != CR || *(b->last - 1) != LF) {
LF                804 src/mail/ngx_mail_proxy_module.c                 if (m[0] == CR && m[1] == LF) {
LF                847 src/mail/ngx_mail_smtp_handler.c         if (ch != CR && ch != LF) {
LF                193 src/mail/ngx_mail_smtp_module.c     *p++ = CR; *p = LF;
LF                235 src/mail/ngx_mail_smtp_module.c     *p++ = CR; *p++ = LF;
LF                241 src/mail/ngx_mail_smtp_module.c         *p++ = CR; *p++ = LF;
LF                263 src/mail/ngx_mail_smtp_module.c         *p++ = CR; *p = LF;
LF                156 src/os/unix/ngx_files.h #define ngx_linefeed(p)          *p++ = LF;