log               202 core/nginx.c       ngx_log_t        *log;
log               277 core/nginx.c       log = ngx_log_init(ngx_prefix);
log               278 core/nginx.c       if (log == NULL) {
log               284 core/nginx.c       ngx_ssl_init(log);
log               293 core/nginx.c       init_cycle.log = log;
log               296 core/nginx.c       init_cycle.pool = ngx_create_pool(1024, log);
log               309 core/nginx.c       if (ngx_os_init(log) != NGX_OK) {
log               353 core/nginx.c       ngx_os_status(cycle->log);
log               365 core/nginx.c       if (ngx_init_signals(cycle->log) != NGX_OK) {
log               370 core/nginx.c           if (ngx_daemon(cycle->log) != NGX_OK) {
log               379 core/nginx.c       if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) {
log               383 core/nginx.c       if (cycle->log->file->fd != ngx_stderr) {
log               385 core/nginx.c           if (ngx_set_stderr(cycle->log->file->fd) == NGX_FILE_ERROR) {
log               386 core/nginx.c               ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               392 core/nginx.c       if (log->file->fd != ngx_stderr) {
log               393 core/nginx.c           if (ngx_close_file(log->file->fd) == NGX_FILE_ERROR) {
log               394 core/nginx.c               ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               425 core/nginx.c       ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
log               439 core/nginx.c                   ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               522 core/nginx.c           env = ngx_alloc((*last + n + 1) * sizeof(char *), cycle->log);
log               589 core/nginx.c                       cycle->log);
log               620 core/nginx.c           ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0, "env: %s", *e);
log               630 core/nginx.c           ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               645 core/nginx.c               ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               798 core/nginx.c       ngx_argv = ngx_alloc((argc + 1) * sizeof(char *), cycle->log);
log               806 core/nginx.c           ngx_argv[i] = ngx_alloc(len, cycle->log);
log               913 core/nginx.c           cycle->log->log_level = NGX_LOG_INFO;
log               987 core/nginx.c           ngx_log_error(NGX_LOG_WARN, cycle->log, 0,
log              1032 core/nginx.c               ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1043 core/nginx.c               ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1072 core/nginx.c               ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               137 core/ngx_conf_file.c             ngx_log_error(NGX_LOG_EMERG, cf->log, ngx_errno,
log               143 core/ngx_conf_file.c         buf.start = ngx_alloc(NGX_CONF_BUFFER, cf->log);
log               157 core/ngx_conf_file.c         cf->conf_file->file.log = cf->log;
log               262 core/ngx_conf_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               751 core/ngx_conf_file.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log               759 core/ngx_conf_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log               767 core/ngx_conf_file.c     gl.log = cf->log;
log               788 core/ngx_conf_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log               969 core/ngx_conf_file.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, cycle->log, 0, "flush files");
log               994 core/ngx_conf_file.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               999 core/ngx_conf_file.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log              1025 core/ngx_conf_file.c         ngx_log_error(level, cf->log, 0, "%*s", p - errstr, errstr);
log              1030 core/ngx_conf_file.c         ngx_log_error(level, cf->log, 0, "%*s in command line",
log              1035 core/ngx_conf_file.c     ngx_log_error(level, cf->log, 0, "%*s in %s:%ui",
log               125 core/ngx_conf_file.h     ngx_int_t           (*init_master)(ngx_log_t *log);
log               173 core/ngx_conf_file.h     ngx_log_t            *log;
log               113 core/ngx_connection.c             ngx_log_error(NGX_LOG_CRIT, cycle->log, ngx_socket_errno,
log               142 core/ngx_connection.c             ngx_log_error(NGX_LOG_CRIT, cycle->log, ngx_socket_errno,
log               169 core/ngx_connection.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               182 core/ngx_connection.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               198 core/ngx_connection.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               222 core/ngx_connection.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, err,
log               249 core/ngx_connection.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, ngx_errno,
log               273 core/ngx_connection.c     ngx_log_t        *log;
log               282 core/ngx_connection.c     log = cycle->log;
log               314 core/ngx_connection.c                 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               323 core/ngx_connection.c                 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               328 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               347 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               357 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               362 core/ngx_connection.c                         ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               371 core/ngx_connection.c             ngx_log_debug2(NGX_LOG_DEBUG_CORE, log, 0,
log               381 core/ngx_connection.c                 ngx_log_error(NGX_LOG_EMERG, log, err,
log               385 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               409 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               415 core/ngx_connection.c                         ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               423 core/ngx_connection.c                 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               428 core/ngx_connection.c                     ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               447 core/ngx_connection.c         ngx_log_error(NGX_LOG_NOTICE, log, 0,
log               454 core/ngx_connection.c         ngx_log_error(NGX_LOG_EMERG, log, 0, "still could not bind()");
log               478 core/ngx_connection.c         ls[i].log = *ls[i].logp;
log               485 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               496 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               508 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               523 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               535 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_socket_errno,
log               554 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               560 core/ngx_connection.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               581 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               608 core/ngx_connection.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               674 core/ngx_connection.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               678 core/ngx_connection.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_socket_errno,
log               691 core/ngx_connection.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_socket_errno,
log               704 core/ngx_connection.c ngx_get_connection(ngx_socket_t s, ngx_log_t *log)
log               713 core/ngx_connection.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               730 core/ngx_connection.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               756 core/ngx_connection.c     c->log = log;
log               803 core/ngx_connection.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0, "connection already closed");
log               907 core/ngx_connection.c         ngx_log_error(level, ngx_cycle->log, err,
log               916 core/ngx_connection.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, c->log, 0,
log               949 core/ngx_connection.c         ngx_log_debug0(NGX_LOG_DEBUG_CORE, c->log, 0,
log              1070 core/ngx_connection.c     ngx_log_error(level, c->log, err, text);
log                36 core/ngx_connection.h     ngx_log_t           log;
log               122 core/ngx_connection.h     ngx_log_t          *log;
log               189 core/ngx_connection.h ngx_connection_t *ngx_get_connection(ngx_socket_t s, ngx_log_t *log);
log               116 core/ngx_crc32.c     p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log);
log                16 core/ngx_cycle.c static ngx_int_t ngx_test_lockfile(u_char *file, ngx_log_t *log);
log                47 core/ngx_cycle.c     ngx_log_t           *log;
log                70 core/ngx_cycle.c     log = old_cycle->log;
log                72 core/ngx_cycle.c     pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
log                76 core/ngx_cycle.c     pool->log = log;
log                85 core/ngx_cycle.c     cycle->log = log;
log               195 core/ngx_cycle.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "gethostname() failed");
log               243 core/ngx_cycle.c     conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
log               253 core/ngx_cycle.c     conf.log = log;
log               258 core/ngx_cycle.c     log->log_level = NGX_LOG_DEBUG_ALL;
log               304 core/ngx_cycle.c         if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) {
log               322 core/ngx_cycle.c             if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) {
log               331 core/ngx_cycle.c     if (ngx_test_lockfile(cycle->lock_file.data, log) != NGX_OK) {
log               373 core/ngx_cycle.c         ngx_log_debug3(NGX_LOG_DEBUG_CORE, log, 0,
log               378 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log               386 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log               394 core/ngx_cycle.c     cycle->log = &cycle->new_log;
log               395 core/ngx_cycle.c     pool->log = &cycle->new_log;
log               415 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, 0,
log               426 core/ngx_cycle.c         shm_zone[i].shm.log = cycle->log;
log               587 core/ngx_cycle.c     if (!ngx_use_stderr && cycle->log->file->fd != ngx_stderr) {
log               589 core/ngx_cycle.c         if (ngx_set_stderr(cycle->log->file->fd) == NGX_FILE_ERROR) {
log               590 core/ngx_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               595 core/ngx_cycle.c     pool->log = cycle->log;
log               669 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               681 core/ngx_cycle.c             ngx_log_error(NGX_LOG_WARN, cycle->log, 0,
log               685 core/ngx_cycle.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_socket_errno,
log               715 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log               744 core/ngx_cycle.c         ngx_temp_pool = ngx_create_pool(128, cycle->log);
log               746 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               763 core/ngx_cycle.c         ngx_cleaner_event.log = cycle->log;
log               768 core/ngx_cycle.c     ngx_temp_pool->log = cycle->log;
log               815 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log               833 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
log               935 core/ngx_cycle.c         ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               971 core/ngx_cycle.c ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log)
log               985 core/ngx_cycle.c     file.log = log;
log               993 core/ngx_cycle.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log              1007 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log              1026 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log              1041 core/ngx_cycle.c     ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "signal process started");
log              1046 core/ngx_cycle.c     file.log = cycle->log;
log              1052 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ERR, cycle->log, ngx_errno,
log              1060 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log              1073 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ERR, cycle->log, 0,
log              1085 core/ngx_cycle.c ngx_test_lockfile(u_char *file, ngx_log_t *log)
log              1094 core/ngx_cycle.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log              1100 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log              1105 core/ngx_cycle.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log              1149 core/ngx_cycle.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log              1154 core/ngx_cycle.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log              1165 core/ngx_cycle.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log              1170 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1182 core/ngx_cycle.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1187 core/ngx_cycle.c                     ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1195 core/ngx_cycle.c                     ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1200 core/ngx_cycle.c                         ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1212 core/ngx_cycle.c                     ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1216 core/ngx_cycle.c                         ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1225 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1230 core/ngx_cycle.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1240 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1250 core/ngx_cycle.c     if (cycle->log->file->fd != STDERR_FILENO) {
log              1251 core/ngx_cycle.c         if (dup2(cycle->log->file->fd, STDERR_FILENO) == -1) {
log              1252 core/ngx_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log              1318 core/ngx_cycle.c     shm_zone->shm.log = cf->cycle->log;
log              1333 core/ngx_cycle.c     ngx_log_t     *log;
log              1336 core/ngx_cycle.c     log = ngx_cycle->log;
log              1337 core/ngx_cycle.c     ngx_temp_pool->log = log;
log              1339 core/ngx_cycle.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, log, 0, "clean old cycles");
log              1356 core/ngx_cycle.c                 ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0, "live fd:%d", n);
log              1367 core/ngx_cycle.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0, "clean old cycle: %d", i);
log              1373 core/ngx_cycle.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0, "old cycles status: %d", live);
log                40 core/ngx_cycle.h     ngx_log_t                *log;
log               120 core/ngx_cycle.h ngx_int_t ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log);
log                30 core/ngx_file.c             ngx_log_error(tf->log_level, tf->file.log, 0, "%s %V",
log                76 core/ngx_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, file->log, 0,
log                81 core/ngx_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, file->log, 0,
log                91 core/ngx_file.c             clnf->log = pool->log;
log               104 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, file->log, err,
log               160 core/ngx_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, file->log, 0,
log               166 core/ngx_file.c                 ngx_log_error(NGX_LOG_CRIT, file->log, err,
log               423 core/ngx_file.c                             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               432 core/ngx_file.c                         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               483 core/ngx_file.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, err,
log               501 core/ngx_file.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               508 core/ngx_file.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               521 core/ngx_file.c                 ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               545 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               556 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               578 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, ext->log, err,
log               594 core/ngx_file.c         err = ngx_win32_rename_file(src, to, ext->log);
log               609 core/ngx_file.c         cf.log = ext->log;
log               611 core/ngx_file.c         name = ngx_alloc(to->len + 1 + 10 + 1, ext->log);
log               625 core/ngx_file.c                     ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               634 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               639 core/ngx_file.c                 ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               654 core/ngx_file.c             ngx_log_error(NGX_LOG_CRIT, ext->log, ngx_errno,
log               660 core/ngx_file.c         ngx_log_error(NGX_LOG_CRIT, ext->log, err,
log               687 core/ngx_file.c         ngx_log_error(NGX_LOG_CRIT, cf->log, ngx_errno,
log               697 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               712 core/ngx_file.c     buf = ngx_alloc(len, cf->log);
log               721 core/ngx_file.c         ngx_log_error(NGX_LOG_CRIT, cf->log, ngx_errno,
log               735 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               741 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               750 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               756 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               767 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               779 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               786 core/ngx_file.c             ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log               830 core/ngx_file.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               834 core/ngx_file.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log               842 core/ngx_file.c         data = ngx_alloc(ctx->alloc, ctx->log);
log               868 core/ngx_file.c                 ngx_log_error(NGX_LOG_CRIT, ctx->log, err,
log               879 core/ngx_file.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               900 core/ngx_file.c             buf.data = ngx_alloc(buf.len + 1, ctx->log);
log               912 core/ngx_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               917 core/ngx_file.c                 ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log               925 core/ngx_file.c             ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               938 core/ngx_file.c             ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               961 core/ngx_file.c             ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->log, 0,
log               986 core/ngx_file.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log                23 core/ngx_file.h     ngx_log_t                 *log;
log                85 core/ngx_file.h     ngx_log_t                 *log;
log                96 core/ngx_file.h     ngx_log_t                 *log;
log               119 core/ngx_file.h     ngx_log_t                 *log;
log                18 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "hf:\"%*s\"", len, name);
log                58 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "wch:\"%*s\"", len, name);
log                78 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "key:\"%ui\"", key);
log                84 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "value:\"%p\"", value);
log               152 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "wct:\"%*s\"", len, name);
log               170 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "key:\"%ui\"", key);
log               176 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "value:\"%p\"", value);
log               262 core/ngx_hash.c             ngx_log_error(NGX_LOG_EMERG, hinit->pool->log, 0,
log               270 core/ngx_hash.c     test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log);
log               297 core/ngx_hash.c             ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               314 core/ngx_hash.c     ngx_log_error(NGX_LOG_EMERG, hinit->pool->log, 0,
log               432 core/ngx_hash.c             ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               443 core/ngx_hash.c             ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               485 core/ngx_hash.c         ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               509 core/ngx_hash.c         ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               533 core/ngx_hash.c             ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               561 core/ngx_hash.c             ngx_log_error(NGX_LOG_ALERT, hinit->pool->log, 0,
log               741 core/ngx_inet.c             p = ngx_alloc(++len, pool->log);
log               914 core/ngx_inet.c         host = ngx_alloc(u->host.len + 1, pool->log);
log                76 core/ngx_log.c ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log                82 core/ngx_log.c ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log                93 core/ngx_log.c     if (log->file->fd == NGX_INVALID_FILE) {
log               110 core/ngx_log.c     if (log->connection) {
log               111 core/ngx_log.c         p = ngx_slprintf(p, last, "*%uA ", log->connection);
log               132 core/ngx_log.c     if (level != NGX_LOG_DEBUG && log->handler) {
log               133 core/ngx_log.c         p = log->handler(log, p, last - p);
log               142 core/ngx_log.c     (void) ngx_write_fd(log->file->fd, errstr, p - errstr);
log               146 core/ngx_log.c         || log->file->fd == ngx_stderr)
log               162 core/ngx_log.c ngx_log_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log               167 core/ngx_log.c     if (log->log_level >= level) {
log               169 core/ngx_log.c         ngx_log_error_core(level, log, err, fmt, args);
log               176 core/ngx_log.c ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, const char *fmt, ...)
log               181 core/ngx_log.c     ngx_log_error_core(NGX_LOG_DEBUG, log, err, fmt, args);
log               199 core/ngx_log.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err,
log               353 core/ngx_log.c     ngx_log_t  *log;
log               355 core/ngx_log.c     log = ngx_pcalloc(cycle->pool, sizeof(ngx_log_t));
log               356 core/ngx_log.c     if (log == NULL) {
log               360 core/ngx_log.c     log->file = ngx_conf_open_file(cycle, name);
log               361 core/ngx_log.c     if (log->file == NULL) {
log               365 core/ngx_log.c     return log;
log               370 core/ngx_log.c ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log)
log               382 core/ngx_log.c                 if (log->log_level != 0) {
log               389 core/ngx_log.c                 log->log_level = n;
log               396 core/ngx_log.c                 if (log->log_level & ~NGX_LOG_DEBUG_ALL) {
log               403 core/ngx_log.c                 log->log_level |= d;
log               408 core/ngx_log.c         if (log->log_level == 0) {
log               415 core/ngx_log.c     if (log->log_level == NGX_LOG_DEBUG) {
log               416 core/ngx_log.c         log->log_level = NGX_LOG_DEBUG_ALL;
log                44 core/ngx_log.h typedef u_char *(*ngx_log_handler_pt) (ngx_log_t *log, u_char *buf, size_t len);
log                75 core/ngx_log.h #define ngx_log_error(level, log, ...)                                        \
log                76 core/ngx_log.h     if ((log)->log_level >= level) ngx_log_error_core(level, log, __VA_ARGS__)
log                78 core/ngx_log.h void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log                81 core/ngx_log.h #define ngx_log_debug(level, log, ...)                                        \
log                82 core/ngx_log.h     if ((log)->log_level & level)                                             \
log                83 core/ngx_log.h         ngx_log_error_core(NGX_LOG_DEBUG, log, __VA_ARGS__)
log                91 core/ngx_log.h #define ngx_log_error(level, log, args...)                                    \
log                92 core/ngx_log.h     if ((log)->log_level >= level) ngx_log_error_core(level, log, args)
log                94 core/ngx_log.h void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log                97 core/ngx_log.h #define ngx_log_debug(level, log, args...)                                    \
log                98 core/ngx_log.h     if ((log)->log_level & level)                                             \
log                99 core/ngx_log.h         ngx_log_error_core(NGX_LOG_DEBUG, log, args)
log               107 core/ngx_log.h void ngx_cdecl ngx_log_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log               109 core/ngx_log.h void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log               111 core/ngx_log.h void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
log               137 core/ngx_log.h #define ngx_log_debug0(level, log, err, fmt)                                  \
log               138 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               139 core/ngx_log.h         ngx_log_debug_core(log, err, fmt)
log               141 core/ngx_log.h #define ngx_log_debug1(level, log, err, fmt, arg1)                            \
log               142 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               143 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1)
log               145 core/ngx_log.h #define ngx_log_debug2(level, log, err, fmt, arg1, arg2)                      \
log               146 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               147 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2)
log               149 core/ngx_log.h #define ngx_log_debug3(level, log, err, fmt, arg1, arg2, arg3)                \
log               150 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               151 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3)
log               153 core/ngx_log.h #define ngx_log_debug4(level, log, err, fmt, arg1, arg2, arg3, arg4)          \
log               154 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               155 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4)
log               157 core/ngx_log.h #define ngx_log_debug5(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5)    \
log               158 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               159 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5)
log               161 core/ngx_log.h #define ngx_log_debug6(level, log, err, fmt,                                  \
log               163 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               164 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
log               166 core/ngx_log.h #define ngx_log_debug7(level, log, err, fmt,                                  \
log               168 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               169 core/ngx_log.h         ngx_log_debug_core(log, err, fmt,                                     \
log               172 core/ngx_log.h #define ngx_log_debug8(level, log, err, fmt,                                  \
log               174 core/ngx_log.h     if ((log)->log_level & level)                                             \
log               175 core/ngx_log.h         ngx_log_debug_core(log, err, fmt,                                     \
log               182 core/ngx_log.h #define ngx_log_debug0(level, log, err, fmt)
log               183 core/ngx_log.h #define ngx_log_debug1(level, log, err, fmt, arg1)
log               184 core/ngx_log.h #define ngx_log_debug2(level, log, err, fmt, arg1, arg2)
log               185 core/ngx_log.h #define ngx_log_debug3(level, log, err, fmt, arg1, arg2, arg3)
log               186 core/ngx_log.h #define ngx_log_debug4(level, log, err, fmt, arg1, arg2, arg3, arg4)
log               187 core/ngx_log.h #define ngx_log_debug5(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5)
log               188 core/ngx_log.h #define ngx_log_debug6(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
log               189 core/ngx_log.h #define ngx_log_debug7(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5,    \
log               191 core/ngx_log.h #define ngx_log_debug8(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5,    \
log               200 core/ngx_log.h char *ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log);
log                25 core/ngx_open_file_cache.c     ngx_log_t *log);
log                27 core/ngx_open_file_cache.c     ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log);
log                30 core/ngx_open_file_cache.c     ngx_cached_open_file_t *file, ngx_uint_t min_uses, ngx_log_t *log);
log                33 core/ngx_open_file_cache.c     ngx_uint_t n, ngx_log_t *log);
log                82 core/ngx_open_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
log               101 core/ngx_open_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
log               107 core/ngx_open_file_cache.c             ngx_close_cached_file(cache, file, 0, ngx_cycle->log);
log               116 core/ngx_open_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log               122 core/ngx_open_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log               171 core/ngx_open_file_cache.c         rc = ngx_open_and_stat_file(name->data, of, pool->log);
log               179 core/ngx_open_file_cache.c             clnf->log = pool->log;
log               206 core/ngx_open_file_cache.c             rc = ngx_open_and_stat_file(name->data, of, pool->log);
log               235 core/ngx_open_file_cache.c                     ngx_open_file_add_event(cache, file, of, pool->log);
log               246 core/ngx_open_file_cache.c         ngx_log_debug4(NGX_LOG_DEBUG_CORE, pool->log, 0,
log               264 core/ngx_open_file_cache.c         rc = ngx_open_and_stat_file(name->data, of, pool->log);
log               311 core/ngx_open_file_cache.c                 ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno,
log               330 core/ngx_open_file_cache.c     rc = ngx_open_and_stat_file(name->data, of, pool->log);
log               339 core/ngx_open_file_cache.c         ngx_expire_old_cached_files(cache, 0, pool->log);
log               342 core/ngx_open_file_cache.c     file = ngx_alloc(sizeof(ngx_cached_open_file_t), pool->log);
log               348 core/ngx_open_file_cache.c     file->name = ngx_alloc(name->len + 1, pool->log);
log               371 core/ngx_open_file_cache.c     ngx_open_file_add_event(cache, file, of, pool->log);
log               406 core/ngx_open_file_cache.c     ngx_log_debug5(NGX_LOG_DEBUG_CORE, pool->log, 0,
log               419 core/ngx_open_file_cache.c             ofcln->log = pool->log;
log               438 core/ngx_open_file_cache.c                     ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno,
log               454 core/ngx_open_file_cache.c             ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno,
log               464 core/ngx_open_file_cache.c ngx_open_and_stat_file(u_char *name, ngx_open_file_info_t *of, ngx_log_t *log)
log               492 core/ngx_open_file_cache.c     if (!of->log) {
log               513 core/ngx_open_file_cache.c         ngx_log_error(NGX_LOG_CRIT, log, ngx_errno,
log               517 core/ngx_open_file_cache.c             ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               528 core/ngx_open_file_cache.c             ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               539 core/ngx_open_file_cache.c                 ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               546 core/ngx_open_file_cache.c                 ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               583 core/ngx_open_file_cache.c     ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log)
log               598 core/ngx_open_file_cache.c     file->event = ngx_calloc(sizeof(ngx_event_t), log);
log               603 core/ngx_open_file_cache.c     fev = ngx_alloc(sizeof(ngx_open_file_cache_event_t), log);
log               623 core/ngx_open_file_cache.c     file->event->log = ngx_cycle->log;
log               652 core/ngx_open_file_cache.c     ngx_close_cached_file(c->cache, c->file, c->min_uses, c->log);
log               655 core/ngx_open_file_cache.c     ngx_expire_old_cached_files(c->cache, 1, c->log);
log               661 core/ngx_open_file_cache.c     ngx_cached_open_file_t *file, ngx_uint_t min_uses, ngx_log_t *log)
log               663 core/ngx_open_file_cache.c     ngx_log_debug5(NGX_LOG_DEBUG_CORE, log, 0,
log               689 core/ngx_open_file_cache.c             ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               724 core/ngx_open_file_cache.c     ngx_log_t *log)
log               758 core/ngx_open_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0,
log               763 core/ngx_open_file_cache.c             ngx_close_cached_file(cache, file, 0, log);
log               880 core/ngx_open_file_cache.c     ngx_close_cached_file(fev->cache, file, 0, ev->log);
log                35 core/ngx_open_file_cache.h     unsigned                 log:1;
log                94 core/ngx_open_file_cache.h     ngx_log_t               *log;
log               100 core/ngx_output_chain.c                 ngx_log_error(NGX_LOG_ALERT, ctx->pool->log, 0,
log               515 core/ngx_output_chain.c                 ngx_log_error(NGX_LOG_ALERT, ctx->pool->log, ngx_errno,
log               551 core/ngx_output_chain.c                 ngx_log_error(NGX_LOG_ALERT, ctx->pool->log, ngx_errno,
log               568 core/ngx_output_chain.c             ngx_log_error(NGX_LOG_ALERT, ctx->pool->log, 0,
log               620 core/ngx_output_chain.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, c->log, 0,
log               635 core/ngx_output_chain.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, c->log, 0,
log               656 core/ngx_output_chain.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, c->log, 0,
log                16 core/ngx_palloc.c ngx_create_pool(size_t size, ngx_log_t *log)
log                20 core/ngx_palloc.c     p = ngx_memalign(NGX_POOL_ALIGNMENT, size, log);
log                37 core/ngx_palloc.c     p->log = log;
log                52 core/ngx_palloc.c             ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, pool->log, 0,
log                60 core/ngx_palloc.c         ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, pool->log, 0, "free: %p", l->alloc);
log                75 core/ngx_palloc.c         ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, pool->log, 0,
log               184 core/ngx_palloc.c     m = ngx_memalign(NGX_POOL_ALIGNMENT, psize, pool->log);
log               222 core/ngx_palloc.c     p = ngx_alloc(size, pool->log);
log               260 core/ngx_palloc.c     p = ngx_memalign(alignment, size, pool->log);
log               286 core/ngx_palloc.c             ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, pool->log, 0,
log               338 core/ngx_palloc.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, p->log, 0, "add cleanup: %p", c);
log               370 core/ngx_palloc.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, c->log, 0, "file cleanup: fd:%d",
log               374 core/ngx_palloc.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               387 core/ngx_palloc.c     ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, c->log, 0, "file cleanup: fd:%d %s",
log               394 core/ngx_palloc.c             ngx_log_error(NGX_LOG_CRIT, c->log, err,
log               400 core/ngx_palloc.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log                63 core/ngx_palloc.h     ngx_log_t            *log;
log                70 core/ngx_palloc.h     ngx_log_t            *log;
log                74 core/ngx_palloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
log                75 core/ngx_palloc.h void *ngx_calloc(size_t size, ngx_log_t *log);
log                77 core/ngx_palloc.h ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
log               157 core/ngx_regex.c ngx_regex_exec_array(ngx_array_t *a, ngx_str_t *s, ngx_log_t *log)
log               174 core/ngx_regex.c             ngx_log_error(NGX_LOG_ALERT, log, 0,
log                52 core/ngx_regex.h ngx_int_t ngx_regex_exec_array(ngx_array_t *a, ngx_str_t *s, ngx_log_t *log);
log                90 core/ngx_resolver.c static u_char *ngx_resolver_log_error(ngx_log_t *log, u_char *buf, size_t len);
log               107 core/ngx_resolver.c     r = ngx_calloc(sizeof(ngx_resolver_t), cf->log);
log               114 core/ngx_resolver.c     r->event = ngx_calloc(sizeof(ngx_event_t), cf->log);
log               133 core/ngx_resolver.c     r->event->log = &cf->cycle->new_log;
log               140 core/ngx_resolver.c     r->log = &cf->cycle->new_log;
log               144 core/ngx_resolver.c         uc = ngx_calloc(sizeof(ngx_udp_connection_t), cf->log);
log               155 core/ngx_resolver.c         uc->log = cf->cycle->new_log;
log               156 core/ngx_resolver.c         uc->log.handler = ngx_resolver_log_error;
log               157 core/ngx_resolver.c         uc->log.data = uc;
log               158 core/ngx_resolver.c         uc->log.action = "resolving";
log               171 core/ngx_resolver.c         ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
log               267 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0,
log               311 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0,
log               346 core/ngx_resolver.c         ngx_log_error(NGX_LOG_ALERT, r->log, 0,
log               388 core/ngx_resolver.c             ngx_log_debug0(NGX_LOG_DEBUG_CORE, r->log, 0, "resolve cached");
log               543 core/ngx_resolver.c         ctx->event->log = r->log;
log               601 core/ngx_resolver.c             ngx_log_debug0(NGX_LOG_DEBUG_CORE, r->log, 0, "resolve cached");
log               671 core/ngx_resolver.c     ctx->event->log = r->log;
log               731 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0,
log               762 core/ngx_resolver.c         ngx_log_error(NGX_LOG_ALERT, r->log, 0,
log               794 core/ngx_resolver.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, r->log, 0, "resolver expire");
log               811 core/ngx_resolver.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, r->log, 0,
log               848 core/ngx_resolver.c         ngx_log_error(NGX_LOG_CRIT, &uc->log, 0, "send() incomplete");
log               864 core/ngx_resolver.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, r->log, 0,
log               917 core/ngx_resolver.c         ngx_log_debug3(NGX_LOG_DEBUG_CORE, r->log, 0,
log               987 core/ngx_resolver.c     ngx_log_debug6(NGX_LOG_DEBUG_CORE, r->log, 0,
log               994 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1013 core/ngx_resolver.c                 ngx_log_error(r->log_level, r->log, 0,
log              1064 core/ngx_resolver.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, r->log, 0,
log              1068 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1089 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1102 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0, err);
log              1108 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0,
log              1134 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0, "resolver qs:%V", &name);
log              1143 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1151 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1255 core/ngx_resolver.c             ngx_log_error(r->log_level, r->log, 0,
log              1260 core/ngx_resolver.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, r->log, 0,
log              1365 core/ngx_resolver.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0,
log              1389 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0,
log              1402 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0, err);
log              1458 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1468 core/ngx_resolver.c         ngx_log_error(r->log_level, r->log, 0,
log              1521 core/ngx_resolver.c     ngx_log_debug3(NGX_LOG_DEBUG_CORE, r->log, 0,
log              1534 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, r->log, 0, "resolver an:%V", &name);
log              1579 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0,
log              1591 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0, err);
log              1746 core/ngx_resolver.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, ctx->resolver->log, 0,
log              1899 core/ngx_resolver.c     ngx_log_error(r->log_level, r->log, 0, err);
log              1998 core/ngx_resolver.c     p = ngx_alloc(size, r->log);
log              2080 core/ngx_resolver.c ngx_resolver_log_error(ngx_log_t *log, u_char *buf, size_t len)
log              2087 core/ngx_resolver.c     if (log->action) {
log              2088 core/ngx_resolver.c         p = ngx_snprintf(buf, len, " while %s", log->action);
log              2092 core/ngx_resolver.c     uc = log->data;
log              2113 core/ngx_resolver.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, &uc->log, 0, "UDP socket %d", s);
log              2116 core/ngx_resolver.c         ngx_log_error(NGX_LOG_ALERT, &uc->log, ngx_socket_errno,
log              2121 core/ngx_resolver.c     c = ngx_get_connection(s, &uc->log);
log              2125 core/ngx_resolver.c             ngx_log_error(NGX_LOG_ALERT, &uc->log, ngx_socket_errno,
log              2133 core/ngx_resolver.c         ngx_log_error(NGX_LOG_ALERT, &uc->log, ngx_socket_errno,
log              2139 core/ngx_resolver.c             ngx_log_error(NGX_LOG_ALERT, &uc->log, ngx_socket_errno,
log              2149 core/ngx_resolver.c     rev->log = &uc->log;
log              2150 core/ngx_resolver.c     wev->log = &uc->log;
log              2167 core/ngx_resolver.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, &uc->log, 0,
log              2175 core/ngx_resolver.c         ngx_log_error(NGX_LOG_CRIT, &uc->log, ngx_socket_errno,
log                40 core/ngx_resolver.h     ngx_log_t                 log;
log                85 core/ngx_resolver.h     ngx_log_t                *log;
log                42 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_EMERG, ngx_cycle->log, ngx_errno,
log                48 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, ngx_errno,
log                62 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, ngx_errno,
log               165 core/ngx_slab.c         ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0,
log               192 core/ngx_slab.c     ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0,
log               395 core/ngx_slab.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0, "slab alloc: %p", p);
log               420 core/ngx_slab.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0, "slab free: %p", p);
log               699 core/ngx_slab.c     ngx_log_error(level, ngx_cycle->log, 0, "%s%s", text, pool->log_ctx);
log              1769 core/ngx_string.c     p = ngx_alloc(size, ngx_cycle->log);
log              1800 core/ngx_string.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "memcpy %uz bytes", n);
log               131 event/modules/ngx_aio_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "aio_cancel: %d", rc);
log               142 event/modules/ngx_aio_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               148 event/modules/ngx_aio_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               154 event/modules/ngx_aio_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               126 event/modules/ngx_devpoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               136 event/modules/ngx_devpoll_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               149 event/modules/ngx_devpoll_module.c                                 cycle->log);
log               159 event/modules/ngx_devpoll_module.c                                  cycle->log);
log               173 event/modules/ngx_devpoll_module.c                                cycle->log);
log               195 event/modules/ngx_devpoll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               227 event/modules/ngx_devpoll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               249 event/modules/ngx_devpoll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               295 event/modules/ngx_devpoll_module.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               299 event/modules/ngx_devpoll_module.c         ngx_log_error(NGX_LOG_WARN, ev->log, 0,
log               304 event/modules/ngx_devpoll_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               324 event/modules/ngx_devpoll_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               353 event/modules/ngx_devpoll_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               359 event/modules/ngx_devpoll_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               392 event/modules/ngx_devpoll_module.c         ngx_log_error(level, cycle->log, err, "ioctl(DP_POLL) failed");
log               401 event/modules/ngx_devpoll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               426 event/modules/ngx_devpoll_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               432 event/modules/ngx_devpoll_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               438 event/modules/ngx_devpoll_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               450 event/modules/ngx_devpoll_module.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               455 event/modules/ngx_devpoll_module.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               465 event/modules/ngx_devpoll_module.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               470 event/modules/ngx_devpoll_module.c             ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               476 event/modules/ngx_devpoll_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               222 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               235 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               243 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               247 event/modules/ngx_epoll_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               253 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, -n, "io_setup() failed");
log               259 event/modules/ngx_epoll_module.c         ngx_eventfd_event.log = cycle->log;
log               263 event/modules/ngx_epoll_module.c         ngx_eventfd_conn.log = cycle->log;
log               269 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               283 event/modules/ngx_epoll_module.c                                cycle->log);
log               311 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               320 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               374 event/modules/ngx_epoll_module.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               379 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               435 event/modules/ngx_epoll_module.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               440 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               459 event/modules/ngx_epoll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               463 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               493 event/modules/ngx_epoll_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               501 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               521 event/modules/ngx_epoll_module.c     ngx_log_t         *log;
log               527 event/modules/ngx_epoll_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               552 event/modules/ngx_epoll_module.c         ngx_log_error(level, cycle->log, err, "epoll_wait() failed");
log               561 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               568 event/modules/ngx_epoll_module.c     log = cycle->log;
log               585 event/modules/ngx_epoll_module.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               591 event/modules/ngx_epoll_module.c         log = c->log ? c->log : cycle->log;
log               596 event/modules/ngx_epoll_module.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, log, 0,
log               601 event/modules/ngx_epoll_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, log, 0,
log               608 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_ALERT, log, 0,
log               686 event/modules/ngx_epoll_module.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, 0, "eventfd handler");
log               692 event/modules/ngx_epoll_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0, "eventfd: %d", n);
log               700 event/modules/ngx_epoll_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, err, "read(eventfd) failed");
log               704 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               716 event/modules/ngx_epoll_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               724 event/modules/ngx_epoll_module.c                 ngx_log_debug4(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               749 event/modules/ngx_epoll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, -events, "io_getevents() failed");
log               181 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               193 event/modules/ngx_eventport_module.c                                cycle->log);
log               212 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               223 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               246 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               254 event/modules/ngx_eventport_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               297 event/modules/ngx_eventport_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               304 event/modules/ngx_eventport_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               346 event/modules/ngx_eventport_module.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               353 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               359 event/modules/ngx_eventport_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               363 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               398 event/modules/ngx_eventport_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               417 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               423 event/modules/ngx_eventport_module.c         ngx_log_error(level, cycle->log, err, "port_getn() failed");
log               432 event/modules/ngx_eventport_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               462 event/modules/ngx_eventport_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               469 event/modules/ngx_eventport_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               474 event/modules/ngx_eventport_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               480 event/modules/ngx_eventport_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               537 event/modules/ngx_eventport_module.c                         ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log               564 event/modules/ngx_eventport_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log                29 event/modules/ngx_kqueue_module.c static ngx_inline void ngx_kqueue_dump_event(ngx_log_t *log,
log               130 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               137 event/modules/ngx_kqueue_module.c         list_mutex = ngx_mutex_init(cycle->log, 0);
log               142 event/modules/ngx_kqueue_module.c         kevent_mutex = ngx_mutex_init(cycle->log, 0);
log               158 event/modules/ngx_kqueue_module.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               170 event/modules/ngx_kqueue_module.c                                  cycle->log);
log               180 event/modules/ngx_kqueue_module.c                                  cycle->log);
log               195 event/modules/ngx_kqueue_module.c         event_list = ngx_alloc(kcf->events * sizeof(struct kevent), cycle->log);
log               219 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               253 event/modules/ngx_kqueue_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               306 event/modules/ngx_kqueue_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               324 event/modules/ngx_kqueue_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               357 event/modules/ngx_kqueue_module.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               412 event/modules/ngx_kqueue_module.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               417 event/modules/ngx_kqueue_module.c         ngx_log_error(NGX_LOG_WARN, ev->log, 0,
log               426 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno, "kevent() failed");
log               473 event/modules/ngx_kqueue_module.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, 0, "kevent flush");
log               478 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno, "kevent() failed");
log               533 event/modules/ngx_kqueue_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               544 event/modules/ngx_kqueue_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               561 event/modules/ngx_kqueue_module.c         ngx_log_error(level, cycle->log, err, "kevent() failed");
log               570 event/modules/ngx_kqueue_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               579 event/modules/ngx_kqueue_module.c         ngx_kqueue_dump_event(cycle->log, &event_list[i]);
log               582 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, event_list[i].data,
log               615 event/modules/ngx_kqueue_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               620 event/modules/ngx_kqueue_module.c             if (ev->log && (ev->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
log               621 event/modules/ngx_kqueue_module.c                 ngx_kqueue_dump_event(ev->log, &event_list[i]);
log               669 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               726 event/modules/ngx_kqueue_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               732 event/modules/ngx_kqueue_module.c                       cycle->log, err, "kevent() failed");
log               746 event/modules/ngx_kqueue_module.c ngx_kqueue_dump_event(ngx_log_t *log, struct kevent *kev)
log               748 event/modules/ngx_kqueue_module.c     ngx_log_debug6(NGX_LOG_DEBUG_EVENT, log, 0,
log                80 event/modules/ngx_poll_module.c                          cycle->log);
log               123 event/modules/ngx_poll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               141 event/modules/ngx_poll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               153 event/modules/ngx_poll_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               175 event/modules/ngx_poll_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               194 event/modules/ngx_poll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               202 event/modules/ngx_poll_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               210 event/modules/ngx_poll_module.c                 ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               225 event/modules/ngx_poll_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               250 event/modules/ngx_poll_module.c     if (cycle->log->log_level & NGX_LOG_DEBUG_ALL) {
log               252 event/modules/ngx_poll_module.c             ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               259 event/modules/ngx_poll_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "poll timer: %M", timer);
log               269 event/modules/ngx_poll_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               286 event/modules/ngx_poll_module.c         ngx_log_error(level, cycle->log, err, "poll() failed");
log               295 event/modules/ngx_poll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               309 event/modules/ngx_poll_module.c         ngx_log_debug4(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               314 event/modules/ngx_poll_module.c             ngx_log_debug4(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               321 event/modules/ngx_poll_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               327 event/modules/ngx_poll_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               343 event/modules/ngx_poll_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, "unexpected event");
log               413 event/modules/ngx_poll_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, "poll ready != events");
log               433 event/modules/ngx_poll_module.c     ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               158 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               168 event/modules/ngx_rtsig_module.c                               cycle->log);
log               202 event/modules/ngx_rtsig_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               206 event/modules/ngx_rtsig_module.c             ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               219 event/modules/ngx_rtsig_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               223 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               229 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               235 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               242 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               258 event/modules/ngx_rtsig_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               263 event/modules/ngx_rtsig_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               278 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log               312 event/modules/ngx_rtsig_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               322 event/modules/ngx_rtsig_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, err,
log               337 event/modules/ngx_rtsig_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               343 event/modules/ngx_rtsig_module.c                       cycle->log, err, "sigtimedwait() failed");
log               347 event/modules/ngx_rtsig_module.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               383 event/modules/ngx_rtsig_module.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               428 event/modules/ngx_rtsig_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               438 event/modules/ngx_rtsig_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               443 event/modules/ngx_rtsig_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               455 event/modules/ngx_rtsig_module.c     ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               474 event/modules/ngx_rtsig_module.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               523 event/modules/ngx_rtsig_module.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               529 event/modules/ngx_rtsig_module.c                               cycle->log, 0,
log               626 event/modules/ngx_rtsig_module.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, errno,
log               636 event/modules/ngx_rtsig_module.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, errno,
log               648 event/modules/ngx_rtsig_module.c                     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               677 event/modules/ngx_rtsig_module.c     ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log                89 event/modules/ngx_select_module.c                           cycle->log);
log               130 event/modules/ngx_select_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               134 event/modules/ngx_select_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               142 event/modules/ngx_select_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               183 event/modules/ngx_select_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               228 event/modules/ngx_select_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               233 event/modules/ngx_select_module.c     if (cycle->log->log_level & NGX_LOG_DEBUG_ALL) {
log               237 event/modules/ngx_select_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               241 event/modules/ngx_select_module.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               255 event/modules/ngx_select_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               269 event/modules/ngx_select_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               288 event/modules/ngx_select_module.c         ngx_log_error(level, cycle->log, err, "select() failed");
log               302 event/modules/ngx_select_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               319 event/modules/ngx_select_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               326 event/modules/ngx_select_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               345 event/modules/ngx_select_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               374 event/modules/ngx_select_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               392 event/modules/ngx_select_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               417 event/modules/ngx_select_module.c         ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               425 event/modules/ngx_select_module.c     ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log                90 event/modules/ngx_win32_select_module.c                           cycle->log);
log               132 event/modules/ngx_win32_select_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               136 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               144 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ALERT, ev->log, 0,
log               153 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ERR, ev->log, 0,
log               192 event/modules/ngx_win32_select_module.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               228 event/modules/ngx_win32_select_module.c     if (cycle->log->log_level & NGX_LOG_DEBUG_ALL) {
log               232 event/modules/ngx_win32_select_module.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               247 event/modules/ngx_win32_select_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               275 event/modules/ngx_win32_select_module.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               279 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, err, "select() failed");
log               293 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               310 event/modules/ngx_win32_select_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               317 event/modules/ngx_win32_select_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               336 event/modules/ngx_win32_select_module.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               363 event/modules/ngx_win32_select_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               378 event/modules/ngx_win32_select_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               249 event/ngx_event.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               264 event/ngx_event.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               439 event/ngx_event.c         ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               447 event/ngx_event.c         ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
log               461 event/ngx_event.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               472 event/ngx_event.c             ngx_log_error(NGX_LOG_WARN, cycle->log, 0,
log               513 event/ngx_event.c     shm.log = cycle->log;
log               533 event/ngx_event.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               566 event/ngx_event.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0, "timer signal");
log               597 event/ngx_event.c     ngx_posted_events_mutex = ngx_mutex_init(cycle->log, 0);
log               603 event/ngx_event.c     if (ngx_event_timer_init(cycle->log) == NGX_ERROR) {
log               637 event/ngx_event.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               648 event/ngx_event.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               657 event/ngx_event.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               665 event/ngx_event.c                                   cycle->log);
log               674 event/ngx_event.c         ngx_alloc(sizeof(ngx_connection_t) * cycle->connection_n, cycle->log);
log               682 event/ngx_event.c                                    cycle->log);
log               698 event/ngx_event.c                                     cycle->log);
log               738 event/ngx_event.c         c = ngx_get_connection(ls[i].fd, cycle->log);
log               744 event/ngx_event.c         c->log = &ls[i].log;
log               751 event/ngx_event.c         rev->log = c->log;
log               793 event/ngx_event.c             ls[i].log.handler = ngx_acceptex_log_error;
log              1230 event/ngx_event.c         ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, "no events module found");
log              1263 event/ngx_event.c     ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
log               131 event/ngx_event.h     ngx_log_t       *log;
log               541 event/ngx_event.h u_char *ngx_accept_log_error(ngx_log_t *log, u_char *buf, size_t len);
log               552 event/ngx_event.h u_char *ngx_acceptex_log_error(ngx_log_t *log, u_char *buf, size_t len);
log                22 event/ngx_event_accept.c     ngx_log_t         *log;
log                46 event/ngx_event_accept.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log                67 event/ngx_event_accept.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, err,
log                75 event/ngx_event_accept.c                           ev->log, err,
log                86 event/ngx_event_accept.c                           ev->log, err, "accept() failed");
log               109 event/ngx_event_accept.c         c = ngx_get_connection(s, ev->log);
log               113 event/ngx_event_accept.c                 ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_socket_errno,
log               124 event/ngx_event_accept.c         c->pool = ngx_create_pool(ls->pool_size, ev->log);
log               138 event/ngx_event_accept.c         log = ngx_palloc(c->pool, sizeof(ngx_log_t));
log               139 event/ngx_event_accept.c         if (log == NULL) {
log               149 event/ngx_event_accept.c                     ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_socket_errno,
log               159 event/ngx_event_accept.c                     ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_socket_errno,
log               167 event/ngx_event_accept.c         *log = ls->log;
log               174 event/ngx_event_accept.c         c->log = log;
log               175 event/ngx_event_accept.c         c->pool->log = log;
log               211 event/ngx_event_accept.c         rev->log = log;
log               212 event/ngx_event_accept.c         wev->log = log;
log               262 event/ngx_event_accept.c                 log->log_level = NGX_LOG_DEBUG_CONNECTION|NGX_LOG_DEBUG_ALL;
log               270 event/ngx_event_accept.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, log, 0,
log               280 event/ngx_event_accept.c         log->data = NULL;
log               281 event/ngx_event_accept.c         log->handler = NULL;
log               298 event/ngx_event_accept.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               319 event/ngx_event_accept.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               408 event/ngx_event_accept.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_socket_errno,
log               423 event/ngx_event_accept.c ngx_accept_log_error(ngx_log_t *log, u_char *buf, size_t len)
log               426 event/ngx_event_accept.c                         log->data);
log                32 event/ngx_event_busy_lock.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ctx->event->log, 0,
log                77 event/ngx_event_busy_lock.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ctx->event->log, 0,
log                31 event/ngx_event_connect.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, pc->log, 0, "socket %d", s);
log                34 event/ngx_event_connect.c         ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log                40 event/ngx_event_connect.c     c = ngx_get_connection(s, pc->log);
log                44 event/ngx_event_connect.c             ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log                55 event/ngx_event_connect.c             ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log                62 event/ngx_event_connect.c         ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log                70 event/ngx_event_connect.c             ngx_log_error(NGX_LOG_CRIT, pc->log, ngx_socket_errno,
log                99 event/ngx_event_connect.c     rev->log = pc->log;
log               100 event/ngx_event_connect.c     wev->log = pc->log;
log               123 event/ngx_event_connect.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, pc->log, 0,
log               159 event/ngx_event_connect.c             ngx_log_error(level, c->log, err, "connect() to %V failed",
log               174 event/ngx_event_connect.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, pc->log, 0, "connected");
log               183 event/ngx_event_connect.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, pc->log, ngx_socket_errno,
log               189 event/ngx_event_connect.c             ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log               235 event/ngx_event_connect.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, pc->log, 0, "connected");
log               246 event/ngx_event_connect.c         ngx_log_error(NGX_LOG_ALERT, pc->log, ngx_socket_errno,
log                62 event/ngx_event_connect.h     ngx_log_t                       *log;
log                15 event/ngx_event_mutex.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log                45 event/ngx_event_mutex.c ngx_int_t ngx_event_mutex_unlock(ngx_event_mutex_t *m, ngx_log_t *log)
log                50 event/ngx_event_mutex.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log                55 event/ngx_event_mutex.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, log, 0,
log                27 event/ngx_event_openssl.c static void ngx_ssl_clear_error(ngx_log_t *log);
log               100 event/ngx_event_openssl.c ngx_ssl_init(ngx_log_t *log)
log               114 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, log, 0, "SSL_get_ex_new_index() failed");
log               121 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, log, 0,
log               129 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, log, 0,
log               144 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, "SSL_CTX_new() failed");
log               149 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               198 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               212 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               242 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               251 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               286 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               294 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               302 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               340 event/ngx_event_openssl.c     ngx_log_debug5(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               368 event/ngx_event_openssl.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL renegotiation");
log               393 event/ngx_event_openssl.c     ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, "RSA_generate_key(512) failed");
log               434 event/ngx_event_openssl.c             ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, "DH_new() failed");
log               442 event/ngx_event_openssl.c             ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, "BN_bin2bn() failed");
log               460 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               467 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log               497 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "SSL_new() failed");
log               502 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "SSL_set_fd() failed");
log               514 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "SSL_set_ex_data() failed");
log               529 event/ngx_event_openssl.c             ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "SSL_set_session() failed");
log               544 event/ngx_event_openssl.c     ngx_ssl_clear_error(c->log);
log               548 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_do_handshake: %d", n);
log               591 event/ngx_event_openssl.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               596 event/ngx_event_openssl.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               601 event/ngx_event_openssl.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               624 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_get_error: %d", sslerr);
log               657 event/ngx_event_openssl.c         ngx_log_error(NGX_LOG_INFO, c->log, err,
log               678 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               760 event/ngx_event_openssl.c     ngx_ssl_clear_error(c->log);
log               771 event/ngx_event_openssl.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_read: %d", n);
log               828 event/ngx_event_openssl.c         ngx_log_error(NGX_LOG_NOTICE, c->log, 0, "SSL renegotiation disabled");
log               858 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_get_error: %d", sslerr);
log               867 event/ngx_event_openssl.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               892 event/ngx_event_openssl.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
log              1014 event/ngx_event_openssl.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log              1079 event/ngx_event_openssl.c     ngx_ssl_clear_error(c->log);
log              1081 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL to write: %d", size);
log              1085 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_write: %d", n);
log              1109 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_get_error: %d", sslerr);
log              1118 event/ngx_event_openssl.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1195 event/ngx_event_openssl.c     ngx_ssl_clear_error(c->log);
log              1199 event/ngx_event_openssl.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "SSL_shutdown: %d", n);
log              1208 event/ngx_event_openssl.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log              1262 event/ngx_event_openssl.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, 0, "SSL shutdown handler");
log              1369 event/ngx_event_openssl.c     ngx_ssl_error(level, c->log, err, text);
log              1374 event/ngx_event_openssl.c ngx_ssl_clear_error(ngx_log_t *log)
log              1377 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, log, 0, "ignoring stale global SSL error");
log              1385 event/ngx_event_openssl.c ngx_ssl_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err, char *fmt, ...)
log              1421 event/ngx_event_openssl.c     ngx_log_error(level, log, err, "%s)", errstr);
log              1488 event/ngx_event_openssl.c             ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0,
log              1639 event/ngx_event_openssl.c     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log              1671 event/ngx_event_openssl.c     ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log              1702 event/ngx_event_openssl.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log              1816 event/ngx_event_openssl.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0,
log              1899 event/ngx_event_openssl.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0,
log              1991 event/ngx_event_openssl.c     buf = ngx_alloc(len, c->log);
log              2030 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "BIO_new() failed");
log              2036 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_ALERT, c->log, 0, "PEM_write_bio_X509() failed");
log              2295 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_WARN, cf->log, 0,
log              2301 event/ngx_event_openssl.c         ngx_ssl_error(NGX_LOG_WARN, cf->log, 0,
log                29 event/ngx_event_openssl.h     ngx_log_t                  *log;
log                95 event/ngx_event_openssl.h ngx_int_t ngx_ssl_init(ngx_log_t *log);
log               147 event/ngx_event_openssl.h void ngx_cdecl ngx_ssl_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
log                32 event/ngx_event_pipe.c             p->log->action = "sending to client";
log                48 event/ngx_event_pipe.c         p->log->action = "reading upstream";
log               110 event/ngx_event_pipe.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               131 event/ngx_event_pipe.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               161 event/ngx_event_pipe.c                     ngx_log_error(NGX_LOG_ERR, p->log,
log               214 event/ngx_event_pipe.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               230 event/ngx_event_pipe.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               266 event/ngx_event_pipe.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               274 event/ngx_event_pipe.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               344 event/ngx_event_pipe.c         ngx_log_debug8(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               357 event/ngx_event_pipe.c         ngx_log_debug8(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               370 event/ngx_event_pipe.c         ngx_log_debug8(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               383 event/ngx_event_pipe.c         ngx_log_debug8(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               438 event/ngx_event_pipe.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               457 event/ngx_event_pipe.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               475 event/ngx_event_pipe.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               504 event/ngx_event_pipe.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               537 event/ngx_event_pipe.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               569 event/ngx_event_pipe.c                 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               619 event/ngx_event_pipe.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               699 event/ngx_event_pipe.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               705 event/ngx_event_pipe.c             ngx_log_debug3(NGX_LOG_DEBUG_EVENT, p->log, 0,
log               721 event/ngx_event_pipe.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0, "size: %z", size);
log               842 event/ngx_event_pipe.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0, "input buf #%d", b->num);
log                77 event/ngx_event_pipe.h     ngx_log_t         *log;
log                30 event/ngx_event_posted.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log                94 event/ngx_event_posted.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               103 event/ngx_event_posted.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               112 event/ngx_event_posted.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               157 event/ngx_event_posted.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log                32 event/ngx_event_posted.h         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0, "post event %p", ev);  \
log                35 event/ngx_event_posted.h         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0,                        \
log                56 event/ngx_event_posted.h     ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0,                            \
log                27 event/ngx_event_timer.c ngx_event_timer_init(ngx_log_t *log)
log                35 event/ngx_event_timer.c         ngx_event_timer_mutex->log = log;
log                39 event/ngx_event_timer.c     ngx_event_timer_mutex = ngx_mutex_init(log, 0);
log               113 event/ngx_event_timer.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               119 event/ngx_event_timer.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log                21 event/ngx_event_timer.h ngx_int_t ngx_event_timer_init(ngx_log_t *log);
log                37 event/ngx_event_timer.h     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log                76 event/ngx_event_timer.h             ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log                87 event/ngx_event_timer.h     ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ev->log, 0,
log               156 http/modules/ngx_http_access_module.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               193 http/modules/ngx_http_access_module.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               225 http/modules/ngx_http_access_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               133 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               161 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(level, r->connection->log, err,
log               171 http/modules/ngx_http_auth_basic_module.c     file.log = r->connection->log;
log               275 http/modules/ngx_http_auth_basic_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               293 http/modules/ngx_http_auth_basic_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               302 http/modules/ngx_http_auth_basic_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               305 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               361 http/modules/ngx_http_auth_basic_module.c         ngx_log_error(NGX_LOG_ALERT, file->log, ngx_errno,
log               188 http/modules/ngx_http_autoindex_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               210 http/modules/ngx_http_autoindex_module.c         ngx_log_error(level, r->connection->log, err,
log               240 http/modules/ngx_http_autoindex_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
log               267 http/modules/ngx_http_autoindex_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
log               275 http/modules/ngx_http_autoindex_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               307 http/modules/ngx_http_autoindex_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
log               318 http/modules/ngx_http_autoindex_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log               357 http/modules/ngx_http_autoindex_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
log               615 http/modules/ngx_http_autoindex_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
log               293 http/modules/ngx_http_browser_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               302 http/modules/ngx_http_browser_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               321 http/modules/ngx_http_browser_module.c                     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               339 http/modules/ngx_http_browser_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               251 http/modules/ngx_http_charset_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               296 http/modules/ngx_http_charset_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               335 http/modules/ngx_http_charset_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               778 http/modules/ngx_http_charset_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, pool->log, 0,
log               850 http/modules/ngx_http_charset_filter_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, pool->log, 0,
log               858 http/modules/ngx_http_charset_filter_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, pool->log, 0,
log               937 http/modules/ngx_http_charset_filter_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, pool->log, 0,
log              1635 http/modules/ngx_http_charset_filter_module.c         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               102 http/modules/ngx_http_chunked_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log                58 http/modules/ngx_http_dav_module.c static ngx_int_t ngx_http_dav_error(ngx_log_t *log, ngx_err_t err,
log               160 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               215 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               227 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EISDIR,
log               231 http/modules/ngx_http_dav_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log               248 http/modules/ngx_http_dav_module.c     ext.log = r->connection->log;
log               294 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               312 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               321 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               329 http/modules/ngx_http_dav_module.c         return ngx_http_dav_error(r->connection->log, err,
log               336 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EISDIR,
log               344 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               363 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               396 http/modules/ngx_http_dav_module.c         tree.log = r->connection->log;
log               419 http/modules/ngx_http_dav_module.c     return ngx_http_dav_error(r->connection->log, ngx_errno,
log               427 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               434 http/modules/ngx_http_dav_module.c         (void) ngx_http_dav_error(ctx->log, ngx_errno, 0, ngx_delete_dir_n,
log               445 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               452 http/modules/ngx_http_dav_module.c         (void) ngx_http_dav_error(ctx->log, ngx_errno, 0, ngx_delete_file_n,
log               475 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               481 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               491 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               504 http/modules/ngx_http_dav_module.c     return ngx_http_dav_error(r->connection->log, ngx_errno,
log               533 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               548 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               577 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               594 http/modules/ngx_http_dav_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               612 http/modules/ngx_http_dav_module.c          ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               625 http/modules/ngx_http_dav_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               631 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               655 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               667 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               688 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               695 http/modules/ngx_http_dav_module.c             return ngx_http_dav_error(r->connection->log, err,
log               710 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               717 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EEXIST,
log               726 http/modules/ngx_http_dav_module.c         return ngx_http_dav_error(r->connection->log, ngx_errno,
log               734 http/modules/ngx_http_dav_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               740 http/modules/ngx_http_dav_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               764 http/modules/ngx_http_dav_module.c             return ngx_http_dav_error(r->connection->log, ngx_errno,
log               778 http/modules/ngx_http_dav_module.c         tree.log = r->connection->log;
log               804 http/modules/ngx_http_dav_module.c             ext.log = r->connection->log;
log               819 http/modules/ngx_http_dav_module.c         cf.log = r->connection->log;
log               837 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               844 http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
log               852 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               856 http/modules/ngx_http_dav_module.c         (void) ngx_http_dav_error(ctx->log, ngx_errno, 0, ngx_create_dir_n,
log               873 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               880 http/modules/ngx_http_dav_module.c     dir = ngx_alloc(len + 1, ctx->log);
log               888 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               898 http/modules/ngx_http_dav_module.c         (void) ngx_http_dav_error(ctx->log, ngx_errno, 0, ngx_open_file_n, dir);
log               903 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ALERT, ctx->log, ngx_errno,
log               908 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ALERT, ctx->log, ngx_errno,
log               918 http/modules/ngx_http_dav_module.c         ngx_log_error(NGX_LOG_ALERT, ctx->log, ngx_errno,
log               938 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               945 http/modules/ngx_http_dav_module.c     file = ngx_alloc(len + 1, ctx->log);
log               953 http/modules/ngx_http_dav_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log               960 http/modules/ngx_http_dav_module.c     cf.log = ctx->log;
log              1000 http/modules/ngx_http_dav_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1009 http/modules/ngx_http_dav_module.c ngx_http_dav_error(ngx_log_t *log, ngx_err_t err, ngx_int_t not_found,
log              1036 http/modules/ngx_http_dav_module.c     ngx_log_error(level, log, err, "%s \"%s\" failed", failed, path);
log               108 http/modules/ngx_http_degradation_module.c     ngx_uint_t                         log;
log               117 http/modules/ngx_http_degradation_module.c         log = 0;
log               133 http/modules/ngx_http_degradation_module.c             log = 1;
log               139 http/modules/ngx_http_degradation_module.c             if (log) {
log               140 http/modules/ngx_http_degradation_module.c                 ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
log               552 http/modules/ngx_http_fastcgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               632 http/modules/ngx_http_fastcgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               804 http/modules/ngx_http_fastcgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               891 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               963 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1181 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1189 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1244 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1363 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1459 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1476 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1485 http/modules/ngx_http_fastcgi_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1513 http/modules/ngx_http_fastcgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1543 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1608 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, p->log, 0,
log              1618 http/modules/ngx_http_fastcgi_module.c                 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, p->log, 0,
log              1675 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, p->log, 0,
log              1738 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, p->log, 0,
log              1780 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, p->log, 0,
log              1809 http/modules/ngx_http_fastcgi_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1816 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1832 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1845 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1855 http/modules/ngx_http_fastcgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1881 http/modules/ngx_http_fastcgi_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1905 http/modules/ngx_http_fastcgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1915 http/modules/ngx_http_fastcgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2223 http/modules/ngx_http_fastcgi_module.c         ngx_log_error(NGX_LOG_WARN, cf->log, 0,
log              2578 http/modules/ngx_http_fastcgi_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log                69 http/modules/ngx_http_flv_module.c     ngx_log_t                 *log;
log                94 http/modules/ngx_http_flv_module.c     log = r->connection->log;
log                98 http/modules/ngx_http_flv_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0,
log               142 http/modules/ngx_http_flv_module.c             ngx_log_error(level, log, of.err,
log               152 http/modules/ngx_http_flv_module.c             ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               182 http/modules/ngx_http_flv_module.c     log->action = "sending flv to client";
log               234 http/modules/ngx_http_flv_module.c     b->file->log = log;
log               170 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               204 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               262 http/modules/ngx_http_geo_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               276 http/modules/ngx_http_geo_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               282 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               335 http/modules/ngx_http_geo_module.c     pool = ngx_create_pool(16384, cf->log);
log               342 http/modules/ngx_http_geo_module.c     ctx.temp_pool = ngx_create_pool(16384, cf->log);
log              1107 http/modules/ngx_http_geo_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log              1128 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log              1159 http/modules/ngx_http_geo_module.c     file.log = cf->log;
log              1304 http/modules/ngx_http_geo_module.c         ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
log              1332 http/modules/ngx_http_geo_module.c     fm.log = ctx->pool->log;
log              1334 http/modules/ngx_http_geo_module.c     ngx_log_error(NGX_LOG_NOTICE, fm.log, 0,
log               326 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               612 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               664 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               694 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               764 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug6(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               773 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               778 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug5(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               784 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               883 http/modules/ngx_http_gzip_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               981 http/modules/ngx_http_gzip_filter_module.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
log               988 http/modules/ngx_http_gzip_filter_module.c     ngx_log_error(NGX_LOG_ALERT, ctx->request->connection->log, 0,
log              1004 http/modules/ngx_http_gzip_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
log                76 http/modules/ngx_http_gzip_static_module.c     ngx_log_t                    *log;
log               106 http/modules/ngx_http_gzip_static_module.c     log = r->connection->log;
log               120 http/modules/ngx_http_gzip_static_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0,
log               157 http/modules/ngx_http_gzip_static_module.c         ngx_log_error(level, log, of.err,
log               169 http/modules/ngx_http_gzip_static_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0, "http static fd: %d", of.fd);
log               172 http/modules/ngx_http_gzip_static_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "http dir");
log               179 http/modules/ngx_http_gzip_static_module.c         ngx_log_error(NGX_LOG_CRIT, log, 0,
log               195 http/modules/ngx_http_gzip_static_module.c     log->action = "sending response to client";
log               244 http/modules/ngx_http_gzip_static_module.c     b->file->log = log;
log               218 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               234 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               267 http/modules/ngx_http_image_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "image filter");
log               401 http/modules/ngx_http_image_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               457 http/modules/ngx_http_image_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               642 http/modules/ngx_http_image_filter_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               655 http/modules/ngx_http_image_filter_module.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               680 http/modules/ngx_http_image_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               713 http/modules/ngx_http_image_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               914 http/modules/ngx_http_image_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               939 http/modules/ngx_http_image_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1006 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, failed);
log              1022 http/modules/ngx_http_image_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1031 http/modules/ngx_http_image_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1082 http/modules/ngx_http_image_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, failed);
log               199 http/modules/ngx_http_index_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               215 http/modules/ngx_http_index_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, of.err,
log               243 http/modules/ngx_http_index_module.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
log               289 http/modules/ngx_http_index_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               322 http/modules/ngx_http_index_module.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
log               335 http/modules/ngx_http_index_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               347 http/modules/ngx_http_index_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, err,
log               354 http/modules/ngx_http_index_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, err,
log               174 http/modules/ngx_http_limit_req_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               191 http/modules/ngx_http_limit_req_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               239 http/modules/ngx_http_limit_req_module.c         ngx_log_error(lrcf->limit_log_level, r->connection->log, 0,
log               252 http/modules/ngx_http_limit_req_module.c     ngx_log_error(lrcf->delay_log_level, r->connection->log, 0,
log               274 http/modules/ngx_http_limit_req_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               494 http/modules/ngx_http_limit_req_module.c             ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0,
log               159 http/modules/ngx_http_limit_zone_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               209 http/modules/ngx_http_limit_zone_module.c                 ngx_log_error(lzcf->log_level, r->connection->log, 0,
log               244 http/modules/ngx_http_limit_zone_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               317 http/modules/ngx_http_limit_zone_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, lzcln->shm_zone->shm.log, 0,
log               345 http/modules/ngx_http_limit_zone_module.c             ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0,
log                75 http/modules/ngx_http_log_module.c static void ngx_http_log_write(ngx_http_request_t *r, ngx_http_log_t *log,
log               222 http/modules/ngx_http_log_module.c     ngx_http_log_t           *log;
log               227 http/modules/ngx_http_log_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               236 http/modules/ngx_http_log_module.c     log = lcf->logs->elts;
log               239 http/modules/ngx_http_log_module.c         if (ngx_time() == log[l].disk_full_time) {
log               250 http/modules/ngx_http_log_module.c         ngx_http_script_flush_no_cacheable_variables(r, log[l].format->flushes);
log               253 http/modules/ngx_http_log_module.c         op = log[l].format->ops->elts;
log               254 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
log               265 http/modules/ngx_http_log_module.c         file = log[l].file;
log               271 http/modules/ngx_http_log_module.c                 ngx_http_log_write(r, &log[l], file->buffer,
log               281 http/modules/ngx_http_log_module.c                 for (i = 0; i < log[l].format->ops->nelts; i++) {
log               300 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
log               306 http/modules/ngx_http_log_module.c         ngx_http_log_write(r, &log[l], line, p - line);
log               314 http/modules/ngx_http_log_module.c ngx_http_log_write(ngx_http_request_t *r, ngx_http_log_t *log, u_char *buf,
log               322 http/modules/ngx_http_log_module.c     if (log->script == NULL) {
log               323 http/modules/ngx_http_log_module.c         name = log->file->name.data;
log               324 http/modules/ngx_http_log_module.c         n = ngx_write_fd(log->file->fd, buf, len);
log               328 http/modules/ngx_http_log_module.c         n = ngx_http_log_script_write(r, log->script, &name, buf, len);
log               341 http/modules/ngx_http_log_module.c             log->disk_full_time = now;
log               344 http/modules/ngx_http_log_module.c         if (now - log->error_log_time > 59) {
log               345 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, err,
log               348 http/modules/ngx_http_log_module.c             log->error_log_time = now;
log               354 http/modules/ngx_http_log_module.c     if (now - log->error_log_time > 59) {
log               355 http/modules/ngx_http_log_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               359 http/modules/ngx_http_log_module.c         log->error_log_time = now;
log               370 http/modules/ngx_http_log_module.c     ngx_str_t                  log, path;
log               405 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, of.err,
log               413 http/modules/ngx_http_log_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_ENOTDIR,
log               421 http/modules/ngx_http_log_module.c     if (ngx_http_script_run(r, &log, script->lengths->elts, 1,
log               429 http/modules/ngx_http_log_module.c     log.data[log.len - 1] = '\0';
log               430 http/modules/ngx_http_log_module.c     *name = log.data;
log               432 http/modules/ngx_http_log_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               433 http/modules/ngx_http_log_module.c                    "http log \"%s\"", log.data);
log               439 http/modules/ngx_http_log_module.c     of.log = 1;
log               444 http/modules/ngx_http_log_module.c     if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool)
log               447 http/modules/ngx_http_log_module.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log               448 http/modules/ngx_http_log_module.c                       "%s \"%s\" failed", of.failed, log.data);
log               453 http/modules/ngx_http_log_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               795 http/modules/ngx_http_log_module.c     ngx_http_log_t            *log;
log               826 http/modules/ngx_http_log_module.c     log = ngx_array_push(conf->logs);
log               827 http/modules/ngx_http_log_module.c     if (log == NULL) {
log               831 http/modules/ngx_http_log_module.c     log->file = ngx_conf_open_file(cf->cycle, &ngx_http_access_log);
log               832 http/modules/ngx_http_log_module.c     if (log->file == NULL) {
log               836 http/modules/ngx_http_log_module.c     log->script = NULL;
log               837 http/modules/ngx_http_log_module.c     log->disk_full_time = 0;
log               838 http/modules/ngx_http_log_module.c     log->error_log_time = 0;
log               844 http/modules/ngx_http_log_module.c     log->format = &fmt[0];
log               859 http/modules/ngx_http_log_module.c     ngx_http_log_t             *log;
log               886 http/modules/ngx_http_log_module.c     log = ngx_array_push(llcf->logs);
log               887 http/modules/ngx_http_log_module.c     if (log == NULL) {
log               891 http/modules/ngx_http_log_module.c     ngx_memzero(log, sizeof(ngx_http_log_t));
log               896 http/modules/ngx_http_log_module.c         log->file = ngx_conf_open_file(cf->cycle, &value[1]);
log               897 http/modules/ngx_http_log_module.c         if (log->file == NULL) {
log               906 http/modules/ngx_http_log_module.c         log->script = ngx_pcalloc(cf->pool, sizeof(ngx_http_log_script_t));
log               907 http/modules/ngx_http_log_module.c         if (log->script == NULL) {
log               915 http/modules/ngx_http_log_module.c         sc.lengths = &log->script->lengths;
log               916 http/modules/ngx_http_log_module.c         sc.values = &log->script->values;
log               943 http/modules/ngx_http_log_module.c             log->format = &fmt[i];
log               961 http/modules/ngx_http_log_module.c         if (log->script) {
log               978 http/modules/ngx_http_log_module.c         if (log->file->buffer && log->file->last - log->file->pos != buf) {
log               985 http/modules/ngx_http_log_module.c         log->file->buffer = ngx_palloc(cf->pool, buf);
log               986 http/modules/ngx_http_log_module.c         if (log->file->buffer == NULL) {
log               990 http/modules/ngx_http_log_module.c         log->file->pos = log->file->buffer;
log               991 http/modules/ngx_http_log_module.c         log->file->last = log->file->buffer + buf;
log               117 http/modules/ngx_http_map_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               148 http/modules/ngx_http_map_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               228 http/modules/ngx_http_map_module.c     pool = ngx_create_pool(16384, cf->log);
log               403 http/modules/ngx_http_map_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log               224 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               264 http/modules/ngx_http_memcached_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               305 http/modules/ngx_http_memcached_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               317 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               349 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               364 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log               375 http/modules/ngx_http_memcached_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               417 http/modules/ngx_http_memcached_module.c             ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
log               452 http/modules/ngx_http_memcached_module.c     ngx_log_debug4(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
log               464 http/modules/ngx_http_memcached_module.c         ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
log               480 http/modules/ngx_http_memcached_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               489 http/modules/ngx_http_memcached_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log                81 http/modules/ngx_http_not_modified_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               108 http/modules/ngx_http_not_modified_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               661 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               681 http/modules/ngx_http_proxy_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               897 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1083 http/modules/ngx_http_proxy_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1105 http/modules/ngx_http_proxy_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1201 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1232 http/modules/ngx_http_proxy_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1296 http/modules/ngx_http_proxy_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1307 http/modules/ngx_http_proxy_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1351 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1362 http/modules/ngx_http_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1372 http/modules/ngx_http_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1922 http/modules/ngx_http_proxy_module.c         ngx_log_error(NGX_LOG_WARN, cf->log, 0,
log              2754 http/modules/ngx_http_proxy_module.c     plcf->upstream.ssl->log = cf->log;
log               115 http/modules/ngx_http_random_index_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               137 http/modules/ngx_http_random_index_module.c         ngx_log_error(level, r->connection->log, err,
log               157 http/modules/ngx_http_random_index_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
log               165 http/modules/ngx_http_random_index_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               197 http/modules/ngx_http_random_index_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, err,
log               203 http/modules/ngx_http_random_index_module.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log               231 http/modules/ngx_http_random_index_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
log               264 http/modules/ngx_http_random_index_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
log               175 http/modules/ngx_http_range_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               614 http/modules/ngx_http_range_filter_module.c     ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               643 http/modules/ngx_http_range_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               654 http/modules/ngx_http_range_filter_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               210 http/modules/ngx_http_realip_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, "realip: \"%s\"", ip);
log               220 http/modules/ngx_http_realip_module.c             ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               179 http/modules/ngx_http_referer_module.c         rc = ngx_regex_exec_array(rlcf->regex, &referer, r->connection->log);
log               272 http/modules/ngx_http_referer_module.c         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log                17 http/modules/ngx_http_rewrite_module.c     ngx_flag_t    log;
log                89 http/modules/ngx_http_rewrite_module.c       offsetof(ngx_http_rewrite_loc_conf_t, log),
log               162 http/modules/ngx_http_rewrite_module.c     e->log = rlcf->log;
log               207 http/modules/ngx_http_rewrite_module.c     ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
log               227 http/modules/ngx_http_rewrite_module.c     conf->log = NGX_CONF_UNSET;
log               242 http/modules/ngx_http_rewrite_module.c     ngx_conf_merge_value(conf->log, prev->log, 0);
log               374 http/modules/ngx_http_scgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               454 http/modules/ngx_http_scgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               667 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               719 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               832 http/modules/ngx_http_scgi_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               899 http/modules/ngx_http_scgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               909 http/modules/ngx_http_scgi_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               923 http/modules/ngx_http_scgi_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               940 http/modules/ngx_http_scgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               960 http/modules/ngx_http_scgi_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               971 http/modules/ngx_http_scgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               981 http/modules/ngx_http_scgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               125 http/modules/ngx_http_secure_link_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               171 http/modules/ngx_http_secure_link_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log                96 http/modules/ngx_http_split_clients_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               403 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               409 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               417 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               424 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               451 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               456 http/modules/ngx_http_ssi_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               468 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               618 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               631 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               713 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               738 http/modules/ngx_http_ssi_filter_module.c                                               r->connection->log, 0,
log               761 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               772 http/modules/ngx_http_ssi_filter_module.c                         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               783 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               903 http/modules/ngx_http_ssi_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               906 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log              1159 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1236 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1244 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1275 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1307 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1330 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1358 http/modules/ngx_http_ssi_filter_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1410 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1428 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1452 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1694 http/modules/ngx_http_ssi_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1815 http/modules/ngx_http_ssi_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1846 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1853 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1859 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1867 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1880 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1910 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1936 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2044 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2061 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2108 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2161 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2280 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2307 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2325 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2338 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2369 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2378 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2433 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2442 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2468 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "%V", &rgc.err);
log              2475 http/modules/ngx_http_ssi_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log              2481 http/modules/ngx_http_ssi_filter_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log              2503 http/modules/ngx_http_ssi_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2514 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2533 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2551 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2584 http/modules/ngx_http_ssi_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               366 http/modules/ngx_http_ssl_module.c     conf->ssl.log = cf->log;
log               371 http/modules/ngx_http_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               379 http/modules/ngx_http_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               393 http/modules/ngx_http_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               410 http/modules/ngx_http_ssl_module.c         ngx_log_error(NGX_LOG_WARN, cf->log, 0,
log               437 http/modules/ngx_http_ssl_module.c         ngx_ssl_error(NGX_LOG_EMERG, cf->log, 0,
log               445 http/modules/ngx_http_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log                55 http/modules/ngx_http_static_module.c     ngx_log_t                 *log;
log                69 http/modules/ngx_http_static_module.c     log = r->connection->log;
log                83 http/modules/ngx_http_static_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0,
log               127 http/modules/ngx_http_static_module.c             ngx_log_error(level, log, of.err,
log               136 http/modules/ngx_http_static_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0, "http static fd: %d", of.fd);
log               140 http/modules/ngx_http_static_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "http dir");
log               188 http/modules/ngx_http_static_module.c         ngx_log_error(NGX_LOG_CRIT, log, 0,
log               206 http/modules/ngx_http_static_module.c     log->action = "sending response to client";
log               249 http/modules/ngx_http_static_module.c     b->file->log = log;
log               218 http/modules/ngx_http_sub_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               238 http/modules/ngx_http_sub_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               243 http/modules/ngx_http_sub_filter_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               253 http/modules/ngx_http_sub_filter_module.c                 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               445 http/modules/ngx_http_sub_filter_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               448 http/modules/ngx_http_sub_filter_module.c             ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               517 http/modules/ngx_http_sub_filter_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "once");
log               146 http/modules/ngx_http_upstream_ip_hash_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               175 http/modules/ngx_http_upstream_ip_hash_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               314 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               319 http/modules/ngx_http_userid_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               340 http/modules/ngx_http_userid_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               346 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               431 http/modules/ngx_http_userid_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               407 http/modules/ngx_http_uwsgi_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               487 http/modules/ngx_http_uwsgi_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               654 http/modules/ngx_http_uwsgi_module.c         ngx_log_error (NGX_LOG_ALERT, r->connection->log, 0,
log               713 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               768 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               882 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               949 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               959 http/modules/ngx_http_uwsgi_module.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               973 http/modules/ngx_http_uwsgi_module.c                     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               990 http/modules/ngx_http_uwsgi_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1010 http/modules/ngx_http_uwsgi_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1021 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1031 http/modules/ngx_http_uwsgi_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               171 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               212 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               261 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               334 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               360 http/modules/ngx_http_xslt_filter_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               384 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               400 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               438 http/modules/ngx_http_xslt_filter_module.c     ngx_log_error(NGX_LOG_ERR, ctx->request->connection->log, 0,
log               481 http/modules/ngx_http_xslt_filter_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               504 http/modules/ngx_http_xslt_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               514 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               520 http/modules/ngx_http_xslt_filter_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               583 http/modules/ngx_http_xslt_filter_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               594 http/modules/ngx_http_xslt_filter_module.c                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               600 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               621 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               631 http/modules/ngx_http_xslt_filter_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log                43 http/modules/perl/ngx_http_perl_module.c     ngx_log_t *log);
log               189 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "perl handler");
log               226 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               274 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               302 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               344 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               364 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               397 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               444 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "perl ssi done");
log               501 http/modules/perl/ngx_http_perl_module.c         if (ngx_http_perl_run_requires(aTHX_ pmcf->requires, cf->log)
log               554 http/modules/perl/ngx_http_perl_module.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, cf->log, 0, "create perl interpreter");
log               562 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ALERT, cf->log, 0, "perl_alloc() failed");
log               601 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ALERT, cf->log, 0, "perl_parse() failed: %d", n);
log               609 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ALERT, cf->log, 0,
log               615 http/modules/perl/ngx_http_perl_module.c     if (ngx_http_perl_run_requires(aTHX_ pmcf->requires, cf->log) != NGX_OK) {
log               634 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires, ngx_log_t *log)
log               655 http/modules/perl/ngx_http_perl_module.c             ngx_log_error(NGX_LOG_EMERG, log, 0,
log               711 http/modules/perl/ngx_http_perl_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               739 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ERR, c->log, 0,
log               750 http/modules/perl/ngx_http_perl_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               835 http/modules/perl/ngx_http_perl_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0, "perl term");
log              1065 http/modules/perl/ngx_http_perl_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, cycle->log, 0, "perl term");
log               980 http/ngx_http.c                 ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log              1464 http/ngx_http.c     ha.temp_pool = ngx_create_pool(16384, cf->log);
log              1498 http/ngx_http.c                 ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log              1505 http/ngx_http.c                 ngx_log_error(NGX_LOG_WARN, cf->log, 0,
log              1745 http/ngx_http.c     ls->log.data = &ls->addr_text;
log              1746 http/ngx_http.c     ls->log.handler = ngx_accept_log_error;
log                70 http/ngx_http_busy_lock.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, bc->event->log, 0,
log                90 http/ngx_http_copy_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               150 http/ngx_http_copy_filter_module.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               169 http/ngx_http_copy_filter_module.c                     ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               785 http/ngx_http_core_module.c     r->connection->log->action = NULL;
log               856 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               888 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               936 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               943 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               952 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1008 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1016 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1029 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1057 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1113 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1120 http/ngx_http_core_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1149 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1237 http/ngx_http_core_module.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1280 http/ngx_http_core_module.c                 ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
log              1318 http/ngx_http_core_module.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1343 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1367 http/ngx_http_core_module.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1375 http/ngx_http_core_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "no handler found");
log              1395 http/ngx_http_core_module.c         r->connection->log->file = clcf->error_log->file;
log              1397 http/ngx_http_core_module.c         if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
log              1398 http/ngx_http_core_module.c             r->connection->log->log_level = clcf->error_log->log_level;
log              1518 http/ngx_http_core_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1572 http/ngx_http_core_module.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1848 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1875 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log              2148 http/ngx_http_core_module.c                                  r->connection->log)
log              2179 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2232 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2305 http/ngx_http_core_module.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2323 http/ngx_http_core_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2365 http/ngx_http_core_module.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2374 http/ngx_http_core_module.c             ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2394 http/ngx_http_core_module.c     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              2430 http/ngx_http_core_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2840 http/ngx_http_core_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
log                73 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0,
log                84 http/ngx_http_file_cache.c                 ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0,
log               163 http/ngx_http_file_cache.c     c->file.log = r->connection->log;
log               220 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               263 http/ngx_http_file_cache.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               339 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
log               345 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               349 http/ngx_http_file_cache.c     c->file.log = r->connection->log;
log               378 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, 0,
log               386 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, 0,
log               437 http/ngx_http_file_cache.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               641 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               751 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               794 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               805 http/ngx_http_file_cache.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               814 http/ngx_http_file_cache.c     ext.log = r->connection->log;
log               821 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log               866 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               898 http/ngx_http_file_cache.c     b->file->log = r->connection->log;
log               919 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
log               953 http/ngx_http_file_cache.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
log               958 http/ngx_http_file_cache.c                 ngx_log_error(NGX_LOG_CRIT, c->file.log, ngx_errno,
log               976 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->file.log, 0,
log               980 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_ALERT, c->file.log, 0,
log               999 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1005 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
log              1023 http/ngx_http_file_cache.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1062 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1068 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
log              1097 http/ngx_http_file_cache.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1126 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log              1168 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1172 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, ngx_cycle->log, ngx_errno,
log              1209 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1244 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1254 http/ngx_http_file_cache.c     tree.log = ngx_cycle->log;
log              1267 http/ngx_http_file_cache.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
log              1286 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
log              1353 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log              1360 http/ngx_http_file_cache.c     c.file.log = ctx->log;
log              1369 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, 0,
log              1375 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log              1387 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ctx->log, ngx_errno,
log              1471 http/ngx_http_file_cache.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->log, 0,
log              1475 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_CRIT, ctx->log, ngx_errno,
log               601 http/ngx_http_header_filter_module.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1029 http/ngx_http_parse.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1578 http/ngx_http_parse.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1598 http/ngx_http_parse.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, headers->pool->log, 0,
log                59 http/ngx_http_postpone_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
log                71 http/ngx_http_postpone_filter_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log                97 http/ngx_http_postpone_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               109 http/ngx_http_postpone_filter_module.c             ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               114 http/ngx_http_postpone_filter_module.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log                57 http/ngx_http_request.c static u_char *ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len);
log               197 http/ngx_http_request.c     c->log->connection = c->number;
log               198 http/ngx_http_request.c     c->log->handler = ngx_http_log_error;
log               199 http/ngx_http_request.c     c->log->data = ctx;
log               200 http/ngx_http_request.c     c->log->action = "reading client request line";
log               264 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               407 http/ngx_http_request.c             c->log->action = "SSL handshaking";
log               410 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_ERR, c->log, 0,
log               434 http/ngx_http_request.c     c->log->file = clcf->error_log->file;
log               435 http/ngx_http_request.c     if (!(c->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
log               436 http/ngx_http_request.c         c->log->log_level = clcf->error_log->log_level;
log               452 http/ngx_http_request.c     r->pool = ngx_create_pool(cscf->request_pool_size, c->log);
log               507 http/ngx_http_request.c     ctx = c->log->data;
log               536 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
log               540 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               563 http/ngx_http_request.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, rev->log, 0,
log               583 http/ngx_http_request.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
log               590 http/ngx_http_request.c     c->log->action = "reading client request line";
log               649 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               697 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
log               701 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               749 http/ngx_http_request.c                     ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               824 http/ngx_http_request.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               827 http/ngx_http_request.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               830 http/ngx_http_request.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               833 http/ngx_http_request.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               843 http/ngx_http_request.c                     ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               890 http/ngx_http_request.c             c->log->action = "reading client request headers";
log               902 http/ngx_http_request.c             ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               923 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               950 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
log               954 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               984 http/ngx_http_request.c                         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               998 http/ngx_http_request.c                     ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1024 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1069 http/ngx_http_request.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1080 http/ngx_http_request.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1107 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1156 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1162 http/ngx_http_request.c         c->log->action = "reading client request headers";
log              1183 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1214 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1234 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1258 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1353 http/ngx_http_request.c     ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1379 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1520 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1532 http/ngx_http_request.c             ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1540 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1548 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1558 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
log              1584 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1603 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1618 http/ngx_http_request.c                     ngx_log_error(NGX_LOG_INFO, c->log, 0,
log              1770 http/ngx_http_request.c     r->connection->log->file = clcf->error_log->file;
log              1772 http/ngx_http_request.c     if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
log              1773 http/ngx_http_request.c         r->connection->log->log_level = clcf->error_log->log_level;
log              1790 http/ngx_http_request.c     ctx = c->log->data;
log              1793 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1831 http/ngx_http_request.c         ctx = c->log->data;
log              1834 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1874 http/ngx_http_request.c     ngx_log_debug5(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1955 http/ngx_http_request.c             ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1978 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log              2006 http/ngx_http_request.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2023 http/ngx_http_request.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log              2067 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2085 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2109 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2202 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, wev->log, 0,
log              2209 http/ngx_http_request.c             ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log              2232 http/ngx_http_request.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, wev->log, 0,
log              2245 http/ngx_http_request.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2267 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, wev->log, 0,
log              2279 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2289 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2316 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http test reading");
log              2372 http/ngx_http_request.c     ngx_log_error(NGX_LOG_INFO, c->log, err,
log              2396 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "set http keepalive handler");
log              2405 http/ngx_http_request.c     c->log->action = "closing request";
log              2466 http/ngx_http_request.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "pipelined request");
log              2473 http/ngx_http_request.c         c->log->action = "reading client pipelined request line";
log              2510 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, "hc free: %p %d",
log              2522 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, "hc busy: %p %d",
log              2549 http/ngx_http_request.c     c->log->action = "keepalive";
log              2569 http/ngx_http_request.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "tcp_nodelay");
log              2615 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http keepalive handler");
log              2626 http/ngx_http_request.c             c->log->handler = NULL;
log              2627 http/ngx_http_request.c             ngx_log_error(NGX_LOG_INFO, c->log, rev->kq_errno,
log              2688 http/ngx_http_request.c     c->log->handler = NULL;
log              2691 http/ngx_http_request.c         ngx_log_error(NGX_LOG_INFO, c->log, ngx_socket_errno,
log              2703 http/ngx_http_request.c     c->log->handler = ngx_http_log_error;
log              2704 http/ngx_http_request.c     c->log->action = "reading client request line";
log              2771 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2789 http/ngx_http_request.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, "lingering read: %d", n);
log              2818 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, wev->log, 0, "http empty handler");
log              2827 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2878 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2908 http/ngx_http_request.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2912 http/ngx_http_request.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0, "http request count is zero");
log              2929 http/ngx_http_request.c     ngx_log_t                 *log;
log              2935 http/ngx_http_request.c     log = r->connection->log;
log              2937 http/ngx_http_request.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "http close request");
log              2940 http/ngx_http_request.c         ngx_log_error(NGX_LOG_ALERT, log, 0, "http request already closed");
log              2966 http/ngx_http_request.c     log->action = "logging request";
log              2970 http/ngx_http_request.c     log->action = "closing request";
log              2982 http/ngx_http_request.c                 ngx_log_error(NGX_LOG_ALERT, log, ngx_socket_errno,
log              2989 http/ngx_http_request.c     ctx = log->data;
log              3023 http/ngx_http_request.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              3052 http/ngx_http_request.c ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len)
log              3058 http/ngx_http_request.c     if (log->action) {
log              3059 http/ngx_http_request.c         p = ngx_snprintf(buf, len, " while %s", log->action);
log              3064 http/ngx_http_request.c     ctx = log->data;
log                73 http/ngx_http_request_body.c             tf->file.log = r->connection->log;
log               116 http/ngx_http_request_body.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               272 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               295 http/ngx_http_request_body.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               303 http/ngx_http_request_body.c                 ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               325 http/ngx_http_request_body.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               403 http/ngx_http_request_body.c         tf->file.log = r->connection->log;
log               448 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0, "http set discard body");
log               562 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               624 http/ngx_http_request_body.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               756 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log               855 http/ngx_http_script.c                            e->request->connection->log, 0,
log               898 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log               924 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               938 http/ngx_http_script.c         if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
log               939 http/ngx_http_script.c             ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
log               972 http/ngx_http_script.c     if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
log               973 http/ngx_http_script.c         ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
log              1080 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1104 http/ngx_http_script.c         if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
log              1105 http/ngx_http_script.c             ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
log              1145 http/ngx_http_script.c     if (e->log || (r->connection->log->log_level & NGX_LOG_DEBUG_HTTP)) {
log              1146 http/ngx_http_script.c         ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0,
log              1155 http/ngx_http_script.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1277 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1349 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1393 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1408 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1420 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1436 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1448 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1460 http/ngx_http_script.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1491 http/ngx_http_script.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1513 http/ngx_http_script.c             ngx_log_error(NGX_LOG_CRIT, r->connection->log, of.err,
log              1587 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1612 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1654 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1690 http/ngx_http_script.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1702 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1721 http/ngx_http_script.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log              1731 http/ngx_http_script.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, e->request->connection->log, 0,
log                31 http/ngx_http_script.h     unsigned                    log:1;
log               359 http/ngx_http_special_response.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               389 http/ngx_http_upstream.c     u->peer.log = r->connection->log;
log               410 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               578 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               595 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               690 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               838 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log               858 http/ngx_http_upstream.c         ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log               893 http/ngx_http_upstream.c     ctx = c->log->data;
log               896 http/ngx_http_upstream.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               935 http/ngx_http_upstream.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, ev->log, 0,
log               978 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_INFO, ev->log, ev->kq_errno,
log               986 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_INFO, ev->log, ev->kq_errno,
log              1004 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ev->log, err,
log              1041 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_INFO, ev->log, err,
log              1049 http/ngx_http_upstream.c     ngx_log_error(NGX_LOG_INFO, ev->log, err,
log              1066 http/ngx_http_upstream.c     r->connection->log->action = "connecting to upstream";
log              1091 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1103 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "no live upstreams");
log              1129 http/ngx_http_upstream.c     c->log = r->connection->log;
log              1130 http/ngx_http_upstream.c     c->read->log = c->log;
log              1131 http/ngx_http_upstream.c     c->write->log = c->log;
log              1222 http/ngx_http_upstream.c     r->connection->log->action = "SSL handshaking to upstream";
log              1337 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1345 http/ngx_http_upstream.c     c->log->action = "sending request to upstream";
log              1376 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_CRIT, c->log, ngx_socket_errno,
log              1423 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1461 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1464 http/ngx_http_upstream.c     c->log->action = "reading response header from upstream";
log              1528 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ERR, c->log, 0,
log              1550 http/ngx_http_upstream.c                 ngx_log_error(NGX_LOG_ERR, c->log, 0,
log              1766 http/ngx_http_upstream.c             c->log->action = "connecting to upstream";
log              1790 http/ngx_http_upstream.c             c->log->action = "connecting to upstream";
log              1942 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              1958 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log              2068 http/ngx_http_upstream.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "tcp_nodelay");
log              2193 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2212 http/ngx_http_upstream.c     p->log = c->log;
log              2223 http/ngx_http_upstream.c     p->temp_file->file.log = c->log;
log              2315 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2318 http/ngx_http_upstream.c     c->log->action = "sending to client";
log              2339 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2342 http/ngx_http_upstream.c     c->log->action = "reading upstream";
log              2530 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2533 http/ngx_http_upstream.c     c->log->action = "sending to client";
log              2567 http/ngx_http_upstream.c             ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2595 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log              2598 http/ngx_http_upstream.c     c->log->action = "reading upstream";
log              2651 http/ngx_http_upstream.c                     ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log              2679 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2690 http/ngx_http_upstream.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2721 http/ngx_http_upstream.c         tf->file.log = r->connection->log;
log              2741 http/ngx_http_upstream.c     ext.log = r->connection->log;
log              2769 http/ngx_http_upstream.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2780 http/ngx_http_upstream.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2791 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2809 http/ngx_http_upstream.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_ETIMEDOUT,
log              2877 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2911 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2931 http/ngx_http_upstream.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2980 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              2990 http/ngx_http_upstream.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              3025 http/ngx_http_upstream.c     r->connection->log->action = "sending to client";
log              3499 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              3552 http/ngx_http_upstream.c             ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              4239 http/ngx_http_upstream.c             ngx_log_error(NGX_LOG_WARN, cf->log, 0,
log               138 http/ngx_http_upstream_round_robin.c         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               151 http/ngx_http_upstream_round_robin.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               369 http/ngx_http_upstream_round_robin.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               415 http/ngx_http_upstream_round_robin.c                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               453 http/ngx_http_upstream_round_robin.c                     ngx_log_error(NGX_LOG_ALERT, pc->log, 0,
log               507 http/ngx_http_upstream_round_robin.c                     ngx_log_error(NGX_LOG_ALERT, pc->log, 0,
log               545 http/ngx_http_upstream_round_robin.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, pc->log, 0, "backup servers");
log               636 http/ngx_http_upstream_round_robin.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               664 http/ngx_http_upstream_round_robin.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               710 http/ngx_http_upstream_round_robin.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               735 http/ngx_http_upstream_round_robin.c     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               750 http/ngx_http_upstream_round_robin.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
log               395 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log               603 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
log              1183 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_CRIT, r->connection->log, ngx_errno,
log              1822 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
log              1846 http/ngx_http_variables.c         ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
log              1982 http/ngx_http_variables.c         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log                72 http/ngx_http_write_filter_module.c         ngx_log_debug7(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                83 http/ngx_http_write_filter_module.c             ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               124 http/ngx_http_write_filter_module.c         ngx_log_debug7(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               135 http/ngx_http_write_filter_module.c             ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               166 http/ngx_http_write_filter_module.c     ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               204 http/ngx_http_write_filter_module.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               235 http/ngx_http_write_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               240 http/ngx_http_write_filter_module.c     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               373 mail/ngx_mail.c             ls->log.data = &ls->addr_text;
log               374 mail/ngx_mail.c             ls->log.handler = ngx_accept_log_error;
log               390 mail/ngx_mail.h u_char *ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len);
log               159 mail/ngx_mail_auth_http_module.c     s->connection->log->action = "in http auth state";
log               161 mail/ngx_mail_auth_http_module.c     pool = ngx_create_pool(2048, s->connection->log);
log               191 mail/ngx_mail_auth_http_module.c     ctx->peer.log = s->connection->log;
log               239 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, wev->log, 0,
log               243 mail/ngx_mail_auth_http_module.c         ngx_log_error(NGX_LOG_ERR, wev->log, NGX_ETIMEDOUT,
log               300 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               306 mail/ngx_mail_auth_http_module.c         ngx_log_error(NGX_LOG_ERR, rev->log, NGX_ETIMEDOUT,
log               360 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log               424 mail/ngx_mail_auth_http_module.c             ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               463 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log               480 mail/ngx_mail_auth_http_module.c             ngx_log_debug2(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log               677 mail/ngx_mail_auth_http_module.c             ngx_log_debug0(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log               684 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
log               748 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               759 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               787 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               800 mail/ngx_mail_auth_http_module.c                 ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               843 mail/ngx_mail_auth_http_module.c         ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               862 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail auth sleep handler");
log               884 mail/ngx_mail_auth_http_module.c         c->log->action = "in auth state";
log              1104 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log              1123 mail/ngx_mail_auth_http_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, ev->log, 0,
log              1260 mail/ngx_mail_auth_http_module.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log              1333 mail/ngx_mail_auth_http_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               192 mail/ngx_mail_core_module.c         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               131 mail/ngx_mail_handler.c     ngx_log_error(NGX_LOG_INFO, c->log, 0, "*%ui client %V connected to %V",
log               143 mail/ngx_mail_handler.c     c->log->connection = c->number;
log               144 mail/ngx_mail_handler.c     c->log->handler = ngx_mail_log_error;
log               145 mail/ngx_mail_handler.c     c->log->data = ctx;
log               146 mail/ngx_mail_handler.c     c->log->action = "sending client greeting line";
log               157 mail/ngx_mail_handler.c         c->log->action = "SSL handshaking";
log               165 mail/ngx_mail_handler.c         c->log->action = "SSL handshaking";
log               168 mail/ngx_mail_handler.c             ngx_log_error(NGX_LOG_ERR, c->log, 0,
log               199 mail/ngx_mail_handler.c     c->log->action = "in starttls state";
log               344 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               354 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               365 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               375 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               386 mail/ngx_mail_handler.c     ngx_log_debug2(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               402 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               411 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               416 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               431 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               442 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               448 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               493 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               502 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               520 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               525 mail/ngx_mail_handler.c     ngx_log_debug2(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               546 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               640 mail/ngx_mail_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, 0,
log               698 mail/ngx_mail_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               727 mail/ngx_mail_handler.c ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len)
log               733 mail/ngx_mail_handler.c     if (log->action) {
log               734 mail/ngx_mail_handler.c         p = ngx_snprintf(buf, len, " while %s", log->action);
log               739 mail/ngx_mail_handler.c     ctx = log->data;
log                65 mail/ngx_mail_imap_handler.c     c->log->action = "in auth state";
log                68 mail/ngx_mail_imap_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               113 mail/ngx_mail_imap_handler.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "imap auth state");
log               116 mail/ngx_mail_imap_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               123 mail/ngx_mail_imap_handler.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "imap send handler busy");
log               142 mail/ngx_mail_imap_handler.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0, "imap auth command: %i",
log               329 mail/ngx_mail_imap_handler.c     ngx_log_debug2(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               333 mail/ngx_mail_imap_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log                85 mail/ngx_mail_pop3_handler.c     c->log->action = "in auth state";
log                88 mail/ngx_mail_pop3_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               128 mail/ngx_mail_pop3_handler.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "pop3 auth state");
log               131 mail/ngx_mail_pop3_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               138 mail/ngx_mail_pop3_handler.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "pop3 send handler busy");
log               301 mail/ngx_mail_pop3_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               329 mail/ngx_mail_pop3_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               429 mail/ngx_mail_pop3_handler.c     ngx_log_debug2(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               119 mail/ngx_mail_proxy_module.c     s->connection->log->action = "connecting to upstream";
log               130 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_ALERT, s->connection->log, ngx_socket_errno,
log               147 mail/ngx_mail_proxy_module.c     p->upstream.log = s->connection->log;
log               202 mail/ngx_mail_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail proxy block read");
log               223 mail/ngx_mail_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               230 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log               251 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail proxy send user");
log               253 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending user name to upstream";
log               270 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail proxy send pass");
log               272 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending password to upstream";
log               298 mail/ngx_mail_proxy_module.c         c->log->action = NULL;
log               299 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, 0, "client logged in");
log               336 mail/ngx_mail_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               343 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log               364 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               367 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending LOGIN command to upstream";
log               385 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail proxy send user");
log               387 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending user name to upstream";
log               404 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               407 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending password to upstream";
log               432 mail/ngx_mail_proxy_module.c         c->log->action = NULL;
log               433 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, 0, "client logged in");
log               472 mail/ngx_mail_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               479 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log               500 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0, "mail proxy send ehlo");
log               502 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending HELO/EHLO to upstream";
log               535 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               538 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending XCLIENT to upstream";
log               569 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               572 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending client HELO/EHLO to upstream";
log               594 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               597 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending MAIL FROM to upstream";
log               614 mail/ngx_mail_proxy_module.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, rev->log, 0,
log               617 mail/ngx_mail_proxy_module.c         s->connection->log->action = "sending RCPT TO to upstream";
log               656 mail/ngx_mail_proxy_module.c         c->log->action = NULL;
log               657 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, 0, "client logged in");
log               690 mail/ngx_mail_proxy_module.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, wev->log, 0, "mail proxy dummy handler");
log               709 mail/ngx_mail_proxy_module.c     s->connection->log->action = "reading response from upstream";
log               733 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               817 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
log               825 mail/ngx_mail_proxy_module.c     ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
log               851 mail/ngx_mail_proxy_module.c         c->log->action = "proxying";
log               854 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log               859 mail/ngx_mail_proxy_module.c             ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT,
log               902 mail/ngx_mail_proxy_module.c     ngx_log_debug3(NGX_LOG_DEBUG_MAIL, ev->log, 0,
log               913 mail/ngx_mail_proxy_module.c                 c->log->action = send_action;
log               936 mail/ngx_mail_proxy_module.c             c->log->action = recv_action;
log               959 mail/ngx_mail_proxy_module.c     c->log->action = "proxying";
log               967 mail/ngx_mail_proxy_module.c         action = c->log->action;
log               968 mail/ngx_mail_proxy_module.c         c->log->action = NULL;
log               969 mail/ngx_mail_proxy_module.c         ngx_log_error(NGX_LOG_INFO, c->log, 0, "proxied session done");
log               970 mail/ngx_mail_proxy_module.c         c->log->action = action;
log              1007 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log              1028 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log              1043 mail/ngx_mail_proxy_module.c         ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
log                75 mail/ngx_mail_smtp_handler.c     c->log->action = "in resolving client address";
log               108 mail/ngx_mail_smtp_handler.c         ngx_log_error(NGX_LOG_ERR, c->log, 0,
log               127 mail/ngx_mail_smtp_handler.c     c->log->action = "in resolving client hostname";
log               140 mail/ngx_mail_smtp_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               193 mail/ngx_mail_smtp_handler.c         ngx_log_error(NGX_LOG_ERR, c->log, 0,
log               215 mail/ngx_mail_smtp_handler.c             ngx_log_debug4(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               245 mail/ngx_mail_smtp_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               282 mail/ngx_mail_smtp_handler.c     c->log->action = "in delay pipelining state";
log               286 mail/ngx_mail_smtp_handler.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "delay greeting");
log               307 mail/ngx_mail_smtp_handler.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "invalid pipelining");
log               337 mail/ngx_mail_smtp_handler.c     c->log->action = "in auth state";
log               340 mail/ngx_mail_smtp_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               393 mail/ngx_mail_smtp_handler.c     ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "smtp auth state");
log               396 mail/ngx_mail_smtp_handler.c         ngx_log_error(NGX_LOG_INFO, c->log, NGX_ETIMEDOUT, "client timed out");
log               403 mail/ngx_mail_smtp_handler.c         ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "smtp send handler busy");
log               705 mail/ngx_mail_smtp_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               758 mail/ngx_mail_smtp_handler.c     ngx_log_debug1(NGX_LOG_DEBUG_MAIL, c->log, 0,
log               851 mail/ngx_mail_smtp_handler.c     if (c->log->log_level < NGX_LOG_INFO) {
log               870 mail/ngx_mail_smtp_handler.c     ngx_log_error(NGX_LOG_INFO, c->log, 0, err, &cmd);
log               210 mail/ngx_mail_ssl_module.c     conf->ssl.log = cf->log;
log               225 mail/ngx_mail_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               233 mail/ngx_mail_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               247 mail/ngx_mail_ssl_module.c             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
log               279 mail/ngx_mail_ssl_module.c             ngx_ssl_error(NGX_LOG_EMERG, cf->log, 0,
log                98 misc/ngx_google_perftools_module.c     profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log);
log               115 misc/ngx_google_perftools_module.c         ngx_log_error(NGX_LOG_CRIT, cycle->log, ngx_errno,
log                24 os/unix/ngx_aio_read.c         ngx_log_error(NGX_LOG_ALERT, c->log, 0, "second aio post");
log                28 os/unix/ngx_aio_read.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                30 os/unix/ngx_aio_read.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                47 os/unix/ngx_aio_read.c             ngx_log_error(NGX_LOG_CRIT, rev->log, ngx_errno,
log                53 os/unix/ngx_aio_read.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                64 os/unix/ngx_aio_read.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno, "aio_error() failed");
log                72 os/unix/ngx_aio_read.c                 ngx_log_error(NGX_LOG_ALERT, c->log, n,
log                79 os/unix/ngx_aio_read.c         ngx_log_error(NGX_LOG_CRIT, c->log, n, "aio_read() failed");
log                87 os/unix/ngx_aio_read.c         ngx_log_error(NGX_LOG_ALERT, c->log, ngx_errno,
log                95 os/unix/ngx_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, rev->log, 0,
log                49 os/unix/ngx_aio_read_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "aio_read: %d", n);
log                72 os/unix/ngx_aio_read_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                27 os/unix/ngx_aio_write.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, wev->log, 0,
log                44 os/unix/ngx_aio_write.c             ngx_log_error(NGX_LOG_CRIT, wev->log, ngx_errno,
log                49 os/unix/ngx_aio_write.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, wev->log, 0, "aio_write: OK");
log                59 os/unix/ngx_aio_write.c         ngx_log_error(NGX_LOG_CRIT, wev->log, ngx_errno, "aio_error() failed");
log                67 os/unix/ngx_aio_write.c                 ngx_log_error(NGX_LOG_ALERT, wev->log, n,
log                74 os/unix/ngx_aio_write.c         ngx_log_error(NGX_LOG_CRIT, wev->log, n, "aio_write() failed");
log                81 os/unix/ngx_aio_write.c             ngx_log_error(NGX_LOG_ALERT, wev->log, ngx_errno,
log                85 os/unix/ngx_aio_write.c         ngx_log_error(NGX_LOG_CRIT, wev->log, n, "aio_return() %d", n);
log                93 os/unix/ngx_aio_write.c         ngx_log_error(NGX_LOG_ALERT, wev->log, ngx_errno,
log               102 os/unix/ngx_aio_write.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, wev->log, 0, "aio_write: %d", n);
log                69 os/unix/ngx_aio_write_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "aio_write: %z", n);
log                80 os/unix/ngx_aio_write_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                17 os/unix/ngx_alloc.c ngx_alloc(size_t size, ngx_log_t *log)
log                23 os/unix/ngx_alloc.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log                27 os/unix/ngx_alloc.c     ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, log, 0, "malloc: %p:%uz", p, size);
log                34 os/unix/ngx_alloc.c ngx_calloc(size_t size, ngx_log_t *log)
log                38 os/unix/ngx_alloc.c     p = ngx_alloc(size, log);
log                51 os/unix/ngx_alloc.c ngx_memalign(size_t alignment, size_t size, ngx_log_t *log)
log                59 os/unix/ngx_alloc.c         ngx_log_error(NGX_LOG_EMERG, log, err,
log                64 os/unix/ngx_alloc.c     ngx_log_debug3(NGX_LOG_DEBUG_ALLOC, log, 0,
log                73 os/unix/ngx_alloc.c ngx_memalign(size_t alignment, size_t size, ngx_log_t *log)
log                79 os/unix/ngx_alloc.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log                83 os/unix/ngx_alloc.c     ngx_log_debug3(NGX_LOG_DEBUG_ALLOC, log, 0,
log                15 os/unix/ngx_alloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
log                16 os/unix/ngx_alloc.h void *ngx_calloc(size_t size, ngx_log_t *log);
log                30 os/unix/ngx_alloc.h void *ngx_memalign(size_t alignment, size_t size, ngx_log_t *log);
log                34 os/unix/ngx_alloc.h #define ngx_memalign(alignment, size, log)  ngx_alloc(size, log)
log                14 os/unix/ngx_channel.c     ngx_log_t *log)
log                84 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, err, "sendmsg() failed");
log                93 os/unix/ngx_channel.c ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size, ngx_log_t *log)
log               133 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, err, "recvmsg() failed");
log               138 os/unix/ngx_channel.c         ngx_log_debug0(NGX_LOG_DEBUG_CORE, log, 0, "recvmsg() returned zero");
log               143 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               153 os/unix/ngx_channel.c             ngx_log_error(NGX_LOG_ALERT, log, 0,
log               160 os/unix/ngx_channel.c             ngx_log_error(NGX_LOG_ALERT, log, 0,
log               173 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               181 os/unix/ngx_channel.c             ngx_log_error(NGX_LOG_ALERT, log, 0,
log               202 os/unix/ngx_channel.c     c = ngx_get_connection(fd, cycle->log);
log               213 os/unix/ngx_channel.c     rev->log = cycle->log;
log               214 os/unix/ngx_channel.c     wev->log = cycle->log;
log               248 os/unix/ngx_channel.c ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log)
log               251 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, "close() channel failed");
log               255 os/unix/ngx_channel.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, "close() channel failed");
log                25 os/unix/ngx_channel.h     ngx_log_t *log);
log                27 os/unix/ngx_channel.h     ngx_log_t *log);
log                30 os/unix/ngx_channel.h void ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log);
log                11 os/unix/ngx_daemon.c ngx_int_t ngx_daemon(ngx_log_t *log)
log                17 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed");
log                30 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "setsid() failed");
log                38 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log                44 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDIN) failed");
log                49 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDOUT) failed");
log                55 os/unix/ngx_daemon.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDERR) failed");
log                62 os/unix/ngx_daemon.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "close() failed");
log                59 os/unix/ngx_darwin_init.c ngx_os_specific_init(ngx_log_t *log)
log                74 os/unix/ngx_darwin_init.c             ngx_log_error(NGX_LOG_ALERT, log, err,
log                94 os/unix/ngx_darwin_init.c             ngx_log_error(NGX_LOG_ALERT, log, err,
log               121 os/unix/ngx_darwin_init.c         ngx_log_error(NGX_LOG_ALERT, log, err,
log               131 os/unix/ngx_darwin_init.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               146 os/unix/ngx_darwin_init.c ngx_os_specific_status(ngx_log_t *log)
log               152 os/unix/ngx_darwin_init.c         ngx_log_error(NGX_LOG_NOTICE, log, 0, "OS: %s %s",
log               165 os/unix/ngx_darwin_init.c             ngx_log_error(NGX_LOG_NOTICE, log, 0, "%s: %l",
log               230 os/unix/ngx_darwin_sendfile_chain.c             ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               254 os/unix/ngx_darwin_sendfile_chain.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, err,
log               266 os/unix/ngx_darwin_sendfile_chain.c                 ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               273 os/unix/ngx_darwin_sendfile_chain.c             ngx_log_debug4(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               280 os/unix/ngx_darwin_sendfile_chain.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               300 os/unix/ngx_darwin_sendfile_chain.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                62 os/unix/ngx_file_aio_read.c         aio->event.log = file->log;
log                72 os/unix/ngx_file_aio_read.c         ngx_log_error(NGX_LOG_ALERT, file->log, 0,
log                77 os/unix/ngx_file_aio_read.c     ngx_log_debug4(NGX_LOG_DEBUG_CORE, file->log, 0,
log               114 os/unix/ngx_file_aio_read.c         ngx_log_error(NGX_LOG_CRIT, file->log, n,
log               125 os/unix/ngx_file_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, file->log, 0,
log               144 os/unix/ngx_file_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, file->log, 0,
log               151 os/unix/ngx_file_aio_read.c         ngx_log_error(NGX_LOG_ALERT, file->log, err,
log               160 os/unix/ngx_file_aio_read.c                 ngx_log_error(NGX_LOG_ALERT, file->log, n,
log               171 os/unix/ngx_file_aio_read.c         ngx_log_error(NGX_LOG_CRIT, file->log, n,
log               183 os/unix/ngx_file_aio_read.c         ngx_log_error(NGX_LOG_ALERT, file->log, err,
log               193 os/unix/ngx_file_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, file->log, 0,
log               207 os/unix/ngx_file_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, ev->log, 0,
log                23 os/unix/ngx_files.c     ngx_log_debug4(NGX_LOG_DEBUG_CORE, file->log, 0,
log                31 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log                40 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log                51 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log                71 os/unix/ngx_files.c     ngx_log_debug4(NGX_LOG_DEBUG_CORE, file->log, 0,
log                82 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log               102 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log               114 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log               211 os/unix/ngx_files.c                 ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log               222 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, ngx_errno,
log               228 os/unix/ngx_files.c             ngx_log_error(NGX_LOG_CRIT, file->log, 0,
log               267 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_CRIT, fm->log, ngx_errno,
log               273 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_CRIT, fm->log, ngx_errno,
log               284 os/unix/ngx_files.c     ngx_log_error(NGX_LOG_CRIT, fm->log, ngx_errno,
log               290 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_ALERT, fm->log, ngx_errno,
log               302 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_CRIT, fm->log, ngx_errno,
log               307 os/unix/ngx_files.c         ngx_log_error(NGX_LOG_ALERT, fm->log, ngx_errno,
log                25 os/unix/ngx_files.h     ngx_log_t                   *log;
log                43 os/unix/ngx_files.h     ngx_log_t                   *log;
log                98 os/unix/ngx_freebsd_init.c ngx_os_specific_init(ngx_log_t *log)
log               108 os/unix/ngx_freebsd_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               121 os/unix/ngx_freebsd_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               135 os/unix/ngx_freebsd_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               200 os/unix/ngx_freebsd_init.c         ngx_log_error(NGX_LOG_ALERT, log, err,
log               215 os/unix/ngx_freebsd_init.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               230 os/unix/ngx_freebsd_init.c ngx_os_specific_status(ngx_log_t *log)
log               235 os/unix/ngx_freebsd_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "OS: %s %s",
log               239 os/unix/ngx_freebsd_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0,
log               243 os/unix/ngx_freebsd_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0,
log               257 os/unix/ngx_freebsd_init.c             ngx_log_error(NGX_LOG_NOTICE, log, 0, "%s: %l",
log               123 os/unix/ngx_freebsd_rfork_thread.c     void *arg, ngx_log_t *log)
log               130 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_CRIT, log, 0,
log               141 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               148 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, log, 0,
log               155 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, log, 0,
log               166 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, log, err, "rfork() failed");
log               174 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0, "rfork()ed thread: %P", id);
log               196 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               206 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               215 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               221 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               228 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               235 os/unix/ngx_freebsd_rfork_thread.c     errnos = ngx_calloc(n * sizeof(int), cycle->log);
log               242 os/unix/ngx_freebsd_rfork_thread.c     tids = ngx_calloc((n + 1) * sizeof(ngx_tid_t), cycle->log);
log               252 os/unix/ngx_freebsd_rfork_thread.c                          cycle->log);
log               313 os/unix/ngx_freebsd_rfork_thread.c ngx_mutex_init(ngx_log_t *log, ngx_uint_t flags)
log               318 os/unix/ngx_freebsd_rfork_thread.c     m = ngx_alloc(sizeof(ngx_mutex_t), log);
log               324 os/unix/ngx_freebsd_rfork_thread.c     m->log = log;
log               333 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, "semget() failed");
log               340 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, "semctl(SETVAL) failed");
log               343 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log               358 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, ngx_errno,
log               379 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               382 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               413 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               424 os/unix/ngx_freebsd_rfork_thread.c                 ngx_log_error(NGX_LOG_ALERT, m->log, ngx_errno,
log               433 os/unix/ngx_freebsd_rfork_thread.c                 ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               448 os/unix/ngx_freebsd_rfork_thread.c                     ngx_log_error(NGX_LOG_ALERT, m->log, ngx_errno,
log               453 os/unix/ngx_freebsd_rfork_thread.c                 ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               478 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               490 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               510 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, 0,
log               518 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug2(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               533 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               563 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               571 os/unix/ngx_freebsd_rfork_thread.c                 ngx_log_error(NGX_LOG_ALERT, m->log, ngx_errno,
log               582 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0,
log               590 os/unix/ngx_freebsd_rfork_thread.c ngx_cond_init(ngx_log_t *log)
log               594 os/unix/ngx_freebsd_rfork_thread.c     cv = ngx_alloc(sizeof(ngx_cond_t), log);
log               601 os/unix/ngx_freebsd_rfork_thread.c     cv->log = log;
log               612 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, ngx_errno,
log               640 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cv->log, ngx_errno, "kqueue() failed");
log               644 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, cv->log, 0,
log               658 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cv->log, ngx_errno, "kevent() failed");
log               667 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug3(NGX_LOG_DEBUG_CORE, cv->log, 0,
log               673 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, cv->log, 0,
log               679 os/unix/ngx_freebsd_rfork_thread.c                           cv->log, ngx_errno,
log               691 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cv->log, 0,
log               699 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cv->log, 0,
log               707 os/unix/ngx_freebsd_rfork_thread.c             ngx_log_error(NGX_LOG_ALERT, cv->log, 0,
log               717 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p is waked up", cv);
log               730 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug3(NGX_LOG_DEBUG_CORE, cv->log, 0,
log               742 os/unix/ngx_freebsd_rfork_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, err,
log               752 os/unix/ngx_freebsd_rfork_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p is signaled", cv);
log                29 os/unix/ngx_freebsd_rfork_thread.h     ngx_log_t    *log;
log                40 os/unix/ngx_freebsd_rfork_thread.h     ngx_log_t    *log;
log               244 os/unix/ngx_freebsd_sendfile_chain.c                     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               296 os/unix/ngx_freebsd_sendfile_chain.c                 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, err,
log               312 os/unix/ngx_freebsd_sendfile_chain.c                 ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               319 os/unix/ngx_freebsd_sendfile_chain.c             ngx_log_debug4(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               326 os/unix/ngx_freebsd_sendfile_chain.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               346 os/unix/ngx_freebsd_sendfile_chain.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                51 os/unix/ngx_linux_aio_read.c         aio->event.log = file->log;
log                58 os/unix/ngx_linux_aio_read.c         ngx_log_error(NGX_LOG_ALERT, file->log, 0,
log                63 os/unix/ngx_linux_aio_read.c     ngx_log_debug4(NGX_LOG_DEBUG_CORE, file->log, 0,
log               111 os/unix/ngx_linux_aio_read.c     ngx_log_error(NGX_LOG_CRIT, file->log, n,
log               130 os/unix/ngx_linux_aio_read.c     ngx_log_debug2(NGX_LOG_DEBUG_CORE, ev->log, 0,
log                33 os/unix/ngx_linux_init.c ngx_os_specific_init(ngx_log_t *log)
log                38 os/unix/ngx_linux_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, "uname() failed");
log                62 os/unix/ngx_linux_init.c             ngx_log_error(NGX_LOG_ALERT, log, err,
log                81 os/unix/ngx_linux_init.c ngx_os_specific_status(ngx_log_t *log)
log                83 os/unix/ngx_linux_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "OS: %s %s",
log                87 os/unix/ngx_linux_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "sysctl(KERN_RTSIGMAX): %d",
log               101 os/unix/ngx_linux_sendfile_chain.c                 ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               181 os/unix/ngx_linux_sendfile_chain.c                     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
log               206 os/unix/ngx_linux_sendfile_chain.c                     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               258 os/unix/ngx_linux_sendfile_chain.c             ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               280 os/unix/ngx_linux_sendfile_chain.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log               286 os/unix/ngx_linux_sendfile_chain.c             ngx_log_debug4(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               310 os/unix/ngx_linux_sendfile_chain.c                 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log               316 os/unix/ngx_linux_sendfile_chain.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "writev: %O", sent);
log                35 os/unix/ngx_os.h ngx_int_t ngx_os_init(ngx_log_t *log);
log                36 os/unix/ngx_os.h void ngx_os_status(ngx_log_t *log);
log                37 os/unix/ngx_os.h ngx_int_t ngx_os_specific_init(ngx_log_t *log);
log                38 os/unix/ngx_os.h void ngx_os_specific_status(ngx_log_t *log);
log                39 os/unix/ngx_os.h ngx_int_t ngx_daemon(ngx_log_t *log);
log                32 os/unix/ngx_posix_init.c ngx_os_init(ngx_log_t *log)
log                37 os/unix/ngx_posix_init.c     if (ngx_os_specific_init(log) != NGX_OK) {
log                42 os/unix/ngx_posix_init.c     ngx_init_setproctitle(log);
log                56 os/unix/ngx_posix_init.c         ngx_log_error(NGX_LOG_ALERT, log, errno,
log                76 os/unix/ngx_posix_init.c ngx_os_status(ngx_log_t *log)
log                78 os/unix/ngx_posix_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER);
log                81 os/unix/ngx_posix_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "built by " NGX_COMPILER);
log                85 os/unix/ngx_posix_init.c     ngx_os_specific_status(log);
log                88 os/unix/ngx_posix_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0,
log                95 os/unix/ngx_posix_init.c ngx_posix_post_conf_init(ngx_log_t *log)
log               100 os/unix/ngx_posix_init.c         ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "pipe() failed");
log               105 os/unix/ngx_posix_init.c         ngx_log_error(NGX_LOG_EMERG, log, errno, "dup2(STDERR) failed");
log               111 os/unix/ngx_posix_init.c             ngx_log_error(NGX_LOG_EMERG, log, errno, "close() failed");
log               103 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               117 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               122 os/unix/ngx_process.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               128 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               131 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               136 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               139 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               145 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               147 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               152 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               154 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               159 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               162 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               167 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               170 os/unix/ngx_process.c             ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               189 os/unix/ngx_process.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               191 os/unix/ngx_process.c         ngx_close_channel(ngx_processes[s].channel, cycle->log);
log               203 os/unix/ngx_process.c     ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "start %s %P", name, pid);
log               272 os/unix/ngx_process.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               282 os/unix/ngx_process.c ngx_init_signals(ngx_log_t *log)
log               292 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_EMERG, log, ngx_errno,
log               422 os/unix/ngx_process.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
log               426 os/unix/ngx_process.c         ngx_log_error(NGX_LOG_CRIT, ngx_cycle->log, 0,
log               482 os/unix/ngx_process.c                 ngx_log_error(NGX_LOG_INFO, ngx_cycle->log, err,
log               489 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err,
log               520 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log               525 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log               531 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
log               537 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
log               578 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log                64 os/unix/ngx_process.h ngx_int_t ngx_init_signals(ngx_log_t *log);
log               110 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               153 os/unix/ngx_process_cycle.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               162 os/unix/ngx_process_cycle.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               167 os/unix/ngx_process_cycle.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "sigsuspend");
log               173 os/unix/ngx_process_cycle.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               178 os/unix/ngx_process_cycle.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "reap children");
log               216 os/unix/ngx_process_cycle.c                     ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_socket_errno,
log               238 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reconfiguring");
log               267 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reopening logs");
log               275 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "changing binary");
log               309 os/unix/ngx_process_cycle.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "worker cycle");
log               326 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reconfiguring");
log               339 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reopening logs");
log               352 os/unix/ngx_process_cycle.c     ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "start worker processes");
log               440 os/unix/ngx_process_cycle.c         ngx_log_debug6(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               449 os/unix/ngx_process_cycle.c                           ch, sizeof(ngx_channel_t), cycle->log);
log               492 os/unix/ngx_process_cycle.c         ngx_log_debug7(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               519 os/unix/ngx_process_cycle.c                                   &ch, sizeof(ngx_channel_t), cycle->log)
log               530 os/unix/ngx_process_cycle.c         ngx_log_debug2(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               535 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               568 os/unix/ngx_process_cycle.c         ngx_log_debug7(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
log               585 os/unix/ngx_process_cycle.c                 ngx_close_channel(ngx_processes[i].channel, cycle->log);
log               601 os/unix/ngx_process_cycle.c                     ngx_log_debug3(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log               608 os/unix/ngx_process_cycle.c                                       &ch, sizeof(ngx_channel_t), cycle->log);
log               622 os/unix/ngx_process_cycle.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log               649 os/unix/ngx_process_cycle.c                     ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               685 os/unix/ngx_process_cycle.c     ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exit");
log               702 os/unix/ngx_process_cycle.c     ngx_exit_log_file.fd = ngx_cycle->log->file->fd;
log               704 os/unix/ngx_process_cycle.c     ngx_exit_log = *ngx_cycle->log;
log               707 os/unix/ngx_process_cycle.c     ngx_exit_cycle.log = &ngx_exit_log;
log               746 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log               754 os/unix/ngx_process_cycle.c             ngx_threads[n].cv = ngx_cond_init(cycle->log);
log               763 os/unix/ngx_process_cycle.c                                   (void *) &ngx_threads[n], cycle->log)
log               792 os/unix/ngx_process_cycle.c                 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
log               798 os/unix/ngx_process_cycle.c         ngx_log_debug0(NGX_LOG_DEBUG_EVENT, cycle->log, 0, "worker cycle");
log               803 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
log               810 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
log               822 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reopening logs");
log               848 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               858 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               869 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               881 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               890 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               897 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               903 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
log               913 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
log               917 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               929 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               937 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               947 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               984 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log               990 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
log              1035 os/unix/ngx_process_cycle.c                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
log              1043 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, "aborting");
log              1055 os/unix/ngx_process_cycle.c     ngx_exit_log_file.fd = ngx_cycle->log->file->fd;
log              1057 os/unix/ngx_process_cycle.c     ngx_exit_log = *ngx_cycle->log;
log              1060 os/unix/ngx_process_cycle.c     ngx_exit_cycle.log = &ngx_exit_log;
log              1065 os/unix/ngx_process_cycle.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0, "exit");
log              1085 os/unix/ngx_process_cycle.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, ev->log, 0, "channel handler");
log              1089 os/unix/ngx_process_cycle.c         n = ngx_read_channel(c->fd, &ch, sizeof(ngx_channel_t), ev->log);
log              1091 os/unix/ngx_process_cycle.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0, "channel: %i", n);
log              1113 os/unix/ngx_process_cycle.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0,
log              1132 os/unix/ngx_process_cycle.c             ngx_log_debug3(NGX_LOG_DEBUG_CORE, ev->log, 0,
log              1142 os/unix/ngx_process_cycle.c             ngx_log_debug4(NGX_LOG_DEBUG_CORE, ev->log, 0,
log              1148 os/unix/ngx_process_cycle.c                 ngx_log_error(NGX_LOG_ALERT, ev->log, ngx_errno,
log              1188 os/unix/ngx_process_cycle.c             ngx_log_debug0(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log              1223 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log              1228 os/unix/ngx_process_cycle.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log              1233 os/unix/ngx_process_cycle.c     tls = ngx_calloc(sizeof(ngx_core_tls_t), cycle->log);
log              1240 os/unix/ngx_process_cycle.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log              1259 os/unix/ngx_process_cycle.c             ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0,
log              1306 os/unix/ngx_process_cycle.c     ev.log = cycle->log;
log              1318 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
log              1324 os/unix/ngx_process_cycle.c             ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "reopening logs");
log                20 os/unix/ngx_pthread_thread.c     void *arg, ngx_log_t *log)
log                25 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_CRIT, log, 0,
log                33 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, log, err, "pthread_create() failed");
log                37 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, log, 0,
log                56 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log                64 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
log                76 os/unix/ngx_pthread_thread.c ngx_mutex_init(ngx_log_t *log, ngx_uint_t flags)
log                81 os/unix/ngx_pthread_thread.c     m = ngx_alloc(sizeof(ngx_mutex_t), log);
log                86 os/unix/ngx_pthread_thread.c     m->log = log;
log                91 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, err,
log               108 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, err,
log               125 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "lock mutex %p", m);
log               130 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, err,
log               135 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "mutex %p is locked", m);
log               150 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "try lock mutex %p", m);
log               159 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, err,
log               164 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "mutex %p is locked", m);
log               179 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "unlock mutex %p", m);
log               184 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, m->log, err,
log               189 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "mutex %p is unlocked", m);
log               196 os/unix/ngx_pthread_thread.c ngx_cond_init(ngx_log_t *log)
log               201 os/unix/ngx_pthread_thread.c     cv = ngx_alloc(sizeof(ngx_cond_t), log);
log               206 os/unix/ngx_pthread_thread.c     cv->log = log;
log               211 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, err,
log               228 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, err,
log               241 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p wait", cv);
log               246 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, err,
log               251 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p is waked up", cv);
log               253 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_MUTEX, m->log, 0, "mutex %p is locked", m);
log               264 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p to signal", cv);
log               269 os/unix/ngx_pthread_thread.c         ngx_log_error(NGX_LOG_ALERT, cv->log, err,
log               274 os/unix/ngx_pthread_thread.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cv->log, 0, "cv %p is signaled", cv);
log                30 os/unix/ngx_readv_chain.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                39 os/unix/ngx_readv_chain.c                 ngx_log_error(NGX_LOG_INFO, c->log, rev->kq_errno,
log                87 os/unix/ngx_readv_chain.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               122 os/unix/ngx_readv_chain.c                     ngx_log_error(NGX_LOG_ALERT, c->log, 0,
log               148 os/unix/ngx_readv_chain.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log               211 os/unix/ngx_readv_chain.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               237 os/unix/ngx_readv_chain.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                24 os/unix/ngx_recv.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                53 os/unix/ngx_recv.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               103 os/unix/ngx_recv.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log               137 os/unix/ngx_recv.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log               159 os/unix/ngx_recv.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                35 os/unix/ngx_send.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                51 os/unix/ngx_send.c             ngx_log_error(NGX_LOG_ALERT, c->log, err, "send() returned zero");
log                59 os/unix/ngx_send.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                34 os/unix/ngx_setproctitle.c ngx_init_setproctitle(ngx_log_t *log)
log                46 os/unix/ngx_setproctitle.c     p = ngx_alloc(size, log);
log               130 os/unix/ngx_setproctitle.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
log                15 os/unix/ngx_setproctitle.h #define ngx_init_setproctitle(log)
log                28 os/unix/ngx_setproctitle.h ngx_int_t ngx_init_setproctitle(ngx_log_t *log);
log                36 os/unix/ngx_setproctitle.h ngx_int_t ngx_init_setproctitle(ngx_log_t *log);
log                41 os/unix/ngx_setproctitle.h #define ngx_init_setproctitle(log)
log                21 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                34 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                49 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                58 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                63 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                75 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                94 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                99 os/unix/ngx_shmem.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, shm->log, 0, "shmget id: %d", id);
log               104 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno, "shmat() failed");
log               108 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log               120 os/unix/ngx_shmem.c         ngx_log_error(NGX_LOG_ALERT, shm->log, ngx_errno,
log                19 os/unix/ngx_shmem.h     ngx_log_t   *log;
log                32 os/unix/ngx_solaris_init.c ngx_os_specific_init(ngx_log_t *log)
log                37 os/unix/ngx_solaris_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log                45 os/unix/ngx_solaris_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log                53 os/unix/ngx_solaris_init.c         ngx_log_error(NGX_LOG_ALERT, log, ngx_errno,
log                66 os/unix/ngx_solaris_init.c ngx_os_specific_status(ngx_log_t *log)
log                69 os/unix/ngx_solaris_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "OS: %s %s",
log                72 os/unix/ngx_solaris_init.c     ngx_log_error(NGX_LOG_NOTICE, log, 0, "version: %s",
log               185 os/unix/ngx_solaris_sendfilev_chain.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, err,
log               189 os/unix/ngx_solaris_sendfilev_chain.c         ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                51 os/unix/ngx_thread.h     ngx_log_t        *log;
log                56 os/unix/ngx_thread.h     ngx_log_t        *log;
log                97 os/unix/ngx_thread.h     ngx_thread_value_t (*func)(void *arg), void *arg, ngx_log_t *log);
log                99 os/unix/ngx_thread.h ngx_mutex_t *ngx_mutex_init(ngx_log_t *log, ngx_uint_t flags);
log               103 os/unix/ngx_thread.h ngx_cond_t *ngx_cond_init(ngx_log_t *log);
log                26 os/unix/ngx_udp_recv.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                50 os/unix/ngx_udp_recv.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                84 os/unix/ngx_udp_recv.c         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, c->log, 0,
log                94 os/unix/ngx_udp_recv.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log                53 os/unix/ngx_user.c     ngx_log_error(NGX_LOG_CRIT, pool->log, err, "crypt_r() failed");
log               101 os/unix/ngx_user.c     ngx_log_error(NGX_LOG_CRIT, pool->log, err, "crypt() failed");
log               127 os/unix/ngx_writev_chain.c             ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
log               133 os/unix/ngx_writev_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "writev: %z", sent);