LF                541 core/ngx_conf_file.c         if (ch == LF) {
LF                559 core/ngx_conf_file.c             if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
LF                585 core/ngx_conf_file.c             if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {
LF                673 core/ngx_conf_file.c             } else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF
LF               1068 core/ngx_cycle.c     while (n-- && (buf[n] == CR || buf[n] == LF)) { /* void */ }
LF                427 core/ngx_string.c                 *buf++ = LF;
LF                578 event/ngx_event_openssl.c                 if (*s == LF || *s == CR) {
LF               2084 event/ngx_event_openssl.c         if (cert.data[i] == LF) {
LF               2099 event/ngx_event_openssl.c         if (cert.data[i] == LF) {
LF                205 http/modules/ngx_http_auth_basic_module.c                     if (buf[i] == LF) {
LF                225 http/modules/ngx_http_auth_basic_module.c                 if (buf[i] == LF || buf[i] == CR || buf[i] == ':') {
LF                240 http/modules/ngx_http_auth_basic_module.c                 if (buf[i] == LF) {
LF                531 http/modules/ngx_http_autoindex_module.c         *b->last++ = LF;
LF               1237 http/modules/ngx_http_fastcgi_module.c                     if (*p != LF && *p != CR && *p != '.' && *p != ' ') {
LF               1670 http/modules/ngx_http_fastcgi_module.c                     if (*m != LF && *m != CR && *m != '.' && *m != ' ') {
LF                267 http/modules/ngx_http_memcached_module.c     *b->last++ = CR; *b->last++ = LF;
LF                291 http/modules/ngx_http_memcached_module.c         if (*p == LF) {
LF               1081 http/modules/ngx_http_proxy_module.c             *b->last++ = CR; *b->last++ = LF;
LF               1091 http/modules/ngx_http_proxy_module.c     *b->last++ = CR; *b->last++ = LF;
LF               2235 http/modules/ngx_http_proxy_module.c             *p++ = CR; *p = LF;
LF               2303 http/modules/ngx_http_proxy_module.c             *p++ = CR; *p = LF;
LF                828 http/modules/ngx_http_range_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1119 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1148 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1177 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1223 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1260 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1288 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF               1400 http/modules/ngx_http_ssi_filter_module.c             case LF:
LF                436 http/modules/ngx_http_xslt_filter_module.c     while (--n && (buf[n] == CR || buf[n] == LF)) { /* void */ }
LF                653 http/modules/perl/ngx_http_perl_module.c             while (--len && (err[len] == CR || err[len] == LF)) { /* void */ }
LF                737 http/modules/perl/ngx_http_perl_module.c         while (--len && (err[len] == CR || err[len] == LF)) { /* void */ }
LF                769 http/modules/perl/ngx_http_perl_module.c         if (*p != ' ' && *p != '\t' && *p != CR && *p != LF) {
LF                 57 http/ngx_http_file_cache.c static u_char  ngx_http_file_cache_key[] = { LF, 'K', 'E', 'Y', ':', ' ' };
LF                773 http/ngx_http_file_cache.c     *p = LF;
LF                453 http/ngx_http_header_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF                473 http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                497 http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                514 http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                546 http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                598 http/ngx_http_header_filter_module.c         *b->last++ = CR; *b->last++ = LF;
LF                605 http/ngx_http_header_filter_module.c     *b->last++ = CR; *b->last++ = LF;
LF                144 http/ngx_http_parse.c             if (ch == CR || ch == LF) {
LF                404 http/ngx_http_parse.c             case LF:
LF                435 http/ngx_http_parse.c             case LF:
LF                500 http/ngx_http_parse.c             case LF:
LF                539 http/ngx_http_parse.c             case LF:
LF                571 http/ngx_http_parse.c             case LF:
LF                592 http/ngx_http_parse.c             case LF:
LF                687 http/ngx_http_parse.c             if (ch == LF) {
LF                710 http/ngx_http_parse.c             case LF:
LF                721 http/ngx_http_parse.c             case LF:
LF                801 http/ngx_http_parse.c             case LF:
LF                861 http/ngx_http_parse.c             if (ch == LF) {
LF                892 http/ngx_http_parse.c             case LF:
LF                914 http/ngx_http_parse.c             case LF:
LF                928 http/ngx_http_parse.c             case LF:
LF                939 http/ngx_http_parse.c             case LF:
LF                950 http/ngx_http_parse.c             case LF:
LF                962 http/ngx_http_parse.c             case LF:
LF               1475 http/ngx_http_parse.c             case LF:
LF               1489 http/ngx_http_parse.c             case LF:
LF               1498 http/ngx_http_parse.c             case LF:
LF               3100 http/ngx_http_request.c             if (*p == CR || *p == LF) {
LF                790 http/ngx_http_variables.c             if (*p == CR || *p == LF) {
LF                413 mail/ngx_mail_auth_http_module.c             case LF:
LF                420 mail/ngx_mail_auth_http_module.c             if (ch == LF) {
LF                558 mail/ngx_mail_auth_http_module.c                 *p++ = CR; *p++ = LF;
LF                709 mail/ngx_mail_auth_http_module.c                     *p++ = CR; *p = LF;
LF                944 mail/ngx_mail_auth_http_module.c             case LF:
LF                993 mail/ngx_mail_auth_http_module.c             if (ch == LF) {
LF               1012 mail/ngx_mail_auth_http_module.c             case LF:
LF               1034 mail/ngx_mail_auth_http_module.c             case LF:
LF               1048 mail/ngx_mail_auth_http_module.c             case LF:
LF               1059 mail/ngx_mail_auth_http_module.c             case LF:
LF               1068 mail/ngx_mail_auth_http_module.c             case LF:
LF               1181 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1188 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1192 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1196 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1209 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1217 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1223 mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1233 mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1238 mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1243 mail/ngx_mail_auth_http_module.c         *b->last++ = CR; *b->last++ = LF;
LF               1252 mail/ngx_mail_auth_http_module.c     *b->last++ = CR; *b->last++ = LF;
LF               1367 mail/ngx_mail_auth_http_module.c             *p++ = CR; *p++ = LF;
LF                476 mail/ngx_mail_handler.c     p[n++] = CR; p[n++] = LF;
LF                215 mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                231 mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                249 mail/ngx_mail_imap_module.c     *p++ = CR; *p = LF;
LF                 34 mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                 91 mail/ngx_mail_parse.c                 case LF:
LF                111 mail/ngx_mail_parse.c             case LF:
LF                143 mail/ngx_mail_parse.c             case LF:
LF                159 mail/ngx_mail_parse.c                 case LF:
LF                171 mail/ngx_mail_parse.c             case LF:
LF                249 mail/ngx_mail_parse.c             case LF:
LF                262 mail/ngx_mail_parse.c             case LF:
LF                273 mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                391 mail/ngx_mail_parse.c                 case LF:
LF                411 mail/ngx_mail_parse.c             case LF:
LF                452 mail/ngx_mail_parse.c             case LF:
LF                469 mail/ngx_mail_parse.c                 case LF:
LF                485 mail/ngx_mail_parse.c             case LF:
LF                519 mail/ngx_mail_parse.c             case LF:
LF                561 mail/ngx_mail_parse.c             case LF:
LF                571 mail/ngx_mail_parse.c             case LF:
LF                639 mail/ngx_mail_parse.c             if (ch == ' ' || ch == CR || ch == LF) {
LF                725 mail/ngx_mail_parse.c                 case LF:
LF                745 mail/ngx_mail_parse.c             case LF:
LF                762 mail/ngx_mail_parse.c             case LF:
LF                778 mail/ngx_mail_parse.c                 case LF:
LF                790 mail/ngx_mail_parse.c             case LF:
LF                199 mail/ngx_mail_pop3_module.c         *p++ = CR; *p++ = LF;
LF                211 mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                228 mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                256 mail/ngx_mail_pop3_module.c         *p++ = CR; *p++ = LF;
LF                260 mail/ngx_mail_pop3_module.c     *p++ = '.'; *p++ = CR; *p = LF;
LF                264 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                283 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                417 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                520 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                607 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                627 mail/ngx_mail_proxy_module.c         *p++ = CR; *p = LF;
LF                730 mail/ngx_mail_proxy_module.c     if (*(b->last - 2) != CR || *(b->last - 1) != LF) {
LF                679 mail/ngx_mail_smtp_handler.c         if (ch != CR && ch != LF) {
LF                732 mail/ngx_mail_smtp_handler.c         if (ch != CR && ch != LF) {
LF                861 mail/ngx_mail_smtp_handler.c         if (ch != CR && ch != LF) {
LF                190 mail/ngx_mail_smtp_module.c     *p++ = CR; *p = LF;
LF                232 mail/ngx_mail_smtp_module.c     *p++ = CR; *p++ = LF;
LF                238 mail/ngx_mail_smtp_module.c         *p++ = CR; *p++ = LF;
LF                260 mail/ngx_mail_smtp_module.c         *p++ = CR; *p = LF;
LF                279 mail/ngx_mail_smtp_module.c     *p++ = CR; *p = LF;
LF                129 os/unix/ngx_files.h #define ngx_linefeed(p)          *p++ = LF;