Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_parse.c115 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 Dngx_mail_pop3_module.c210 *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 Dngx_mail_auth_http_module.c423 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 Dngx_mail_smtp_module.c195 *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 Dngx_mail_imap_module.c220 *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 Dngx_mail_proxy_module.c256 *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 Dngx_http_parse.c473 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 Dngx_http_header_filter_module.c449 *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 Dngx_http_chunked_filter_module.c291 *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 Dngx_http_auth_basic_module.c199 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 Dngx_http_ssi_filter_module.c1141 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 Dngx_http_memcached_module.c296 *b->last++ = CR; *b->last++ = LF; in ngx_http_memcached_create_request()
323 if (*p == LF) { in ngx_http_memcached_process_header()
H A Dngx_http_autoindex_module.c691 *b->last++ = LF; in ngx_http_autoindex_html()
942 *b->last++ = CR; *b->last++ = LF; in ngx_http_autoindex_xml()
H A Dngx_http_range_filter_module.c899 *b->last++ = CR; *b->last++ = LF; in ngx_http_range_multipart_body()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1305 *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 Dngx_event_openssl.c1166 *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 Dngx_core.h95 #define LF (u_char) '\n' macro
H A Dngx_conf_file.c615 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 Dngx_proxy_protocol.c157 if (p[0] == CR && p[1] == LF) { in ngx_proxy_protocol_read()
H A Dngx_string.c449 *buf++ = LF; in ngx_vslprintf()
452 *buf++ = LF; in ngx_vslprintf()
/f-stack/dpdk/doc/guides/mempool/
H A Docteontx2.rst19 - 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 Dtxtvsbin.txt42 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 Dngx_http_perl_module.c660 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 Dngx_files.h156 #define ngx_linefeed(p) *p++ = LF;
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst50 | # | LF | DPDK subsystem mapping |
317 RVU block LF allocation:

12