| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_parse.c | 115 case LF: in ngx_mail_pop3_parse_command() 147 case LF: in ngx_mail_pop3_parse_command() 175 case LF: in ngx_mail_pop3_parse_command() 253 case LF: in ngx_mail_imap_parse_command() 266 case LF: in ngx_mail_imap_parse_command() 415 case LF: in ngx_mail_imap_parse_command() 456 case LF: in ngx_mail_imap_parse_command() 489 case LF: in ngx_mail_imap_parse_command() 523 case LF: in ngx_mail_imap_parse_command() 565 case LF: in ngx_mail_imap_parse_command() [all …]
|
| H A D | ngx_mail_pop3_module.c | 210 *p++ = CR; *p++ = LF; in ngx_mail_pop3_merge_srv_conf() 230 *p++ = CR; *p++ = LF; in ngx_mail_pop3_merge_srv_conf() 232 *p++ = '.'; *p++ = CR; *p = LF; in ngx_mail_pop3_merge_srv_conf() 249 *p++ = '.'; *p++ = CR; *p = LF; in ngx_mail_pop3_merge_srv_conf() 291 *p++ = CR; *p++ = LF; in ngx_mail_pop3_merge_srv_conf() 295 *p++ = '.'; *p++ = CR; *p = LF; in ngx_mail_pop3_merge_srv_conf() 315 *p++ = CR; *p++ = LF; in ngx_mail_pop3_merge_srv_conf() 319 *p++ = '.'; *p++ = CR; *p = LF; in ngx_mail_pop3_merge_srv_conf()
|
| H A D | ngx_mail_auth_http_module.c | 423 case LF: in ngx_mail_auth_http_ignore_status_line() 430 if (ch == LF) { in ngx_mail_auth_http_ignore_status_line() 567 *p++ = CR; *p++ = LF; in ngx_mail_auth_http_process_headers() 947 case LF: in ngx_mail_auth_http_parse_header_line() 996 if (ch == LF) { in ngx_mail_auth_http_parse_header_line() 1015 case LF: in ngx_mail_auth_http_parse_header_line() 1037 case LF: in ngx_mail_auth_http_parse_header_line() 1051 case LF: in ngx_mail_auth_http_parse_header_line() 1062 case LF: in ngx_mail_auth_http_parse_header_line() 1071 case LF: in ngx_mail_auth_http_parse_header_line() [all …]
|
| H A D | ngx_mail_smtp_module.c | 195 *p++ = CR; *p = LF; in ngx_mail_smtp_merge_srv_conf() 237 *p++ = CR; *p++ = LF; in ngx_mail_smtp_merge_srv_conf() 243 *p++ = CR; *p++ = LF; in ngx_mail_smtp_merge_srv_conf() 265 *p++ = CR; *p = LF; in ngx_mail_smtp_merge_srv_conf()
|
| H A D | ngx_mail_imap_module.c | 220 *p++ = CR; *p = LF; in ngx_mail_imap_merge_srv_conf() 236 *p++ = CR; *p = LF; in ngx_mail_imap_merge_srv_conf() 254 *p++ = CR; *p = LF; in ngx_mail_imap_merge_srv_conf()
|
| H A D | ngx_mail_proxy_module.c | 256 *p++ = CR; *p = LF; in ngx_mail_proxy_pop3_handler() 275 *p++ = CR; *p = LF; in ngx_mail_proxy_pop3_handler() 409 *p++ = CR; *p = LF; in ngx_mail_proxy_imap_handler() 512 *p++ = CR; *p = LF; in ngx_mail_proxy_smtp_handler() 567 *p++ = CR; *p++ = LF; in ngx_mail_proxy_smtp_handler() 622 *p++ = CR; *p = LF; in ngx_mail_proxy_smtp_handler() 642 *p++ = CR; *p = LF; in ngx_mail_proxy_smtp_handler() 750 if (*(b->last - 2) != CR || *(b->last - 1) != LF) { in ngx_mail_proxy_read_response() 808 if (m[0] == CR && m[1] == LF) { in ngx_mail_proxy_read_response()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 473 case LF: in ngx_http_parse_request_line() 504 case LF: in ngx_http_parse_request_line() 576 case LF: in ngx_http_parse_request_line() 615 case LF: in ngx_http_parse_request_line() 648 case LF: in ngx_http_parse_request_line() 669 case LF: in ngx_http_parse_request_line() 802 case LF: in ngx_http_parse_request_line() 813 case LF: in ngx_http_parse_request_line() 893 case LF: in ngx_http_parse_header_line() 1005 case LF: in ngx_http_parse_header_line() [all …]
|
| H A D | ngx_http_header_filter_module.c | 449 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 473 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 497 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 514 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 546 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 602 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter() 609 *b->last++ = CR; *b->last++ = LF; in ngx_http_header_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_chunked_filter_module.c | 291 *b->last++ = CR; *b->last++ = LF; in ngx_http_chunked_create_trailers() 293 *b->last++ = CR; *b->last++ = LF; in ngx_http_chunked_create_trailers() 322 *b->last++ = CR; *b->last++ = LF; in ngx_http_chunked_create_trailers() 325 *b->last++ = CR; *b->last++ = LF; in ngx_http_chunked_create_trailers()
|
| H A D | ngx_http_auth_basic_module.c | 199 if (buf[i] == LF) { in ngx_http_auth_basic_handler() 219 if (buf[i] == LF || buf[i] == CR || buf[i] == ':') { in ngx_http_auth_basic_handler() 233 if (buf[i] == LF) { in ngx_http_auth_basic_handler()
|
| H A D | ngx_http_ssi_filter_module.c | 1141 case LF: in ngx_http_ssi_parse() 1170 case LF: in ngx_http_ssi_parse() 1199 case LF: in ngx_http_ssi_parse() 1245 case LF: in ngx_http_ssi_parse() 1282 case LF: in ngx_http_ssi_parse() 1310 case LF: in ngx_http_ssi_parse() 1432 case LF: in ngx_http_ssi_parse()
|
| H A D | ngx_http_memcached_module.c | 296 *b->last++ = CR; *b->last++ = LF; in ngx_http_memcached_create_request() 323 if (*p == LF) { in ngx_http_memcached_process_header()
|
| H A D | ngx_http_autoindex_module.c | 691 *b->last++ = LF; in ngx_http_autoindex_html() 942 *b->last++ = CR; *b->last++ = LF; in ngx_http_autoindex_xml()
|
| H A D | ngx_http_range_filter_module.c | 899 *b->last++ = CR; *b->last++ = LF; in ngx_http_range_multipart_body()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 1305 *p++ = CR; *p++ = LF; in ngx_ssl_ocsp_create_request() 1308 *p++ = CR; *p++ = LF; in ngx_ssl_ocsp_create_request() 1515 case LF: in ngx_ssl_ocsp_parse_status_line() 1529 case LF: in ngx_ssl_ocsp_parse_status_line() 1538 case LF: in ngx_ssl_ocsp_parse_status_line() 1669 case LF: in ngx_ssl_ocsp_parse_header_line() 1737 case LF: in ngx_ssl_ocsp_parse_header_line() 1759 case LF: in ngx_ssl_ocsp_parse_header_line() 1773 case LF: in ngx_ssl_ocsp_parse_header_line() 1784 case LF: in ngx_ssl_ocsp_parse_header_line() [all …]
|
| H A D | ngx_event_openssl.c | 1166 *end++ = LF; in ngx_ssl_read_password_file() 1172 last = ngx_strlchr(last, end, LF); in ngx_ssl_read_password_file() 1851 if (*s == LF || *s == CR) { in ngx_ssl_handshake_log() 4555 if (cert.data[i] == LF) { in ngx_ssl_get_certificate() 4570 if (cert.data[i] == LF) { in ngx_ssl_get_certificate()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_core.h | 95 #define LF (u_char) '\n' macro
|
| H A D | ngx_conf_file.c | 615 if (ch == LF) { in ngx_conf_read_token() 633 if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) { in ngx_conf_read_token() 663 if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) { in ngx_conf_read_token() 753 } else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF in ngx_conf_read_token()
|
| H A D | ngx_proxy_protocol.c | 157 if (p[0] == CR && p[1] == LF) { in ngx_proxy_protocol_read()
|
| H A D | ngx_string.c | 449 *buf++ = LF; in ngx_vslprintf() 452 *buf++ = LF; in ngx_vslprintf()
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | octeontx2.rst | 19 - 1M Pools per LF 85 configures an NPA LF and attach to the first probed ethdev or eventdev device.
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | txtvsbin.txt | 42 9 (TAB), 10 (LF), 13 (CR), 32 (SPACE) to 255. 63 10 (LF) and 13 (CR). There are a few more control codes that are
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 660 while (--len && (err[len] == CR || err[len] == LF)) { /* void */ } in ngx_http_perl_run_requires() 744 while (--len && (err[len] == CR || err[len] == LF)) { /* void */ } in ngx_http_perl_call_handler() 776 if (*p != ' ' && *p != '\t' && *p != CR && *p != LF) { in ngx_http_perl_eval_anon_sub()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.h | 156 #define ngx_linefeed(p) *p++ = LF;
|
| /f-stack/dpdk/doc/guides/platform/ |
| H A D | octeontx2.rst | 50 | # | LF | DPDK subsystem mapping | 317 RVU block LF allocation:
|