| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_special_response.c | 23 "</body>" CRLF 24 "</html>" CRLF 30 "</body>" CRLF 31 "</html>" CRLF 37 "</body>" CRLF 38 "</html>" CRLF 61 "<html>" CRLF 247 CRLF 257 CRLF 267 CRLF [all …]
|
| H A D | ngx_http_header_filter_module.c | 49 static u_char ngx_http_server_string[] = "Server: nginx" CRLF; 200 len = sizeof("HTTP/1.x ") - 1 + sizeof(CRLF) - 1 in ngx_http_header_filter() 202 + sizeof(CRLF) - 1; in ngx_http_header_filter() 375 len += sizeof("Transfer-Encoding: chunked" CRLF) - 1; in ngx_http_header_filter() 379 len += sizeof("Connection: upgrade" CRLF) - 1; in ngx_http_header_filter() 382 len += sizeof("Connection: keep-alive" CRLF) - 1; in ngx_http_header_filter() 397 len += sizeof("Connection: close" CRLF) - 1; in ngx_http_header_filter() 403 len += sizeof("Vary: Accept-Encoding" CRLF) - 1; in ngx_http_header_filter() 431 + sizeof(CRLF) - 1; in ngx_http_header_filter() 503 b->last = ngx_sprintf(b->last, "Content-Length: %O" CRLF, in ngx_http_header_filter() [all …]
|
| H A D | ngx_http_request_body.c | 833 (u_char *) "HTTP/1.1 100 Continue" CRLF CRLF, in ngx_http_test_expect() 834 sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1); in ngx_http_test_expect() 836 if (n == sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1) { in ngx_http_test_expect()
|
| H A D | ngx_http_file_cache.c | 1097 ngx_md5_update(&md5, (u_char *) CRLF, sizeof(CRLF) - 1); in ngx_http_file_cache_vary()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_pop3_module.c | 57 ngx_string("-ERR internal server error" CRLF), 58 ngx_string("-ERR SSL certificate error" CRLF), 167 + sizeof("." CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 169 stls_only_size = size + sizeof("STLS" CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 173 size += c[i].len + sizeof(CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 182 size += sizeof("SASL") - 1 + sizeof(CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 235 size += sizeof("STLS" CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 248 p = ngx_cpymem(p, "STLS" CRLF, sizeof("STLS" CRLF) - 1); in ngx_mail_pop3_merge_srv_conf() 253 + sizeof("." CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() 265 + sizeof(CRLF) - 1; in ngx_mail_pop3_merge_srv_conf() [all …]
|
| H A D | ngx_mail_smtp_module.c | 50 ngx_string("451 4.3.2 Internal server error" CRLF), 51 ngx_string("421 4.7.1 SSL certificate error" CRLF), 52 ngx_string("421 4.7.1 No required SSL certificate" CRLF) 180 ngx_memcpy(p, " ESMTP ready" CRLF, sizeof(" ESMTP ready" CRLF) - 1); in ngx_mail_smtp_merge_srv_conf() 183 size = sizeof("250 " CRLF) - 1 + cscf->server_name.len; in ngx_mail_smtp_merge_srv_conf() 206 size += sizeof("250 ") - 1 + c[i].len + sizeof(CRLF) - 1; in ngx_mail_smtp_merge_srv_conf() 222 size += sizeof("250 AUTH") - 1 + sizeof(CRLF) - 1; in ngx_mail_smtp_merge_srv_conf() 271 size += sizeof("250 STARTTLS" CRLF) - 1; in ngx_mail_smtp_merge_srv_conf() 283 ngx_memcpy(p, "250 STARTTLS" CRLF, sizeof("250 STARTTLS" CRLF) - 1); in ngx_mail_smtp_merge_srv_conf() 290 + sizeof("250 STARTTLS" CRLF) - 1; in ngx_mail_smtp_merge_srv_conf() [all …]
|
| H A D | ngx_mail_imap_module.c | 57 ngx_string("* BAD internal server error" CRLF), 58 ngx_string("* BYE SSL certificate error" CRLF), 59 ngx_string("* BYE No required SSL certificate" CRLF) 176 size = sizeof("* CAPABILITY" CRLF) - 1; in ngx_mail_imap_merge_srv_conf() 234 conf->capability.len - (sizeof(CRLF) - 1)); in ngx_mail_imap_merge_srv_conf() 239 size = (auth - conf->capability.data) + sizeof(CRLF) - 1 in ngx_mail_imap_merge_srv_conf()
|
| H A D | ngx_mail_auth_http_module.c | 533 + sizeof(CRLF) - 1; in ngx_mail_auth_http_process_headers() 703 + sizeof(" " CRLF) - 1; in ngx_mail_auth_http_process_headers() 1216 + sizeof(CRLF) - 1 in ngx_mail_auth_http_create_request() 1221 + sizeof(CRLF) - 1 in ngx_mail_auth_http_create_request() 1223 + sizeof(CRLF) - 1 in ngx_mail_auth_http_create_request() 1225 + sizeof(CRLF) - 1 in ngx_mail_auth_http_create_request() 1231 + sizeof("Auth-SSL: on" CRLF) - 1 in ngx_mail_auth_http_create_request() 1237 + sizeof(CRLF) - 1 in ngx_mail_auth_http_create_request() 1241 + sizeof(CRLF) - 1; in ngx_mail_auth_http_create_request() 1250 b->last = ngx_cpymem(b->last, " HTTP/1.0" CRLF, in ngx_mail_auth_http_create_request() [all …]
|
| H A D | ngx_mail_imap_handler.c | 25 static u_char imap_greeting[] = "* OK IMAP4 ready" CRLF; 27 static u_char imap_ok[] = "OK completed" CRLF; 28 static u_char imap_next[] = "+ OK" CRLF; 29 static u_char imap_plain_next[] = "+ " CRLF; 30 static u_char imap_username[] = "+ VXNlcm5hbWU6" CRLF; 31 static u_char imap_password[] = "+ UGFzc3dvcmQ6" CRLF; 32 static u_char imap_bye[] = "* BYE" CRLF; 33 static u_char imap_invalid_command[] = "BAD invalid command" CRLF;
|
| H A D | ngx_mail_smtp_handler.c | 37 static u_char smtp_ok[] = "250 2.0.0 OK" CRLF; 38 static u_char smtp_bye[] = "221 2.0.0 Bye" CRLF; 39 static u_char smtp_starttls[] = "220 2.0.0 Start TLS" CRLF; 40 static u_char smtp_next[] = "334 " CRLF; 41 static u_char smtp_username[] = "334 VXNlcm5hbWU6" CRLF; 42 static u_char smtp_password[] = "334 UGFzc3dvcmQ6" CRLF; 43 static u_char smtp_invalid_command[] = "500 5.5.1 Invalid command" CRLF; 45 "503 5.5.0 Improper use of SMTP command pipelining" CRLF; 46 static u_char smtp_invalid_argument[] = "501 5.5.4 Invalid argument" CRLF; 47 static u_char smtp_auth_required[] = "530 5.7.1 Authentication required" CRLF; [all …]
|
| H A D | ngx_mail_pop3_handler.c | 24 static u_char pop3_greeting[] = "+OK POP3 ready" CRLF; 25 static u_char pop3_ok[] = "+OK" CRLF; 26 static u_char pop3_next[] = "+ " CRLF; 27 static u_char pop3_username[] = "+ VXNlcm5hbWU6" CRLF; 28 static u_char pop3_password[] = "+ UGFzc3dvcmQ6" CRLF; 29 static u_char pop3_invalid_command[] = "-ERR invalid command" CRLF;
|
| H A D | ngx_mail_proxy_module.c | 112 static u_char smtp_auth_ok[] = "235 2.0.0 OK" CRLF; 369 line.len = ngx_sprintf(line.data, "%VLOGIN {%uz}" CRLF, in ngx_mail_proxy_imap_handler() 388 line.len = ngx_sprintf(line.data, "%V {%uz}" CRLF, in ngx_mail_proxy_imap_handler() 533 CRLF) - 1 in ngx_mail_proxy_smtp_handler() 589 line.len = sizeof("HELO " CRLF) - 1 + s->smtp_helo.len; in ngx_mail_proxy_smtp_handler() 598 ((s->esmtp) ? "EHLO %V" CRLF : "HELO %V" CRLF), in ngx_mail_proxy_smtp_handler() 614 line.len = s->smtp_from.len + sizeof(CRLF) - 1; in ngx_mail_proxy_smtp_handler() 634 line.len = s->smtp_to.len + sizeof(CRLF) - 1; in ngx_mail_proxy_smtp_handler() 805 m = b->last - (sizeof(CRLF "200" CRLF) - 1); in ngx_mail_proxy_read_response()
|
| H A D | ngx_mail_handler.c | 362 sizeof(" <18446744073709551616.@>" CRLF) - 1 in ngx_mail_salt() 369 s->salt.len = ngx_sprintf(s->salt.data, "<%ul.%T@%V>" CRLF, in ngx_mail_salt()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_chunked_filter_module.c | 166 chunk = ngx_palloc(r->pool, sizeof("0000000000000000" CRLF) - 1); in ngx_http_chunked_body_filter() 172 b->end = chunk + sizeof("0000000000000000" CRLF) - 1; in ngx_http_chunked_body_filter() 179 b->last = ngx_sprintf(chunk, "%xO" CRLF, size); in ngx_http_chunked_body_filter() 210 b->pos = (u_char *) CRLF; in ngx_http_chunked_body_filter() 261 + header[i].value.len + sizeof(CRLF) - 1; in ngx_http_chunked_create_trailers() 277 b->pos = (u_char *) CRLF "0" CRLF CRLF; in ngx_http_chunked_create_trailers() 278 b->last = b->pos + sizeof(CRLF "0" CRLF CRLF) - 1; in ngx_http_chunked_create_trailers() 282 len += sizeof(CRLF "0" CRLF CRLF) - 1; in ngx_http_chunked_create_trailers()
|
| H A D | ngx_http_range_filter_module.c | 472 size = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN in ngx_http_range_multipart_header() 473 + sizeof(CRLF "Content-Type: ") - 1 in ngx_http_range_multipart_header() 475 + sizeof(CRLF "Content-Range: bytes ") - 1; in ngx_http_range_multipart_header() 502 CRLF "--%0muA" CRLF in ngx_http_range_multipart_header() 512 CRLF "--%0muA" CRLF in ngx_http_range_multipart_header() 513 "Content-Type: %V" CRLF in ngx_http_range_multipart_header() 521 CRLF "--%0muA" CRLF in ngx_http_range_multipart_header() 552 len = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN + sizeof("--" CRLF) - 1; in ngx_http_range_multipart_header() 567 "%O-%O/%O" CRLF CRLF, in ngx_http_range_multipart_header() 891 + sizeof("--" CRLF) - 1); in ngx_http_range_multipart_body() [all …]
|
| H A D | ngx_http_autoindex_module.c | 447 "<html>" CRLF in ngx_http_autoindex_html() 452 "</title></head>" CRLF in ngx_http_autoindex_html() 453 "<body>" CRLF in ngx_http_autoindex_html() 458 "</body>" CRLF in ngx_http_autoindex_html() 459 "</html>" CRLF in ngx_http_autoindex_html() 711 len = sizeof("[" CRLF CRLF "]") - 1; in ngx_http_autoindex_json() 723 entry_len = sizeof("{ }," CRLF) - 1 in ngx_http_autoindex_json() 757 b->last = ngx_cpymem(b->last, CRLF "{ \"name\":\"", in ngx_http_autoindex_json() 802 b->last = ngx_cpymem(b->last, CRLF "]", sizeof(CRLF "]") - 1); in ngx_http_autoindex_json() 863 static u_char head[] = "<?xml version=\"1.0\"?>" CRLF "<list>" CRLF; in ngx_http_autoindex_xml() [all …]
|
| H A D | ngx_http_memcached_module.c | 172 static u_char ngx_http_memcached_end[] = CRLF "END" CRLF; 260 len = sizeof("get ") - 1 + vv->len + escape + sizeof(CRLF) - 1; in ngx_http_memcached_create_request() 425 u->buffer.pos = p + sizeof(CRLF) - 1; in ngx_http_memcached_process_header() 437 u->buffer.pos = p + sizeof("END" CRLF) - 1; in ngx_http_memcached_process_header()
|
| H A D | ngx_http_proxy_module.c | 777 static char ngx_http_proxy_version[] = " HTTP/1.0" CRLF; 778 static char ngx_http_proxy_version_11[] = " HTTP/1.1" CRLF; 1221 + sizeof(CRLF) - 1; in ngx_http_proxy_create_request() 1300 len += key_len + sizeof(": ") - 1 + val_len + sizeof(CRLF) - 1; in ngx_http_proxy_create_request() 1327 + header[i].value.len + sizeof(CRLF) - 1; in ngx_http_proxy_create_request() 1662 chunk = ngx_palloc(r->pool, sizeof("0000000000000000" CRLF) - 1); in ngx_http_proxy_body_output_filter() 1668 b->end = chunk + sizeof("0000000000000000" CRLF) - 1; in ngx_http_proxy_body_output_filter() 1675 b->last = ngx_sprintf(chunk, "%xO" CRLF, size); in ngx_http_proxy_body_output_filter() 1693 b->pos = (u_char *) CRLF "0" CRLF CRLF; in ngx_http_proxy_body_output_filter() 1715 b->pos = (u_char *) CRLF; in ngx_http_proxy_body_output_filter()
|
| H A D | ngx_http_image_filter_module.c | 600 b->pos = (u_char *) "{}" CRLF; in ngx_http_image_json() 601 b->last = b->pos + sizeof("{}" CRLF) - 1; in ngx_http_image_json() 609 "{ \"width\": , \"height\": , \"type\": \"jpeg\" } }" CRLF) - 1 in ngx_http_image_json() 621 " \"type\": \"%s\" } }" CRLF, in ngx_http_image_json()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_proxy_protocol.c | 197 return ngx_cpymem(buf, "PROXY UNKNOWN" CRLF, in ngx_proxy_protocol_write() 198 sizeof("PROXY UNKNOWN" CRLF) - 1); in ngx_proxy_protocol_write() 211 return ngx_slprintf(buf, last, " %ui %ui" CRLF, port, lport); in ngx_proxy_protocol_write()
|
| H A D | ngx_core.h | 97 #define CRLF "\r\n" macro
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | appveyor.yml | 24 # Attempt to ensure we don't try to convert line endings to Win32 CRLF as this will cause build to …
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 1276 + base64.len + 2 * escape + sizeof(" HTTP/1.0" CRLF) - 1 in ngx_ssl_ocsp_create_request() 1277 + sizeof("Host: ") - 1 + ctx->host.len + sizeof(CRLF) - 1 in ngx_ssl_ocsp_create_request() 1278 + sizeof(CRLF) - 1; in ngx_ssl_ocsp_create_request() 1302 p = ngx_cpymem(p, " HTTP/1.0" CRLF, sizeof(" HTTP/1.0" CRLF) - 1); in ngx_ssl_ocsp_create_request()
|
| /f-stack/tools/libxo/doc/ |
| H A D | encoders.rst | 220 followed by a newline. This `CRLF` convention dates from the distant 225 marker, a simple newline. Use the "dos" option to use the `CRLF`
|