CRLF 1163 src/event/ngx_event_openssl_stapling.c + base64.len + 2 * escape + sizeof(" HTTP/1.0" CRLF) - 1 CRLF 1164 src/event/ngx_event_openssl_stapling.c + sizeof("Host: ") - 1 + ctx->host.len + sizeof(CRLF) - 1 CRLF 1165 src/event/ngx_event_openssl_stapling.c + sizeof(CRLF) - 1; CRLF 1189 src/event/ngx_event_openssl_stapling.c p = ngx_cpymem(p, " HTTP/1.0" CRLF, sizeof(" HTTP/1.0" CRLF) - 1); CRLF 443 src/http/modules/ngx_http_autoindex_module.c "<html>" CRLF CRLF 448 src/http/modules/ngx_http_autoindex_module.c "</title></head>" CRLF CRLF 449 src/http/modules/ngx_http_autoindex_module.c "<body bgcolor=\"white\">" CRLF CRLF 454 src/http/modules/ngx_http_autoindex_module.c "</body>" CRLF CRLF 455 src/http/modules/ngx_http_autoindex_module.c "</html>" CRLF CRLF 478 src/http/modules/ngx_http_autoindex_module.c + sizeof("<hr><pre><a href=\"../\">../</a>" CRLF) - 1 CRLF 531 src/http/modules/ngx_http_autoindex_module.c b->last = ngx_cpymem(b->last, "<hr><pre><a href=\"../\">../</a>" CRLF, CRLF 532 src/http/modules/ngx_http_autoindex_module.c sizeof("<hr><pre><a href=\"../\">../</a>" CRLF) - 1); CRLF 701 src/http/modules/ngx_http_autoindex_module.c len = sizeof("[" CRLF CRLF "]") - 1; CRLF 704 src/http/modules/ngx_http_autoindex_module.c len += sizeof("/* callback */" CRLF "();") - 1 + callback->len; CRLF 713 src/http/modules/ngx_http_autoindex_module.c len += sizeof("{ }," CRLF) - 1 CRLF 730 src/http/modules/ngx_http_autoindex_module.c b->last = ngx_cpymem(b->last, "/* callback */" CRLF, CRLF 731 src/http/modules/ngx_http_autoindex_module.c sizeof("/* callback */" CRLF) - 1); CRLF 741 src/http/modules/ngx_http_autoindex_module.c b->last = ngx_cpymem(b->last, CRLF "{ \"name\":\"", CRLF 742 src/http/modules/ngx_http_autoindex_module.c sizeof(CRLF "{ \"name\":\"") - 1); CRLF 786 src/http/modules/ngx_http_autoindex_module.c b->last = ngx_cpymem(b->last, CRLF "]", sizeof(CRLF "]") - 1); CRLF 847 src/http/modules/ngx_http_autoindex_module.c static u_char head[] = "<?xml version=\"1.0\"?>" CRLF "<list>" CRLF; CRLF 848 src/http/modules/ngx_http_autoindex_module.c static u_char tail[] = "</list>" CRLF; CRLF 858 src/http/modules/ngx_http_autoindex_module.c len += sizeof("<directory></directory>" CRLF) - 1 CRLF 162 src/http/modules/ngx_http_chunked_filter_module.c chunk = ngx_palloc(r->pool, sizeof("0000000000000000" CRLF) - 1); CRLF 168 src/http/modules/ngx_http_chunked_filter_module.c b->end = chunk + sizeof("0000000000000000" CRLF) - 1; CRLF 175 src/http/modules/ngx_http_chunked_filter_module.c b->last = ngx_sprintf(chunk, "%xO" CRLF, size); CRLF 193 src/http/modules/ngx_http_chunked_filter_module.c b->pos = (u_char *) CRLF "0" CRLF CRLF; CRLF 215 src/http/modules/ngx_http_chunked_filter_module.c b->pos = (u_char *) CRLF; CRLF 580 src/http/modules/ngx_http_image_filter_module.c b->pos = (u_char *) "{}" CRLF; CRLF 581 src/http/modules/ngx_http_image_filter_module.c b->last = b->pos + sizeof("{}" CRLF) - 1; CRLF 589 src/http/modules/ngx_http_image_filter_module.c "{ \"width\": , \"height\": , \"type\": \"jpeg\" } }" CRLF) - 1 CRLF 601 src/http/modules/ngx_http_image_filter_module.c " \"type\": \"%s\" } }" CRLF, CRLF 165 src/http/modules/ngx_http_memcached_module.c static u_char ngx_http_memcached_end[] = CRLF "END" CRLF; CRLF 253 src/http/modules/ngx_http_memcached_module.c len = sizeof("get ") - 1 + vv->len + escape + sizeof(CRLF) - 1; CRLF 418 src/http/modules/ngx_http_memcached_module.c u->buffer.pos = p + sizeof(CRLF) - 1; CRLF 430 src/http/modules/ngx_http_memcached_module.c u->buffer.pos = p + sizeof("END" CRLF) - 1; CRLF 731 src/http/modules/ngx_http_proxy_module.c static char ngx_http_proxy_version[] = " HTTP/1.0" CRLF; CRLF 732 src/http/modules/ngx_http_proxy_module.c static char ngx_http_proxy_version_11[] = " HTTP/1.1" CRLF; CRLF 1170 src/http/modules/ngx_http_proxy_module.c len = method.len + sizeof(ngx_http_proxy_version) - 1 + sizeof(CRLF) - 1; CRLF 1268 src/http/modules/ngx_http_proxy_module.c + header[i].value.len + sizeof(CRLF) - 1; CRLF 1351 src/http/modules/ngx_http_proxy_module.c e.skip = (len == sizeof(CRLF) - 1) ? 1 : 0; CRLF 1591 src/http/modules/ngx_http_proxy_module.c chunk = ngx_palloc(r->pool, sizeof("0000000000000000" CRLF) - 1); CRLF 1597 src/http/modules/ngx_http_proxy_module.c b->end = chunk + sizeof("0000000000000000" CRLF) - 1; CRLF 1604 src/http/modules/ngx_http_proxy_module.c b->last = ngx_sprintf(chunk, "%xO" CRLF, size); CRLF 1622 src/http/modules/ngx_http_proxy_module.c b->pos = (u_char *) CRLF "0" CRLF CRLF; CRLF 1644 src/http/modules/ngx_http_proxy_module.c b->pos = (u_char *) CRLF; CRLF 3468 src/http/modules/ngx_http_proxy_module.c + src[i].value.len + sizeof(CRLF) - 1; CRLF 3473 src/http/modules/ngx_http_proxy_module.c + src[i].value.len + sizeof(CRLF) - 1 CRLF 3484 src/http/modules/ngx_http_proxy_module.c + src[i].value.len + sizeof(CRLF) - 1; CRLF 3543 src/http/modules/ngx_http_proxy_module.c copy->len = sizeof(CRLF) - 1; CRLF 3547 src/http/modules/ngx_http_proxy_module.c + sizeof(CRLF) - 1 + sizeof(uintptr_t) - 1) CRLF 3556 src/http/modules/ngx_http_proxy_module.c copy->len = sizeof(CRLF) - 1; CRLF 444 src/http/modules/ngx_http_range_filter_module.c len = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN CRLF 445 src/http/modules/ngx_http_range_filter_module.c + sizeof(CRLF "Content-Type: ") - 1 CRLF 447 src/http/modules/ngx_http_range_filter_module.c + sizeof(CRLF "Content-Range: bytes ") - 1; CRLF 474 src/http/modules/ngx_http_range_filter_module.c CRLF "--%0muA" CRLF CRLF 475 src/http/modules/ngx_http_range_filter_module.c "Content-Type: %V; charset=%V" CRLF CRLF 484 src/http/modules/ngx_http_range_filter_module.c CRLF "--%0muA" CRLF CRLF 485 src/http/modules/ngx_http_range_filter_module.c "Content-Type: %V" CRLF CRLF 493 src/http/modules/ngx_http_range_filter_module.c CRLF "--%0muA" CRLF CRLF 524 src/http/modules/ngx_http_range_filter_module.c len = sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN + sizeof("--" CRLF) - 1; CRLF 539 src/http/modules/ngx_http_range_filter_module.c "%O-%O/%O" CRLF CRLF, CRLF 859 src/http/modules/ngx_http_range_filter_module.c b->pos = ngx_pnalloc(r->pool, sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN CRLF 860 src/http/modules/ngx_http_range_filter_module.c + sizeof("--" CRLF) - 1); CRLF 866 src/http/modules/ngx_http_range_filter_module.c sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN); CRLF 1067 src/http/ngx_http_file_cache.c ngx_md5_update(&md5, (u_char *) CRLF, sizeof(CRLF) - 1); CRLF 49 src/http/ngx_http_header_filter_module.c static char ngx_http_server_string[] = "Server: nginx" CRLF; CRLF 50 src/http/ngx_http_header_filter_module.c static char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF; CRLF 198 src/http/ngx_http_header_filter_module.c len = sizeof("HTTP/1.x ") - 1 + sizeof(CRLF) - 1 CRLF 200 src/http/ngx_http_header_filter_module.c + sizeof(CRLF) - 1; CRLF 286 src/http/ngx_http_header_filter_module.c len += sizeof("Date: Mon, 28 Sep 1970 06:00:00 GMT" CRLF) - 1; CRLF 309 src/http/ngx_http_header_filter_module.c len += sizeof("Last-Modified: Mon, 28 Sep 1970 06:00:00 GMT" CRLF) - 1; CRLF 382 src/http/ngx_http_header_filter_module.c len += sizeof("Transfer-Encoding: chunked" CRLF) - 1; CRLF 386 src/http/ngx_http_header_filter_module.c len += sizeof("Connection: upgrade" CRLF) - 1; CRLF 389 src/http/ngx_http_header_filter_module.c len += sizeof("Connection: keep-alive" CRLF) - 1; CRLF 404 src/http/ngx_http_header_filter_module.c len += sizeof("Connection: close" CRLF) - 1; CRLF 410 src/http/ngx_http_header_filter_module.c len += sizeof("Vary: Accept-Encoding" CRLF) - 1; CRLF 438 src/http/ngx_http_header_filter_module.c + sizeof(CRLF) - 1; CRLF 506 src/http/ngx_http_header_filter_module.c b->last = ngx_sprintf(b->last, "Content-Length: %O" CRLF, CRLF 553 src/http/ngx_http_header_filter_module.c b->last = ngx_cpymem(b->last, "Transfer-Encoding: chunked" CRLF, CRLF 554 src/http/ngx_http_header_filter_module.c sizeof("Transfer-Encoding: chunked" CRLF) - 1); CRLF 558 src/http/ngx_http_header_filter_module.c b->last = ngx_cpymem(b->last, "Connection: upgrade" CRLF, CRLF 559 src/http/ngx_http_header_filter_module.c sizeof("Connection: upgrade" CRLF) - 1); CRLF 562 src/http/ngx_http_header_filter_module.c b->last = ngx_cpymem(b->last, "Connection: keep-alive" CRLF, CRLF 563 src/http/ngx_http_header_filter_module.c sizeof("Connection: keep-alive" CRLF) - 1); CRLF 566 src/http/ngx_http_header_filter_module.c b->last = ngx_sprintf(b->last, "Keep-Alive: timeout=%T" CRLF, CRLF 571 src/http/ngx_http_header_filter_module.c b->last = ngx_cpymem(b->last, "Connection: close" CRLF, CRLF 572 src/http/ngx_http_header_filter_module.c sizeof("Connection: close" CRLF) - 1); CRLF 577 src/http/ngx_http_header_filter_module.c b->last = ngx_cpymem(b->last, "Vary: Accept-Encoding" CRLF, CRLF 578 src/http/ngx_http_header_filter_module.c sizeof("Vary: Accept-Encoding" CRLF) - 1); CRLF 885 src/http/ngx_http_request_body.c (u_char *) "HTTP/1.1 100 Continue" CRLF CRLF, CRLF 886 src/http/ngx_http_request_body.c sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1); CRLF 888 src/http/ngx_http_request_body.c if (n == sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1) { CRLF 22 src/http/ngx_http_special_response.c "<hr><center>" NGINX_VER "</center>" CRLF CRLF 23 src/http/ngx_http_special_response.c "</body>" CRLF CRLF 24 src/http/ngx_http_special_response.c "</html>" CRLF CRLF 29 src/http/ngx_http_special_response.c "<hr><center>nginx</center>" CRLF CRLF 30 src/http/ngx_http_special_response.c "</body>" CRLF CRLF 31 src/http/ngx_http_special_response.c "</html>" CRLF CRLF 36 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 37 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 38 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 39 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 40 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 41 src/http/ngx_http_special_response.c "<!-- a padding to disable MSIE and Chrome friendly error page -->" CRLF CRLF 50 src/http/ngx_http_special_response.c "\"></head><body></body></html>" CRLF; CRLF 54 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 55 src/http/ngx_http_special_response.c "<head><title>301 Moved Permanently</title></head>" CRLF CRLF 56 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 57 src/http/ngx_http_special_response.c "<center><h1>301 Moved Permanently</h1></center>" CRLF CRLF 62 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 63 src/http/ngx_http_special_response.c "<head><title>302 Found</title></head>" CRLF CRLF 64 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 65 src/http/ngx_http_special_response.c "<center><h1>302 Found</h1></center>" CRLF CRLF 70 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 71 src/http/ngx_http_special_response.c "<head><title>303 See Other</title></head>" CRLF CRLF 72 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 73 src/http/ngx_http_special_response.c "<center><h1>303 See Other</h1></center>" CRLF CRLF 78 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 79 src/http/ngx_http_special_response.c "<head><title>307 Temporary Redirect</title></head>" CRLF CRLF 80 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 81 src/http/ngx_http_special_response.c "<center><h1>307 Temporary Redirect</h1></center>" CRLF CRLF 86 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 87 src/http/ngx_http_special_response.c "<head><title>400 Bad Request</title></head>" CRLF CRLF 88 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 89 src/http/ngx_http_special_response.c "<center><h1>400 Bad Request</h1></center>" CRLF CRLF 94 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 95 src/http/ngx_http_special_response.c "<head><title>401 Authorization Required</title></head>" CRLF CRLF 96 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 97 src/http/ngx_http_special_response.c "<center><h1>401 Authorization Required</h1></center>" CRLF CRLF 102 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 103 src/http/ngx_http_special_response.c "<head><title>402 Payment Required</title></head>" CRLF CRLF 104 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 105 src/http/ngx_http_special_response.c "<center><h1>402 Payment Required</h1></center>" CRLF CRLF 110 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 111 src/http/ngx_http_special_response.c "<head><title>403 Forbidden</title></head>" CRLF CRLF 112 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 113 src/http/ngx_http_special_response.c "<center><h1>403 Forbidden</h1></center>" CRLF CRLF 118 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 119 src/http/ngx_http_special_response.c "<head><title>404 Not Found</title></head>" CRLF CRLF 120 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 121 src/http/ngx_http_special_response.c "<center><h1>404 Not Found</h1></center>" CRLF CRLF 126 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 127 src/http/ngx_http_special_response.c "<head><title>405 Not Allowed</title></head>" CRLF CRLF 128 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 129 src/http/ngx_http_special_response.c "<center><h1>405 Not Allowed</h1></center>" CRLF CRLF 134 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 135 src/http/ngx_http_special_response.c "<head><title>406 Not Acceptable</title></head>" CRLF CRLF 136 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 137 src/http/ngx_http_special_response.c "<center><h1>406 Not Acceptable</h1></center>" CRLF CRLF 142 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 143 src/http/ngx_http_special_response.c "<head><title>408 Request Time-out</title></head>" CRLF CRLF 144 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 145 src/http/ngx_http_special_response.c "<center><h1>408 Request Time-out</h1></center>" CRLF CRLF 150 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 151 src/http/ngx_http_special_response.c "<head><title>409 Conflict</title></head>" CRLF CRLF 152 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 153 src/http/ngx_http_special_response.c "<center><h1>409 Conflict</h1></center>" CRLF CRLF 158 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 159 src/http/ngx_http_special_response.c "<head><title>410 Gone</title></head>" CRLF CRLF 160 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 161 src/http/ngx_http_special_response.c "<center><h1>410 Gone</h1></center>" CRLF CRLF 166 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 167 src/http/ngx_http_special_response.c "<head><title>411 Length Required</title></head>" CRLF CRLF 168 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 169 src/http/ngx_http_special_response.c "<center><h1>411 Length Required</h1></center>" CRLF CRLF 174 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 175 src/http/ngx_http_special_response.c "<head><title>412 Precondition Failed</title></head>" CRLF CRLF 176 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 177 src/http/ngx_http_special_response.c "<center><h1>412 Precondition Failed</h1></center>" CRLF CRLF 182 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 183 src/http/ngx_http_special_response.c "<head><title>413 Request Entity Too Large</title></head>" CRLF CRLF 184 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 185 src/http/ngx_http_special_response.c "<center><h1>413 Request Entity Too Large</h1></center>" CRLF CRLF 190 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 191 src/http/ngx_http_special_response.c "<head><title>414 Request-URI Too Large</title></head>" CRLF CRLF 192 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 193 src/http/ngx_http_special_response.c "<center><h1>414 Request-URI Too Large</h1></center>" CRLF CRLF 198 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 199 src/http/ngx_http_special_response.c "<head><title>415 Unsupported Media Type</title></head>" CRLF CRLF 200 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 201 src/http/ngx_http_special_response.c "<center><h1>415 Unsupported Media Type</h1></center>" CRLF CRLF 206 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 207 src/http/ngx_http_special_response.c "<head><title>416 Requested Range Not Satisfiable</title></head>" CRLF CRLF 208 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 209 src/http/ngx_http_special_response.c "<center><h1>416 Requested Range Not Satisfiable</h1></center>" CRLF CRLF 214 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 216 src/http/ngx_http_special_response.c CRLF CRLF 217 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 218 src/http/ngx_http_special_response.c "<center><h1>400 Bad Request</h1></center>" CRLF CRLF 219 src/http/ngx_http_special_response.c "<center>Request Header Or Cookie Too Large</center>" CRLF CRLF 224 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 226 src/http/ngx_http_special_response.c CRLF CRLF 227 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 228 src/http/ngx_http_special_response.c "<center><h1>400 Bad Request</h1></center>" CRLF CRLF 229 src/http/ngx_http_special_response.c "<center>The SSL certificate error</center>" CRLF CRLF 234 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 236 src/http/ngx_http_special_response.c CRLF CRLF 237 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 238 src/http/ngx_http_special_response.c "<center><h1>400 Bad Request</h1></center>" CRLF CRLF 239 src/http/ngx_http_special_response.c "<center>No required SSL certificate was sent</center>" CRLF CRLF 244 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 246 src/http/ngx_http_special_response.c CRLF CRLF 247 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 248 src/http/ngx_http_special_response.c "<center><h1>400 Bad Request</h1></center>" CRLF CRLF 249 src/http/ngx_http_special_response.c "<center>The plain HTTP request was sent to HTTPS port</center>" CRLF CRLF 254 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 255 src/http/ngx_http_special_response.c "<head><title>500 Internal Server Error</title></head>" CRLF CRLF 256 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 257 src/http/ngx_http_special_response.c "<center><h1>500 Internal Server Error</h1></center>" CRLF CRLF 262 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 263 src/http/ngx_http_special_response.c "<head><title>501 Not Implemented</title></head>" CRLF CRLF 264 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 265 src/http/ngx_http_special_response.c "<center><h1>501 Not Implemented</h1></center>" CRLF CRLF 270 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 271 src/http/ngx_http_special_response.c "<head><title>502 Bad Gateway</title></head>" CRLF CRLF 272 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 273 src/http/ngx_http_special_response.c "<center><h1>502 Bad Gateway</h1></center>" CRLF CRLF 278 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 279 src/http/ngx_http_special_response.c "<head><title>503 Service Temporarily Unavailable</title></head>" CRLF CRLF 280 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 281 src/http/ngx_http_special_response.c "<center><h1>503 Service Temporarily Unavailable</h1></center>" CRLF CRLF 286 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 287 src/http/ngx_http_special_response.c "<head><title>504 Gateway Time-out</title></head>" CRLF CRLF 288 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 289 src/http/ngx_http_special_response.c "<center><h1>504 Gateway Time-out</h1></center>" CRLF CRLF 294 src/http/ngx_http_special_response.c "<html>" CRLF CRLF 295 src/http/ngx_http_special_response.c "<head><title>507 Insufficient Storage</title></head>" CRLF CRLF 296 src/http/ngx_http_special_response.c "<body bgcolor=\"white\">" CRLF CRLF 297 src/http/ngx_http_special_response.c "<center><h1>507 Insufficient Storage</h1></center>" CRLF CRLF 531 src/mail/ngx_mail_auth_http_module.c size = sizeof("-ERR ") - 1 + len + sizeof(CRLF) - 1; CRLF 536 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1; CRLF 706 src/mail/ngx_mail_auth_http_module.c + sizeof(" " CRLF) - 1; CRLF 1228 src/mail/ngx_mail_auth_http_module.c len = sizeof("GET ") - 1 + ahcf->uri.len + sizeof(" HTTP/1.0" CRLF) - 1 CRLF 1229 src/mail/ngx_mail_auth_http_module.c + sizeof("Host: ") - 1 + ahcf->host_header.len + sizeof(CRLF) - 1 CRLF 1232 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1 CRLF 1233 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-User: ") - 1 + login.len + sizeof(CRLF) - 1 CRLF 1234 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-Pass: ") - 1 + passwd.len + sizeof(CRLF) - 1 CRLF 1237 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1 CRLF 1239 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1 CRLF 1241 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1 CRLF 1242 src/mail/ngx_mail_auth_http_module.c + sizeof("Client-Host: ") - 1 + s->host.len + sizeof(CRLF) - 1 CRLF 1243 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SMTP-Helo: ") - 1 + s->smtp_helo.len + sizeof(CRLF) - 1 CRLF 1244 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SMTP-From: ") - 1 + s->smtp_from.len + sizeof(CRLF) - 1 CRLF 1245 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SMTP-To: ") - 1 + s->smtp_to.len + sizeof(CRLF) - 1 CRLF 1247 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL: on" CRLF) - 1 CRLF 1248 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL-Verify: ") - 1 + verify.len + sizeof(CRLF) - 1 CRLF 1249 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL-Subject: ") - 1 + subject.len + sizeof(CRLF) - 1 CRLF 1250 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL-Issuer: ") - 1 + issuer.len + sizeof(CRLF) - 1 CRLF 1251 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL-Serial: ") - 1 + serial.len + sizeof(CRLF) - 1 CRLF 1253 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1 CRLF 1254 src/mail/ngx_mail_auth_http_module.c + sizeof("Auth-SSL-Cert: ") - 1 + cert.len + sizeof(CRLF) - 1 CRLF 1257 src/mail/ngx_mail_auth_http_module.c + sizeof(CRLF) - 1; CRLF 1266 src/mail/ngx_mail_auth_http_module.c b->last = ngx_cpymem(b->last, " HTTP/1.0" CRLF, CRLF 1267 src/mail/ngx_mail_auth_http_module.c sizeof(" HTTP/1.0" CRLF) - 1); CRLF 1302 src/mail/ngx_mail_auth_http_module.c b->last = ngx_sprintf(b->last, "Auth-Login-Attempt: %ui" CRLF, CRLF 1341 src/mail/ngx_mail_auth_http_module.c b->last = ngx_cpymem(b->last, "Auth-SSL: on" CRLF, CRLF 1342 src/mail/ngx_mail_auth_http_module.c sizeof("Auth-SSL: on" CRLF) - 1); CRLF 378 src/mail/ngx_mail_handler.c sizeof(" <18446744073709551616.@>" CRLF) - 1 CRLF 385 src/mail/ngx_mail_handler.c s->salt.len = ngx_sprintf(s->salt.data, "<%ul.%T@%V>" CRLF, CRLF 25 src/mail/ngx_mail_imap_handler.c static u_char imap_greeting[] = "* OK IMAP4 ready" CRLF; CRLF 27 src/mail/ngx_mail_imap_handler.c static u_char imap_ok[] = "OK completed" CRLF; CRLF 28 src/mail/ngx_mail_imap_handler.c static u_char imap_next[] = "+ OK" CRLF; CRLF 29 src/mail/ngx_mail_imap_handler.c static u_char imap_plain_next[] = "+ " CRLF; CRLF 30 src/mail/ngx_mail_imap_handler.c static u_char imap_username[] = "+ VXNlcm5hbWU6" CRLF; CRLF 31 src/mail/ngx_mail_imap_handler.c static u_char imap_password[] = "+ UGFzc3dvcmQ6" CRLF; CRLF 32 src/mail/ngx_mail_imap_handler.c static u_char imap_bye[] = "* BYE" CRLF; CRLF 33 src/mail/ngx_mail_imap_handler.c static u_char imap_invalid_command[] = "BAD invalid command" CRLF; CRLF 55 src/mail/ngx_mail_imap_module.c ngx_string("* BAD internal server error" CRLF), CRLF 56 src/mail/ngx_mail_imap_module.c ngx_string("* BYE SSL certificate error" CRLF), CRLF 57 src/mail/ngx_mail_imap_module.c ngx_string("* BYE No required SSL certificate" CRLF) CRLF 174 src/mail/ngx_mail_imap_module.c size = sizeof("* CAPABILITY" CRLF) - 1; CRLF 232 src/mail/ngx_mail_imap_module.c conf->capability.len - (sizeof(CRLF) - 1)); CRLF 237 src/mail/ngx_mail_imap_module.c size = (auth - conf->capability.data) + sizeof(CRLF) - 1 CRLF 24 src/mail/ngx_mail_pop3_handler.c static u_char pop3_greeting[] = "+OK POP3 ready" CRLF; CRLF 25 src/mail/ngx_mail_pop3_handler.c static u_char pop3_ok[] = "+OK" CRLF; CRLF 26 src/mail/ngx_mail_pop3_handler.c static u_char pop3_next[] = "+ " CRLF; CRLF 27 src/mail/ngx_mail_pop3_handler.c static u_char pop3_username[] = "+ VXNlcm5hbWU6" CRLF; CRLF 28 src/mail/ngx_mail_pop3_handler.c static u_char pop3_password[] = "+ UGFzc3dvcmQ6" CRLF; CRLF 29 src/mail/ngx_mail_pop3_handler.c static u_char pop3_invalid_command[] = "-ERR invalid command" CRLF; CRLF 37 src/mail/ngx_mail_pop3_module.c ngx_string("+OK methods supported:" CRLF CRLF 38 src/mail/ngx_mail_pop3_module.c "LOGIN" CRLF CRLF 39 src/mail/ngx_mail_pop3_module.c "PLAIN" CRLF CRLF 40 src/mail/ngx_mail_pop3_module.c "." CRLF); CRLF 44 src/mail/ngx_mail_pop3_module.c ngx_string("+OK methods supported:" CRLF CRLF 45 src/mail/ngx_mail_pop3_module.c "LOGIN" CRLF CRLF 46 src/mail/ngx_mail_pop3_module.c "PLAIN" CRLF CRLF 47 src/mail/ngx_mail_pop3_module.c "CRAM-MD5" CRLF CRLF 48 src/mail/ngx_mail_pop3_module.c "." CRLF); CRLF 61 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR internal server error" CRLF), CRLF 62 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR SSL certificate error" CRLF), CRLF 63 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR No required SSL certificate" CRLF) CRLF 166 src/mail/ngx_mail_pop3_module.c size = sizeof("+OK Capability list follows" CRLF) - 1 CRLF 167 src/mail/ngx_mail_pop3_module.c + sizeof("." CRLF) - 1; CRLF 169 src/mail/ngx_mail_pop3_module.c stls_only_size = size + sizeof("STLS" CRLF) - 1; CRLF 173 src/mail/ngx_mail_pop3_module.c size += c[i].len + sizeof(CRLF) - 1; CRLF 179 src/mail/ngx_mail_pop3_module.c stls_only_size += c[i].len + sizeof(CRLF) - 1; CRLF 183 src/mail/ngx_mail_pop3_module.c size += sizeof("SASL LOGIN PLAIN CRAM-MD5" CRLF) - 1; CRLF 186 src/mail/ngx_mail_pop3_module.c size += sizeof("SASL LOGIN PLAIN" CRLF) - 1; CRLF 197 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "+OK Capability list follows" CRLF, CRLF 198 src/mail/ngx_mail_pop3_module.c sizeof("+OK Capability list follows" CRLF) - 1); CRLF 206 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "SASL LOGIN PLAIN CRAM-MD5" CRLF, CRLF 207 src/mail/ngx_mail_pop3_module.c sizeof("SASL LOGIN PLAIN CRAM-MD5" CRLF) - 1); CRLF 210 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "SASL LOGIN PLAIN" CRLF, CRLF 211 src/mail/ngx_mail_pop3_module.c sizeof("SASL LOGIN PLAIN" CRLF) - 1); CRLF 217 src/mail/ngx_mail_pop3_module.c size += sizeof("STLS" CRLF) - 1; CRLF 228 src/mail/ngx_mail_pop3_module.c conf->capability.len - (sizeof("." CRLF) - 1)); CRLF 230 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "STLS" CRLF, sizeof("STLS" CRLF) - 1); CRLF 250 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "+OK Capability list follows" CRLF, CRLF 251 src/mail/ngx_mail_pop3_module.c sizeof("+OK Capability list follows" CRLF) - 1); CRLF 262 src/mail/ngx_mail_pop3_module.c p = ngx_cpymem(p, "STLS" CRLF, sizeof("STLS" CRLF) - 1); CRLF 108 src/mail/ngx_mail_proxy_module.c static u_char smtp_auth_ok[] = "235 2.0.0 OK" CRLF; CRLF 365 src/mail/ngx_mail_proxy_module.c line.len = ngx_sprintf(line.data, "%VLOGIN {%uz}" CRLF, CRLF 384 src/mail/ngx_mail_proxy_module.c line.len = ngx_sprintf(line.data, "%V {%uz}" CRLF, CRLF 529 src/mail/ngx_mail_proxy_module.c CRLF) - 1 CRLF 585 src/mail/ngx_mail_proxy_module.c line.len = sizeof("HELO " CRLF) - 1 + s->smtp_helo.len; CRLF 594 src/mail/ngx_mail_proxy_module.c ((s->esmtp) ? "EHLO %V" CRLF : "HELO %V" CRLF), CRLF 610 src/mail/ngx_mail_proxy_module.c line.len = s->smtp_from.len + sizeof(CRLF) - 1; CRLF 630 src/mail/ngx_mail_proxy_module.c line.len = s->smtp_to.len + sizeof(CRLF) - 1; CRLF 801 src/mail/ngx_mail_proxy_module.c m = b->last - (sizeof(CRLF "200" CRLF) - 1); CRLF 37 src/mail/ngx_mail_smtp_handler.c static u_char smtp_ok[] = "250 2.0.0 OK" CRLF; CRLF 38 src/mail/ngx_mail_smtp_handler.c static u_char smtp_bye[] = "221 2.0.0 Bye" CRLF; CRLF 39 src/mail/ngx_mail_smtp_handler.c static u_char smtp_starttls[] = "220 2.0.0 Start TLS" CRLF; CRLF 40 src/mail/ngx_mail_smtp_handler.c static u_char smtp_next[] = "334 " CRLF; CRLF 41 src/mail/ngx_mail_smtp_handler.c static u_char smtp_username[] = "334 VXNlcm5hbWU6" CRLF; CRLF 42 src/mail/ngx_mail_smtp_handler.c static u_char smtp_password[] = "334 UGFzc3dvcmQ6" CRLF; CRLF 43 src/mail/ngx_mail_smtp_handler.c static u_char smtp_invalid_command[] = "500 5.5.1 Invalid command" CRLF; CRLF 45 src/mail/ngx_mail_smtp_handler.c "503 5.5.0 Improper use of SMTP command pipelining" CRLF; CRLF 46 src/mail/ngx_mail_smtp_handler.c static u_char smtp_invalid_argument[] = "501 5.5.4 Invalid argument" CRLF; CRLF 47 src/mail/ngx_mail_smtp_handler.c static u_char smtp_auth_required[] = "530 5.7.1 Authentication required" CRLF; CRLF 48 src/mail/ngx_mail_smtp_handler.c static u_char smtp_bad_sequence[] = "503 5.5.1 Bad sequence of commands" CRLF; CRLF 48 src/mail/ngx_mail_smtp_module.c ngx_string("451 4.3.2 Internal server error" CRLF), CRLF 49 src/mail/ngx_mail_smtp_module.c ngx_string("421 4.7.1 SSL certificate error" CRLF), CRLF 50 src/mail/ngx_mail_smtp_module.c ngx_string("421 4.7.1 No required SSL certificate" CRLF) CRLF 166 src/mail/ngx_mail_smtp_module.c size = sizeof("220 ESMTP ready" CRLF) - 1 + cscf->server_name.len; CRLF 178 src/mail/ngx_mail_smtp_module.c ngx_memcpy(p, " ESMTP ready" CRLF, sizeof(" ESMTP ready" CRLF) - 1); CRLF 181 src/mail/ngx_mail_smtp_module.c size = sizeof("250 " CRLF) - 1 + cscf->server_name.len; CRLF 200 src/mail/ngx_mail_smtp_module.c size = sizeof("250-") - 1 + cscf->server_name.len + sizeof(CRLF) - 1; CRLF 204 src/mail/ngx_mail_smtp_module.c size += sizeof("250 ") - 1 + c[i].len + sizeof(CRLF) - 1; CRLF 220 src/mail/ngx_mail_smtp_module.c size += sizeof("250 AUTH") - 1 + sizeof(CRLF) - 1; CRLF 269 src/mail/ngx_mail_smtp_module.c size += sizeof("250 STARTTLS" CRLF) - 1; CRLF 281 src/mail/ngx_mail_smtp_module.c p = ngx_cpymem(p, "250 STARTTLS" CRLF, sizeof("250 STARTTLS" CRLF) - 1); CRLF 288 src/mail/ngx_mail_smtp_module.c + sizeof("250 STARTTLS" CRLF) - 1; CRLF 300 src/mail/ngx_mail_smtp_module.c ngx_memcpy(p, "250 STARTTLS" CRLF, sizeof("250 STARTTLS" CRLF) - 1);