connection        113 core/ngx_buf.h     ngx_connection_t            *connection;
connection        647 core/ngx_connection.c         c = ls[i].connection;
connection         46 core/ngx_connection.h     ngx_connection_t   *connection;
connection        110 core/ngx_log.c     if (log->connection) {
connection        111 core/ngx_log.c         p = ngx_slprintf(p, last, "*%uA ", log->connection);
connection         51 core/ngx_log.h     ngx_atomic_uint_t    connection;
connection        608 core/ngx_output_chain.c     c = ctx->connection;
connection        183 core/ngx_resolver.c             if (r->udp_connection->connection) {
connection        184 core/ngx_resolver.c                 ngx_close_connection(r->udp_connection->connection);
connection        831 core/ngx_resolver.c     if (uc->connection == NULL) {
connection        836 core/ngx_resolver.c         uc->connection->data = r;
connection        837 core/ngx_resolver.c         uc->connection->read->handler = ngx_resolver_read_response;
connection        838 core/ngx_resolver.c         uc->connection->read->resolver = 1;
connection        841 core/ngx_resolver.c     n = ngx_send(uc->connection, rn->query, rn->qlen);
connection       2152 core/ngx_resolver.c     uc->connection = c;
connection         36 core/ngx_resolver.h     ngx_connection_t         *connection;
connection        747 event/ngx_event.c         ls[i].connection = c;
connection        766 event/ngx_event.c                 old = ls[i].previous->connection;
connection        344 event/ngx_event_accept.c         c = ls[i].connection;
connection        373 event/ngx_event_accept.c         c = ls[i].connection;
connection        102 event/ngx_event_connect.c     pc->connection = c;
connection         37 event/ngx_event_connect.h     ngx_connection_t                *connection;
connection        494 event/ngx_event_openssl.c     sc->connection = SSL_new(ssl->ctx);
connection        496 event/ngx_event_openssl.c     if (sc->connection == NULL) {
connection        501 event/ngx_event_openssl.c     if (SSL_set_fd(sc->connection, c->fd) == 0) {
connection        507 event/ngx_event_openssl.c         SSL_set_connect_state(sc->connection);
connection        510 event/ngx_event_openssl.c         SSL_set_accept_state(sc->connection);
connection        513 event/ngx_event_openssl.c     if (SSL_set_ex_data(sc->connection, ngx_ssl_connection_index, c) == 0) {
connection        528 event/ngx_event_openssl.c         if (SSL_set_session(c->ssl->connection, session) == 0) {
connection        546 event/ngx_event_openssl.c     n = SSL_do_handshake(c->ssl->connection);
connection        568 event/ngx_event_openssl.c         cipher = SSL_get_current_cipher(c->ssl->connection);
connection        593 event/ngx_event_openssl.c                            SSL_get_version(c->ssl->connection), &buf[1]);
connection        595 event/ngx_event_openssl.c             if (SSL_session_reused(c->ssl->connection)) {
connection        615 event/ngx_event_openssl.c         if (c->ssl->connection->s3) {
connection        616 event/ngx_event_openssl.c             c->ssl->connection->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS;
connection        622 event/ngx_event_openssl.c     sslerr = SSL_get_error(c->ssl->connection, n);
connection        769 event/ngx_event_openssl.c         n = SSL_read(c->ssl->connection, buf, size);
connection        854 event/ngx_event_openssl.c     sslerr = SSL_get_error(c->ssl->connection, n);
connection       1083 event/ngx_event_openssl.c     n = SSL_write(c->ssl->connection, data, size);
connection       1105 event/ngx_event_openssl.c     sslerr = SSL_get_error(c->ssl->connection, n);
connection       1182 event/ngx_event_openssl.c         mode = SSL_get_shutdown(c->ssl->connection);
connection       1193 event/ngx_event_openssl.c     SSL_set_shutdown(c->ssl->connection, mode);
connection       1197 event/ngx_event_openssl.c     n = SSL_shutdown(c->ssl->connection);
connection       1206 event/ngx_event_openssl.c         sslerr = SSL_get_error(c->ssl->connection, n);
connection       1213 event/ngx_event_openssl.c         SSL_free(c->ssl->connection);
connection       1242 event/ngx_event_openssl.c     SSL_free(c->ssl->connection);
connection       1967 event/ngx_event_openssl.c     s->data = (u_char *) SSL_get_version(c->ssl->connection);
connection       1975 event/ngx_event_openssl.c     s->data = (u_char *) SSL_get_cipher_name(c->ssl->connection);
connection       1987 event/ngx_event_openssl.c     sess = SSL_get0_session(c->ssl->connection);
connection       2023 event/ngx_event_openssl.c     cert = SSL_get_peer_certificate(c->ssl->connection);
connection       2118 event/ngx_event_openssl.c     cert = SSL_get_peer_certificate(c->ssl->connection);
connection       2160 event/ngx_event_openssl.c     cert = SSL_get_peer_certificate(c->ssl->connection);
connection       2201 event/ngx_event_openssl.c     cert = SSL_get_peer_certificate(c->ssl->connection);
connection       2236 event/ngx_event_openssl.c     if (SSL_get_verify_result(c->ssl->connection) != X509_V_OK) {
connection       2241 event/ngx_event_openssl.c     cert = SSL_get_peer_certificate(c->ssl->connection);
connection         34 event/ngx_event_openssl.h     ngx_ssl_conn_t             *connection;
connection        111 event/ngx_event_openssl.h #define ngx_ssl_get_session(c)      SSL_get1_session(c->ssl->connection)
connection        116 http/modules/ngx_http_access_module.c     if (alcf->rules6 && r->connection->sockaddr->sa_family == AF_INET6) {
connection        121 http/modules/ngx_http_access_module.c         sin6 = (struct sockaddr_in6 *) r->connection->sockaddr;
connection        137 http/modules/ngx_http_access_module.c     if (alcf->rules && r->connection->sockaddr->sa_family == AF_INET) {
connection        138 http/modules/ngx_http_access_module.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        156 http/modules/ngx_http_access_module.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        193 http/modules/ngx_http_access_module.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        225 http/modules/ngx_http_access_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        133 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        161 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(level, r->connection->log, err,
connection        171 http/modules/ngx_http_auth_basic_module.c     file.log = r->connection->log;
connection        275 http/modules/ngx_http_auth_basic_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        293 http/modules/ngx_http_auth_basic_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        302 http/modules/ngx_http_auth_basic_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        305 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        188 http/modules/ngx_http_autoindex_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        210 http/modules/ngx_http_autoindex_module.c         ngx_log_error(level, r->connection->log, err,
connection        240 http/modules/ngx_http_autoindex_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
connection        267 http/modules/ngx_http_autoindex_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
connection        275 http/modules/ngx_http_autoindex_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        307 http/modules/ngx_http_autoindex_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
connection        318 http/modules/ngx_http_autoindex_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection        357 http/modules/ngx_http_autoindex_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
connection        615 http/modules/ngx_http_autoindex_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
connection        293 http/modules/ngx_http_browser_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        302 http/modules/ngx_http_browser_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        321 http/modules/ngx_http_browser_module.c                     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        339 http/modules/ngx_http_browser_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        251 http/modules/ngx_http_charset_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        296 http/modules/ngx_http_charset_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        335 http/modules/ngx_http_charset_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        102 http/modules/ngx_http_chunked_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        160 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        215 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        227 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EISDIR,
connection        231 http/modules/ngx_http_dav_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection        248 http/modules/ngx_http_dav_module.c     ext.log = r->connection->log;
connection        294 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        312 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        321 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        329 http/modules/ngx_http_dav_module.c         return ngx_http_dav_error(r->connection->log, err,
connection        336 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EISDIR,
connection        344 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        363 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        396 http/modules/ngx_http_dav_module.c         tree.log = r->connection->log;
connection        419 http/modules/ngx_http_dav_module.c     return ngx_http_dav_error(r->connection->log, ngx_errno,
connection        475 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        481 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        491 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        504 http/modules/ngx_http_dav_module.c     return ngx_http_dav_error(r->connection->log, ngx_errno,
connection        533 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        548 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        555 http/modules/ngx_http_dav_module.c     if (r->connection->ssl) {
connection        577 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        594 http/modules/ngx_http_dav_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        612 http/modules/ngx_http_dav_module.c          ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        625 http/modules/ngx_http_dav_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        631 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        655 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        667 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        688 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        695 http/modules/ngx_http_dav_module.c             return ngx_http_dav_error(r->connection->log, err,
connection        710 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        717 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EEXIST,
connection        726 http/modules/ngx_http_dav_module.c         return ngx_http_dav_error(r->connection->log, ngx_errno,
connection        734 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        740 http/modules/ngx_http_dav_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        764 http/modules/ngx_http_dav_module.c             return ngx_http_dav_error(r->connection->log, ngx_errno,
connection        778 http/modules/ngx_http_dav_module.c         tree.log = r->connection->log;
connection        804 http/modules/ngx_http_dav_module.c             ext.log = r->connection->log;
connection        819 http/modules/ngx_http_dav_module.c         cf.log = r->connection->log;
connection       1000 http/modules/ngx_http_dav_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        140 http/modules/ngx_http_degradation_module.c                 ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
connection        552 http/modules/ngx_http_fastcgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        632 http/modules/ngx_http_fastcgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        804 http/modules/ngx_http_fastcgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        891 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        963 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1181 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1189 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1244 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1363 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1459 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1476 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1485 http/modules/ngx_http_fastcgi_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1513 http/modules/ngx_http_fastcgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1543 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1809 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1816 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1832 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1845 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1855 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1881 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1905 http/modules/ngx_http_fastcgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1915 http/modules/ngx_http_fastcgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2578 http/modules/ngx_http_fastcgi_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection         94 http/modules/ngx_http_flv_module.c     log = r->connection->log;
connection        170 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        204 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        262 http/modules/ngx_http_geo_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        263 http/modules/ngx_http_geo_module.c                        "http geo started: %V", &r->connection->addr_text);
connection        265 http/modules/ngx_http_geo_module.c         if (r->connection->sockaddr->sa_family != AF_INET) {
connection        269 http/modules/ngx_http_geo_module.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        276 http/modules/ngx_http_geo_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        282 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        185 http/modules/ngx_http_geoip_module.c     if (r->connection->sockaddr->sa_family != AF_INET) {
connection        189 http/modules/ngx_http_geoip_module.c     sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        373 http/modules/ngx_http_geoip_module.c     if (gcf->city && r->connection->sockaddr->sa_family == AF_INET) {
connection        375 http/modules/ngx_http_geoip_module.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        326 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        531 http/modules/ngx_http_gzip_filter_module.c     r->connection->buffered |= NGX_HTTP_GZIP_BUFFERED;
connection        612 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        664 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        694 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        764 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        773 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        778 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug5(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        784 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        883 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        950 http/modules/ngx_http_gzip_filter_module.c     r->connection->buffered &= ~NGX_HTTP_GZIP_BUFFERED;
connection        981 http/modules/ngx_http_gzip_filter_module.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
connection        988 http/modules/ngx_http_gzip_filter_module.c     ngx_log_error(NGX_LOG_ALERT, ctx->request->connection->log, 0,
connection       1004 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
connection        106 http/modules/ngx_http_gzip_static_module.c     log = r->connection->log;
connection        218 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        234 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        267 http/modules/ngx_http_image_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "image filter");
connection        401 http/modules/ngx_http_image_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        457 http/modules/ngx_http_image_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        473 http/modules/ngx_http_image_filter_module.c     r->connection->buffered |= NGX_HTTP_IMAGE_BUFFERED;
connection        486 http/modules/ngx_http_image_filter_module.c     r->connection->buffered &= ~NGX_HTTP_IMAGE_BUFFERED;
connection        642 http/modules/ngx_http_image_filter_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        655 http/modules/ngx_http_image_filter_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        680 http/modules/ngx_http_image_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        713 http/modules/ngx_http_image_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        914 http/modules/ngx_http_image_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        939 http/modules/ngx_http_image_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1006 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, failed);
connection       1022 http/modules/ngx_http_image_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1031 http/modules/ngx_http_image_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1082 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, failed);
connection        199 http/modules/ngx_http_index_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        215 http/modules/ngx_http_index_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, of.err,
connection        243 http/modules/ngx_http_index_module.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
connection        289 http/modules/ngx_http_index_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        322 http/modules/ngx_http_index_module.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
connection        335 http/modules/ngx_http_index_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        347 http/modules/ngx_http_index_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, err,
connection        354 http/modules/ngx_http_index_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, err,
connection        174 http/modules/ngx_http_limit_req_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        191 http/modules/ngx_http_limit_req_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        239 http/modules/ngx_http_limit_req_module.c         ngx_log_error(lrcf->limit_log_level, r->connection->log, 0,
connection        252 http/modules/ngx_http_limit_req_module.c     ngx_log_error(lrcf->delay_log_level, r->connection->log, 0,
connection        256 http/modules/ngx_http_limit_req_module.c     if (ngx_handle_read_event(r->connection->read, 0) != NGX_OK) {
connection        262 http/modules/ngx_http_limit_req_module.c     ngx_add_timer(r->connection->write,
connection        274 http/modules/ngx_http_limit_req_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        277 http/modules/ngx_http_limit_req_module.c     wev = r->connection->write;
connection        290 http/modules/ngx_http_limit_req_module.c     if (ngx_handle_read_event(r->connection->read, 0) != NGX_OK) {
connection        159 http/modules/ngx_http_limit_zone_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        209 http/modules/ngx_http_limit_zone_module.c                 ngx_log_error(lzcf->log_level, r->connection->log, 0,
connection        244 http/modules/ngx_http_limit_zone_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        227 http/modules/ngx_http_log_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        345 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, err,
connection        355 http/modules/ngx_http_log_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        405 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, of.err,
connection        413 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_ENOTDIR,
connection        432 http/modules/ngx_http_log_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        447 http/modules/ngx_http_log_module.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection        453 http/modules/ngx_http_log_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        493 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%ui", r->connection->number);
connection        581 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%O", r->connection->sent);
connection        596 http/modules/ngx_http_log_module.c     length = r->connection->sent - r->header_size;
connection        117 http/modules/ngx_http_map_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        148 http/modules/ngx_http_map_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        224 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        264 http/modules/ngx_http_memcached_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        305 http/modules/ngx_http_memcached_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        317 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        349 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        364 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection        375 http/modules/ngx_http_memcached_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        417 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
connection        452 http/modules/ngx_http_memcached_module.c     ngx_log_debug4(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
connection        464 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
connection        480 http/modules/ngx_http_memcached_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        489 http/modules/ngx_http_memcached_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection         81 http/modules/ngx_http_not_modified_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        108 http/modules/ngx_http_not_modified_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        661 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        681 http/modules/ngx_http_proxy_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        897 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1083 http/modules/ngx_http_proxy_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1105 http/modules/ngx_http_proxy_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1201 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1232 http/modules/ngx_http_proxy_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1296 http/modules/ngx_http_proxy_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1307 http/modules/ngx_http_proxy_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1351 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1362 http/modules/ngx_http_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1372 http/modules/ngx_http_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1436 http/modules/ngx_http_proxy_module.c         v->len = r->connection->addr_text.len;
connection       1437 http/modules/ngx_http_proxy_module.c         v->data = r->connection->addr_text.data;
connection       1442 http/modules/ngx_http_proxy_module.c              + sizeof(", ") - 1 + r->connection->addr_text.len;
connection       1456 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, r->connection->addr_text.data, r->connection->addr_text.len);
connection       1479 http/modules/ngx_http_proxy_module.c     v->data = ngx_pnalloc(r->connection->pool, NGX_SIZE_T_LEN);
connection        115 http/modules/ngx_http_random_index_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        137 http/modules/ngx_http_random_index_module.c         ngx_log_error(level, r->connection->log, err,
connection        157 http/modules/ngx_http_random_index_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
connection        165 http/modules/ngx_http_random_index_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        197 http/modules/ngx_http_random_index_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
connection        203 http/modules/ngx_http_random_index_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection        231 http/modules/ngx_http_random_index_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
connection        264 http/modules/ngx_http_random_index_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
connection        175 http/modules/ngx_http_range_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        614 http/modules/ngx_http_range_filter_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        643 http/modules/ngx_http_range_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        654 http/modules/ngx_http_range_filter_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection         35 http/modules/ngx_http_realip_module.c     ngx_connection_t  *connection;
connection        208 http/modules/ngx_http_realip_module.c     c = r->connection;
connection        260 http/modules/ngx_http_realip_module.c     c = r->connection;
connection        282 http/modules/ngx_http_realip_module.c     ctx->connection = c;
connection        303 http/modules/ngx_http_realip_module.c     c = ctx->connection;
connection        179 http/modules/ngx_http_referer_module.c         rc = ngx_regex_exec_array(rlcf->regex, &referer, r->connection->log);
connection        207 http/modules/ngx_http_rewrite_module.c     ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
connection        374 http/modules/ngx_http_scgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        454 http/modules/ngx_http_scgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        667 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        719 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        832 http/modules/ngx_http_scgi_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        899 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        909 http/modules/ngx_http_scgi_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        923 http/modules/ngx_http_scgi_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        940 http/modules/ngx_http_scgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        960 http/modules/ngx_http_scgi_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        971 http/modules/ngx_http_scgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        981 http/modules/ngx_http_scgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        125 http/modules/ngx_http_secure_link_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        171 http/modules/ngx_http_secure_link_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection         96 http/modules/ngx_http_split_clients_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        403 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        408 http/modules/ngx_http_ssi_filter_module.c         if (r != r->connection->data) {
connection        409 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        417 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        424 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        451 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        456 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        468 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        618 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        631 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        713 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        738 http/modules/ngx_http_ssi_filter_module.c                                               r->connection->log, 0,
connection        761 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        772 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        783 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        903 http/modules/ngx_http_ssi_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        906 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection       1159 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1236 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1244 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1275 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1307 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1330 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1358 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1410 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1428 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1452 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1694 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1815 http/modules/ngx_http_ssi_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1846 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1853 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1859 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1867 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1880 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1910 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1936 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2044 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2057 http/modules/ngx_http_ssi_filter_module.c     if (rc == NGX_ERROR || r->connection->error || r->request_output) {
connection       2061 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2108 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2161 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2280 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2307 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2325 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2338 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2369 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2378 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2433 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2442 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2468 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "%V", &rgc.err);
connection       2475 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection       2481 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection       2503 http/modules/ngx_http_ssi_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2514 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2533 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2551 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2584 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        225 http/modules/ngx_http_ssl_module.c     if (r->connection->ssl) {
connection        227 http/modules/ngx_http_ssl_module.c         (void) handler(r->connection, NULL, &s);
connection        255 http/modules/ngx_http_ssl_module.c     if (r->connection->ssl) {
connection        257 http/modules/ngx_http_ssl_module.c         if (handler(r->connection, r->pool, &s) != NGX_OK) {
connection         69 http/modules/ngx_http_static_module.c     log = r->connection->log;
connection        218 http/modules/ngx_http_sub_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        238 http/modules/ngx_http_sub_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        243 http/modules/ngx_http_sub_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        253 http/modules/ngx_http_sub_filter_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        445 http/modules/ngx_http_sub_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        448 http/modules/ngx_http_sub_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        517 http/modules/ngx_http_sub_filter_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "once");
connection        114 http/modules/ngx_http_upstream_ip_hash_module.c     if (r->connection->sockaddr->sa_family == AF_INET) {
connection        116 http/modules/ngx_http_upstream_ip_hash_module.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        158 http/modules/ngx_http_upstream_ip_hash_module.c     pc->connection = NULL;
connection        314 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        319 http/modules/ngx_http_userid_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        340 http/modules/ngx_http_userid_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        346 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        431 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        503 http/modules/ngx_http_userid_filter_module.c             c = r->connection;
connection        407 http/modules/ngx_http_uwsgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        487 http/modules/ngx_http_uwsgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        654 http/modules/ngx_http_uwsgi_module.c         ngx_log_error (NGX_LOG_ALERT, r->connection->log, 0,
connection        713 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        768 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        882 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        949 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        959 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        973 http/modules/ngx_http_uwsgi_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        990 http/modules/ngx_http_uwsgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1010 http/modules/ngx_http_uwsgi_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1021 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1031 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        171 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        212 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        261 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        334 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        360 http/modules/ngx_http_xslt_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        384 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        400 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        438 http/modules/ngx_http_xslt_filter_module.c     ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
connection        481 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        504 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        514 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        520 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        583 http/modules/ngx_http_xslt_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        594 http/modules/ngx_http_xslt_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        600 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        621 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        631 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        189 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "perl handler");
connection        226 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        274 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        277 http/modules/perl/ngx_http_perl_module.c     wev = r->connection->write;
connection        302 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        344 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        364 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        397 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        444 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "perl ssi done");
connection        701 http/modules/perl/ngx_http_perl_module.c     c = r->connection;
connection         48 http/ngx_http.h     ngx_connection_t    *connection;
connection         88 http/ngx_http_copy_filter_module.c     c = r->connection;
connection        232 http/ngx_http_copy_filter_module.c     r->connection->write->handler(r->connection->write);
connection        251 http/ngx_http_copy_filter_module.c     r->connection->write->handler(r->connection->write);
connection        785 http/ngx_http_core_module.c     r->connection->log->action = NULL;
connection        787 http/ngx_http_core_module.c     r->connection->unexpected_eof = 0;
connection        856 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        888 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        936 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        943 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        952 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1008 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1016 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1029 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1057 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1113 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1120 http/ngx_http_core_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1149 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1237 http/ngx_http_core_module.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1280 http/ngx_http_core_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
connection       1318 http/ngx_http_core_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1343 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1367 http/ngx_http_core_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1375 http/ngx_http_core_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "no handler found");
connection       1395 http/ngx_http_core_module.c         r->connection->log->file = clcf->error_log->file;
connection       1397 http/ngx_http_core_module.c         if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
connection       1398 http/ngx_http_core_module.c             r->connection->log->log_level = clcf->error_log->log_level;
connection       1403 http/ngx_http_core_module.c         r->connection->sendfile = 1;
connection       1406 http/ngx_http_core_module.c         r->connection->sendfile = 0;
connection       1426 http/ngx_http_core_module.c         } else if (r->connection->requests >= clcf->keepalive_requests) {
connection       1455 http/ngx_http_core_module.c         r->connection->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
connection       1518 http/ngx_http_core_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1572 http/ngx_http_core_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1846 http/ngx_http_core_module.c     c = r->connection;
connection       1875 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection       2148 http/ngx_http_core_module.c                                  r->connection->log)
connection       2179 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2192 http/ngx_http_core_module.c     c = r->connection;
connection       2193 http/ngx_http_core_module.c     sr->connection = c;
connection       2305 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2323 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2365 http/ngx_http_core_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2374 http/ngx_http_core_module.c             ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2394 http/ngx_http_core_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       2430 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        163 http/ngx_http_file_cache.c     c->file.log = r->connection->log;
connection        220 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        263 http/ngx_http_file_cache.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        339 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
connection        345 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        349 http/ngx_http_file_cache.c     c->file.log = r->connection->log;
connection        378 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, 0,
connection        386 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, 0,
connection        437 http/ngx_http_file_cache.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        501 http/ngx_http_file_cache.c     r->connection->write->handler(r->connection->write);
connection        641 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        751 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        794 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        805 http/ngx_http_file_cache.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        814 http/ngx_http_file_cache.c     ext.log = r->connection->log;
connection        821 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection        866 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        898 http/ngx_http_file_cache.c     b->file->log = r->connection->log;
connection        312 http/ngx_http_header_filter_module.c     c = r->connection;
connection       1029 http/ngx_http_parse.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1578 http/ngx_http_parse.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection         57 http/ngx_http_postpone_filter_module.c     c = r->connection;
connection         84 http/ngx_http_request.c     { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection),
connection        193 http/ngx_http_request.c     ctx->connection = c;
connection        197 http/ngx_http_request.c     c->log->connection = c->number;
connection        313 http/ngx_http_request.c     r->connection = c;
connection       1069 http/ngx_http_request.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1080 http/ngx_http_request.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1125 http/ngx_http_request.c     c = r->connection;
connection       1183 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1214 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1221 http/ngx_http_request.c             hc->busy = ngx_palloc(r->connection->pool,
connection       1228 http/ngx_http_request.c         b = ngx_create_temp_buf(r->connection->pool,
connection       1234 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1258 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1353 http/ngx_http_request.c     ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1379 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1520 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1532 http/ngx_http_request.c             ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1540 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1548 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1558 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
connection       1581 http/ngx_http_request.c     c = r->connection;
connection       1600 http/ngx_http_request.c             rc = SSL_get_verify_result(c->ssl->connection);
connection       1608 http/ngx_http_request.c                                        (SSL_get0_session(c->ssl->connection)));
connection       1615 http/ngx_http_request.c                 cert = SSL_get_peer_certificate(c->ssl->connection);
connection       1622 http/ngx_http_request.c                                        (SSL_get0_session(c->ssl->connection)));
connection       1770 http/ngx_http_request.c     r->connection->log->file = clcf->error_log->file;
connection       1772 http/ngx_http_request.c     if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
connection       1773 http/ngx_http_request.c         r->connection->log->log_level = clcf->error_log->log_level;
connection       1872 http/ngx_http_request.c     c = r->connection;
connection       2067 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2070 http/ngx_http_request.c     if (rc > 0 && (mr->headers_out.status == 0 || mr->connection->sent == 0)) {
connection       2085 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2109 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2133 http/ngx_http_request.c                 ngx_add_timer(r->connection->read, clcf->lingering_timeout);
connection       2171 http/ngx_http_request.c     wev = r->connection->write;
connection       2199 http/ngx_http_request.c     c = r->connection;
connection       2279 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2289 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2295 http/ngx_http_request.c         && r->connection->read->active)
connection       2297 http/ngx_http_request.c         if (ngx_del_event(r->connection->read, NGX_READ_EVENT, 0) != NGX_OK) {
connection       2313 http/ngx_http_request.c     c = r->connection;
connection       2391 http/ngx_http_request.c     c = r->connection;
connection       2720 http/ngx_http_request.c     c = r->connection;
connection       2827 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2878 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2906 http/ngx_http_request.c     c = r->connection;
connection       2935 http/ngx_http_request.c     log = r->connection->log;
connection       2962 http/ngx_http_request.c     if (rc > 0 && (r->headers_out.status == 0 || r->connection->sent == 0)) {
connection       2972 http/ngx_http_request.c     if (r->connection->timedout) {
connection       2979 http/ngx_http_request.c             if (setsockopt(r->connection->fd, SOL_SOCKET, SO_LINGER,
connection       2994 http/ngx_http_request.c     r->connection->destroyed = 1;
connection       3066 http/ngx_http_request.c     p = ngx_snprintf(buf, len, ", client: %V", &ctx->connection->addr_text);
connection       3076 http/ngx_http_request.c                          &ctx->connection->listening->addr_text);
connection        170 http/ngx_http_request.h     ngx_table_elt_t                  *connection;
connection        349 http/ngx_http_request.h     ngx_connection_t                 *connection;
connection         73 http/ngx_http_request_body.c             tf->file.log = r->connection->log;
connection        116 http/ngx_http_request_body.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        245 http/ngx_http_request_body.c     if (r->connection->read->timedout) {
connection        246 http/ngx_http_request_body.c         r->connection->timedout = 1;
connection        269 http/ngx_http_request_body.c     c = r->connection;
connection        403 http/ngx_http_request_body.c         tf->file.log = r->connection->log;
connection        446 http/ngx_http_request_body.c     rev = r->connection->read;
connection        499 http/ngx_http_request_body.c     c = r->connection;
connection        562 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        571 http/ngx_http_request_body.c         if (!r->connection->read->ready) {
connection        579 http/ngx_http_request_body.c         n = r->connection->recv(r->connection, buffer, size);
connection        582 http/ngx_http_request_body.c             r->connection->error = 1;
connection        624 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        627 http/ngx_http_request_body.c     n = r->connection->send(r->connection,
connection        756 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection        855 http/ngx_http_script.c                            e->request->connection->log, 0,
connection        898 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection        924 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        938 http/ngx_http_script.c         if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
connection        939 http/ngx_http_script.c             ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
connection        972 http/ngx_http_script.c     if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
connection        973 http/ngx_http_script.c         ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
connection       1080 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1104 http/ngx_http_script.c         if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
connection       1105 http/ngx_http_script.c             ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
connection       1145 http/ngx_http_script.c     if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
connection       1146 http/ngx_http_script.c         ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
connection       1155 http/ngx_http_script.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection       1277 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1349 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1393 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1408 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1420 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1436 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1448 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1460 http/ngx_http_script.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1491 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1513 http/ngx_http_script.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
connection       1587 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1612 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1654 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1690 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1702 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1721 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection       1731 http/ngx_http_script.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
connection        359 http/ngx_http_special_response.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        389 http/ngx_http_upstream.c     u->peer.log = r->connection->log;
connection        392 http/ngx_http_upstream.c     u->peer.lock = &r->connection->lock;
connection        408 http/ngx_http_upstream.c     c = r->connection;
connection        578 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        595 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        690 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        838 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        858 http/ngx_http_upstream.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        891 http/ngx_http_upstream.c     c = r->connection;
connection        913 http/ngx_http_upstream.c     ngx_http_upstream_check_broken_connection(r, r->connection->read);
connection        920 http/ngx_http_upstream.c     ngx_http_upstream_check_broken_connection(r, r->connection->write);
connection        939 http/ngx_http_upstream.c     c = r->connection;
connection        977 http/ngx_http_upstream.c         if (!u->cacheable && u->peer.connection) {
connection        990 http/ngx_http_upstream.c         if (u->peer.connection == NULL) {
connection       1040 http/ngx_http_upstream.c     if (!u->cacheable && u->peer.connection) {
connection       1052 http/ngx_http_upstream.c     if (u->peer.connection == NULL) {
connection       1066 http/ngx_http_upstream.c     r->connection->log->action = "connecting to upstream";
connection       1068 http/ngx_http_upstream.c     r->connection->single_connection = 0;
connection       1091 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1103 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "no live upstreams");
connection       1115 http/ngx_http_upstream.c     c = u->peer.connection;
connection       1125 http/ngx_http_upstream.c     c->sendfile &= r->connection->sendfile;
connection       1129 http/ngx_http_upstream.c     c->log = r->connection->log;
connection       1137 http/ngx_http_upstream.c     u->writer.connection = c;
connection       1222 http/ngx_http_upstream.c     r->connection->log->action = "SSL handshaking to upstream";
connection       1335 http/ngx_http_upstream.c     c = u->peer.connection;
connection       1421 http/ngx_http_upstream.c     c = u->peer.connection;
connection       1423 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       1459 http/ngx_http_upstream.c     c = u->peer.connection;
connection       1939 http/ngx_http_upstream.c     c = u->peer.connection;
connection       2018 http/ngx_http_upstream.c     c = r->connection;
connection       2107 http/ngx_http_upstream.c             if (u->peer.connection->read->ready) {
connection       2209 http/ngx_http_upstream.c     p->upstream = u->peer.connection;
connection       2311 http/ngx_http_upstream.c     c = r->connection;
connection       2337 http/ngx_http_upstream.c     c = u->peer.connection;
connection       2367 http/ngx_http_upstream.c     downstream = r->connection;
connection       2368 http/ngx_http_upstream.c     upstream = u->peer.connection;
connection       2525 http/ngx_http_upstream.c     c = r->connection;
connection       2593 http/ngx_http_upstream.c     c = u->peer.connection;
connection       2626 http/ngx_http_upstream.c     if (u->peer.connection) {
connection       2651 http/ngx_http_upstream.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection       2679 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2690 http/ngx_http_upstream.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2693 http/ngx_http_upstream.c         if (!u->cacheable && !u->store && u->peer.connection) {
connection       2721 http/ngx_http_upstream.c         tf->file.log = r->connection->log;
connection       2741 http/ngx_http_upstream.c     ext.log = r->connection->log;
connection       2769 http/ngx_http_upstream.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2780 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2791 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2809 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_ETIMEDOUT,
connection       2841 http/ngx_http_upstream.c     if (r->connection->error) {
connection       2876 http/ngx_http_upstream.c     if (u->peer.connection) {
connection       2877 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2879 http/ngx_http_upstream.c                        u->peer.connection->fd);
connection       2882 http/ngx_http_upstream.c         if (u->peer.connection->ssl) {
connection       2883 http/ngx_http_upstream.c             u->peer.connection->ssl->no_wait_shutdown = 1;
connection       2884 http/ngx_http_upstream.c             u->peer.connection->ssl->no_send_shutdown = 1;
connection       2886 http/ngx_http_upstream.c             (void) ngx_ssl_shutdown(u->peer.connection);
connection       2890 http/ngx_http_upstream.c         ngx_close_connection(u->peer.connection);
connection       2911 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2931 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2960 http/ngx_http_upstream.c     if (u->peer.connection) {
connection       2966 http/ngx_http_upstream.c         if (u->peer.connection->ssl) {
connection       2974 http/ngx_http_upstream.c             u->peer.connection->ssl->no_wait_shutdown = 1;
connection       2976 http/ngx_http_upstream.c             (void) ngx_ssl_shutdown(u->peer.connection);
connection       2980 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       2982 http/ngx_http_upstream.c                        u->peer.connection->fd);
connection       2984 http/ngx_http_upstream.c         ngx_close_connection(u->peer.connection);
connection       2987 http/ngx_http_upstream.c     u->peer.connection = NULL;
connection       2990 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       3025 http/ngx_http_upstream.c     r->connection->log->action = "sending to client";
connection       3499 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection       3552 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection        204 http/ngx_http_upstream.h     ngx_table_elt_t                 *connection;
connection        390 http/ngx_http_upstream_round_robin.c         pc->connection = c;
connection        397 http/ngx_http_upstream_round_robin.c     pc->connection = NULL;
connection        708 http/ngx_http_upstream_round_robin.c     rc = ngx_ssl_set_session(pc->connection, ssl_session);
connection        729 http/ngx_http_upstream_round_robin.c     ssl_session = ngx_ssl_get_session(pc->connection);
connection        395 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection        603 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
connection        899 http/ngx_http_variables.c     switch (r->connection->sockaddr->sa_family) {
connection        903 http/ngx_http_variables.c         sin6 = (struct sockaddr_in6 *) r->connection->sockaddr;
connection        915 http/ngx_http_variables.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        934 http/ngx_http_variables.c     v->len = r->connection->addr_text.len;
connection        938 http/ngx_http_variables.c     v->data = r->connection->addr_text.data;
connection        964 http/ngx_http_variables.c     switch (r->connection->sockaddr->sa_family) {
connection        968 http/ngx_http_variables.c         sin6 = (struct sockaddr_in6 *) r->connection->sockaddr;
connection        974 http/ngx_http_variables.c         sin = (struct sockaddr_in *) r->connection->sockaddr;
connection        997 http/ngx_http_variables.c     if (ngx_connection_local_sockaddr(r->connection, &s, 0) != NGX_OK) {
connection       1033 http/ngx_http_variables.c     if (ngx_connection_local_sockaddr(r->connection, NULL, 0) != NGX_OK) {
connection       1042 http/ngx_http_variables.c     switch (r->connection->local_sockaddr->sa_family) {
connection       1046 http/ngx_http_variables.c         sin6 = (struct sockaddr_in6 *) r->connection->local_sockaddr;
connection       1052 http/ngx_http_variables.c         sin = (struct sockaddr_in *) r->connection->local_sockaddr;
connection       1071 http/ngx_http_variables.c     if (r->connection->ssl) {
connection       1183 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
connection       1300 http/ngx_http_variables.c     sent = r->connection->sent - r->header_size;
connection       1822 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
connection       1846 http/ngx_http_variables.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
connection         56 http/ngx_http_write_filter_module.c     c = r->connection;
connection        184 mail/ngx_mail.h     ngx_connection_t       *connection;
connection        159 mail/ngx_mail_auth_http_module.c     s->connection->log->action = "in http auth state";
connection        161 mail/ngx_mail_auth_http_module.c     pool = ngx_create_pool(2048, s->connection->log);
connection        191 mail/ngx_mail_auth_http_module.c     ctx->peer.log = s->connection->log;
connection        197 mail/ngx_mail_auth_http_module.c         if (ctx->peer.connection) {
connection        198 mail/ngx_mail_auth_http_module.c             ngx_close_connection(ctx->peer.connection);
connection        206 mail/ngx_mail_auth_http_module.c     ctx->peer.connection->data = s;
connection        207 mail/ngx_mail_auth_http_module.c     ctx->peer.connection->pool = s->connection->pool;
connection        209 mail/ngx_mail_auth_http_module.c     s->connection->read->handler = ngx_mail_auth_http_block_read;
connection        210 mail/ngx_mail_auth_http_module.c     ctx->peer.connection->read->handler = ngx_mail_auth_http_read_handler;
connection        211 mail/ngx_mail_auth_http_module.c     ctx->peer.connection->write->handler = ngx_mail_auth_http_write_handler;
connection        215 mail/ngx_mail_auth_http_module.c     ngx_add_timer(ctx->peer.connection->read, ahcf->timeout);
connection        216 mail/ngx_mail_auth_http_module.c     ngx_add_timer(ctx->peer.connection->write, ahcf->timeout);
connection        219 mail/ngx_mail_auth_http_module.c         ngx_mail_auth_http_write_handler(ctx->peer.connection->write);
connection        360 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection        424 mail/ngx_mail_auth_http_module.c             ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        427 mail/ngx_mail_auth_http_module.c             ngx_close_connection(ctx->peer.connection);
connection        463 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection        480 mail/ngx_mail_auth_http_module.c             ngx_log_debug2(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection        532 mail/ngx_mail_auth_http_module.c                 p = ngx_pnalloc(s->connection->pool, size);
connection        534 mail/ngx_mail_auth_http_module.c                     ngx_close_connection(ctx->peer.connection);
connection        597 mail/ngx_mail_auth_http_module.c                 s->login.data = ngx_pnalloc(s->connection->pool, s->login.len);
connection        599 mail/ngx_mail_auth_http_module.c                     ngx_close_connection(ctx->peer.connection);
connection        618 mail/ngx_mail_auth_http_module.c                 s->passwd.data = ngx_pnalloc(s->connection->pool,
connection        621 mail/ngx_mail_auth_http_module.c                     ngx_close_connection(ctx->peer.connection);
connection        656 mail/ngx_mail_auth_http_module.c                 ctx->errcode.data = ngx_pnalloc(s->connection->pool,
connection        659 mail/ngx_mail_auth_http_module.c                     ngx_close_connection(ctx->peer.connection);
connection        677 mail/ngx_mail_auth_http_module.c             ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection        680 mail/ngx_mail_auth_http_module.c             ngx_close_connection(ctx->peer.connection);
connection        684 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
connection        696 mail/ngx_mail_auth_http_module.c                     p = ngx_pnalloc(s->connection->pool, ctx->err.len);
connection        698 mail/ngx_mail_auth_http_module.c                         ngx_close_connection(ctx->peer.connection);
connection        719 mail/ngx_mail_auth_http_module.c                     ngx_mail_send(s->connection->write);
connection        723 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
connection        725 mail/ngx_mail_auth_http_module.c                 s->connection->read->handler = ngx_mail_auth_sleep_handler;
connection        740 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
connection        742 mail/ngx_mail_auth_http_module.c                 s->connection->read->handler = ngx_mail_auth_sleep_handler;
connection        748 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        759 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        767 mail/ngx_mail_auth_http_module.c             peer = ngx_pcalloc(s->connection->pool, sizeof(ngx_addr_t));
connection        776 mail/ngx_mail_auth_http_module.c             sin = ngx_pcalloc(s->connection->pool, sizeof(struct sockaddr_in));
connection        787 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        800 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        816 mail/ngx_mail_auth_http_module.c             peer->name.data = ngx_pnalloc(s->connection->pool, len);
connection        843 mail/ngx_mail_auth_http_module.c         ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        846 mail/ngx_mail_auth_http_module.c         ngx_close_connection(ctx->peer.connection);
connection       1113 mail/ngx_mail_auth_http_module.c         ngx_close_connection(ctx->peer.connection);
connection       1159 mail/ngx_mail_auth_http_module.c           + sizeof("Client-IP: ") - 1 + s->connection->addr_text.len
connection       1215 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, s->connection->addr_text.data,
connection       1216 mail/ngx_mail_auth_http_module.c                        s->connection->addr_text.len);
connection       1260 mail/ngx_mail_auth_http_module.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection        129 mail/ngx_mail_handler.c     s->connection = c;
connection        143 mail/ngx_mail_handler.c     c->log->connection = c->number;
connection        689 mail/ngx_mail_handler.c     ngx_mail_send(s->connection->write);
connection        119 mail/ngx_mail_proxy_module.c     s->connection->log->action = "connecting to upstream";
connection        126 mail/ngx_mail_proxy_module.c         if (setsockopt(s->connection->fd, SOL_SOCKET, SO_KEEPALIVE,
connection        130 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_ALERT, s->connection->log, ngx_socket_errno,
connection        135 mail/ngx_mail_proxy_module.c     p = ngx_pcalloc(s->connection->pool, sizeof(ngx_mail_proxy_ctx_t));
connection        147 mail/ngx_mail_proxy_module.c     p->upstream.log = s->connection->log;
connection        157 mail/ngx_mail_proxy_module.c     ngx_add_timer(p->upstream.connection->read, cscf->timeout);
connection        159 mail/ngx_mail_proxy_module.c     p->upstream.connection->data = s;
connection        160 mail/ngx_mail_proxy_module.c     p->upstream.connection->pool = s->connection->pool;
connection        162 mail/ngx_mail_proxy_module.c     s->connection->read->handler = ngx_mail_proxy_block_read;
connection        163 mail/ngx_mail_proxy_module.c     p->upstream.connection->write->handler = ngx_mail_proxy_dummy_handler;
connection        167 mail/ngx_mail_proxy_module.c     s->proxy->buffer = ngx_create_temp_buf(s->connection->pool,
connection        179 mail/ngx_mail_proxy_module.c         p->upstream.connection->read->handler = ngx_mail_proxy_pop3_handler;
connection        184 mail/ngx_mail_proxy_module.c         p->upstream.connection->read->handler = ngx_mail_proxy_imap_handler;
connection        189 mail/ngx_mail_proxy_module.c         p->upstream.connection->read->handler = ngx_mail_proxy_smtp_handler;
connection        253 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending user name to upstream";
connection        272 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending password to upstream";
connection        289 mail/ngx_mail_proxy_module.c         s->connection->read->handler = ngx_mail_proxy_handler;
connection        290 mail/ngx_mail_proxy_module.c         s->connection->write->handler = ngx_mail_proxy_handler;
connection        295 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
connection        301 mail/ngx_mail_proxy_module.c         ngx_mail_proxy_handler(s->connection->write);
connection        367 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending LOGIN command to upstream";
connection        387 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending user name to upstream";
connection        407 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending password to upstream";
connection        423 mail/ngx_mail_proxy_module.c         s->connection->read->handler = ngx_mail_proxy_handler;
connection        424 mail/ngx_mail_proxy_module.c         s->connection->write->handler = ngx_mail_proxy_handler;
connection        429 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
connection        435 mail/ngx_mail_proxy_module.c         ngx_mail_proxy_handler(s->connection->write);
connection        502 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending HELO/EHLO to upstream";
connection        538 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending XCLIENT to upstream";
connection        542 mail/ngx_mail_proxy_module.c                    + s->connection->addr_text.len + s->login.len + s->host.len;
connection        552 mail/ngx_mail_proxy_module.c                        &s->connection->addr_text,
connection        572 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending client HELO/EHLO to upstream";
connection        597 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending MAIL FROM to upstream";
connection        617 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending RCPT TO to upstream";
connection        647 mail/ngx_mail_proxy_module.c         s->connection->read->handler = ngx_mail_proxy_handler;
connection        648 mail/ngx_mail_proxy_module.c         s->connection->write->handler = ngx_mail_proxy_handler;
connection        653 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
connection        659 mail/ngx_mail_proxy_module.c         ngx_mail_proxy_handler(s->connection->write);
connection        709 mail/ngx_mail_proxy_module.c     s->connection->log->action = "reading response from upstream";
connection        713 mail/ngx_mail_proxy_module.c     n = s->proxy->upstream.connection->recv(s->proxy->upstream.connection,
connection        733 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        817 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
connection        825 mail/ngx_mail_proxy_module.c     ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
connection        853 mail/ngx_mail_proxy_module.c         if (c == s->connection) {
connection        867 mail/ngx_mail_proxy_module.c     if (c == s->connection) {
connection        871 mail/ngx_mail_proxy_module.c             src = s->proxy->upstream.connection;
connection        879 mail/ngx_mail_proxy_module.c             dst = s->proxy->upstream.connection;
connection        887 mail/ngx_mail_proxy_module.c             src = s->connection;
connection        895 mail/ngx_mail_proxy_module.c             dst = s->connection;
connection        961 mail/ngx_mail_proxy_module.c     if ((s->connection->read->eof && s->buffer->pos == s->buffer->last)
connection        962 mail/ngx_mail_proxy_module.c         || (s->proxy->upstream.connection->read->eof
connection        964 mail/ngx_mail_proxy_module.c         || (s->connection->read->eof
connection        965 mail/ngx_mail_proxy_module.c             && s->proxy->upstream.connection->read->eof))
connection        996 mail/ngx_mail_proxy_module.c     if (c == s->connection) {
connection       1006 mail/ngx_mail_proxy_module.c     if (s->proxy->upstream.connection) {
connection       1007 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection       1009 mail/ngx_mail_proxy_module.c                        s->proxy->upstream.connection->fd);
connection       1011 mail/ngx_mail_proxy_module.c         ngx_close_connection(s->proxy->upstream.connection);
connection       1020 mail/ngx_mail_proxy_module.c     ngx_mail_send(s->connection->write);
connection       1027 mail/ngx_mail_proxy_module.c     if (s->proxy->upstream.connection) {
connection       1028 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection       1030 mail/ngx_mail_proxy_module.c                        s->proxy->upstream.connection->fd);
connection       1032 mail/ngx_mail_proxy_module.c         ngx_close_connection(s->proxy->upstream.connection);
connection       1042 mail/ngx_mail_proxy_module.c     if (s->proxy->upstream.connection) {
connection       1043 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
connection       1045 mail/ngx_mail_proxy_module.c                        s->proxy->upstream.connection->fd);
connection       1047 mail/ngx_mail_proxy_module.c         ngx_close_connection(s->proxy->upstream.connection);
connection       1050 mail/ngx_mail_proxy_module.c     ngx_mail_close_connection(s->connection);
connection        105 mail/ngx_mail_smtp_handler.c     c = s->connection;
connection        122 mail/ngx_mail_smtp_handler.c         ngx_mail_smtp_greeting(s, s->connection);
connection        190 mail/ngx_mail_smtp_handler.c     c = s->connection;