ngx_cycle         294 core/nginx.c       ngx_cycle = &init_cycle;
ngx_cycle         355 core/nginx.c       ngx_cycle = cycle;
ngx_cycle         901 core/nginx.c               cycle->conf_prefix.len = p - ngx_cycle->conf_file.data + 1;
ngx_cycle         902 core/nginx.c               cycle->conf_prefix.data = ngx_cycle->conf_file.data;
ngx_cycle        1314 core/nginx.c       ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx,
ngx_cycle         712 core/ngx_connection.c     if (ngx_cycle->files && (ngx_uint_t) s >= ngx_cycle->files_n) {
ngx_cycle         716 core/ngx_connection.c                       s, ngx_cycle->files_n);
ngx_cycle         722 core/ngx_connection.c     c = ngx_cycle->free_connections;
ngx_cycle         726 core/ngx_connection.c         c = ngx_cycle->free_connections;
ngx_cycle         732 core/ngx_connection.c                       ngx_cycle->connection_n);
ngx_cycle         739 core/ngx_connection.c     ngx_cycle->free_connections = c->data;
ngx_cycle         740 core/ngx_connection.c     ngx_cycle->free_connection_n--;
ngx_cycle         744 core/ngx_connection.c     if (ngx_cycle->files) {
ngx_cycle         745 core/ngx_connection.c         ngx_cycle->files[s] = c;
ngx_cycle         783 core/ngx_connection.c     c->data = ngx_cycle->free_connections;
ngx_cycle         784 core/ngx_connection.c     ngx_cycle->free_connections = c;
ngx_cycle         785 core/ngx_connection.c     ngx_cycle->free_connection_n++;
ngx_cycle         789 core/ngx_connection.c     if (ngx_cycle->files) {
ngx_cycle         790 core/ngx_connection.c         ngx_cycle->files[c->fd] = NULL;
ngx_cycle         907 core/ngx_connection.c         ngx_log_error(level, ngx_cycle->log, err,
ngx_cycle         929 core/ngx_connection.c             (ngx_queue_t *) &ngx_cycle->reusable_connections_queue, &c->queue);
ngx_cycle         942 core/ngx_connection.c         if (ngx_queue_empty(&ngx_cycle->reusable_connections_queue)) {
ngx_cycle         946 core/ngx_connection.c         q = ngx_queue_last(&ngx_cycle->reusable_connections_queue);
ngx_cycle         116 core/ngx_crc32.c     p = ngx_alloc(16 * sizeof(uint32_t) + ngx_cacheline_size, ngx_cycle->log);
ngx_cycle          20 core/ngx_cycle.c volatile ngx_cycle_t  *ngx_cycle;
ngx_cycle        1336 core/ngx_cycle.c     log = ngx_cycle->log;
ngx_cycle         131 core/ngx_cycle.h extern volatile ngx_cycle_t  *ngx_cycle;
ngx_cycle          18 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "hf:\"%*s\"", len, name);
ngx_cycle          58 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "wch:\"%*s\"", len, name);
ngx_cycle          78 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "key:\"%ui\"", key);
ngx_cycle          84 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "value:\"%p\"", value);
ngx_cycle         152 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "wct:\"%*s\"", len, name);
ngx_cycle         170 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "key:\"%ui\"", key);
ngx_cycle         176 core/ngx_hash.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "value:\"%p\"", value);
ngx_cycle         199 core/ngx_log.c     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err,
ngx_cycle          82 core/ngx_open_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
ngx_cycle         101 core/ngx_open_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
ngx_cycle         107 core/ngx_open_file_cache.c             ngx_close_cached_file(cache, file, 0, ngx_cycle->log);
ngx_cycle         116 core/ngx_open_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle         122 core/ngx_open_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle         623 core/ngx_open_file_cache.c     file->event->log = ngx_cycle->log;
ngx_cycle         414 core/ngx_palloc.c     if (ngx_cycle->cache == NULL) {
ngx_cycle         418 core/ngx_palloc.c     slot = &ngx_cycle->cache[(size + ngx_pagesize - 1) / ngx_pagesize];
ngx_cycle         171 core/ngx_resolver.c         ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
ngx_cycle          42 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_EMERG, ngx_cycle->log, ngx_errno,
ngx_cycle          48 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, ngx_errno,
ngx_cycle          62 core/ngx_shmtx.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, ngx_errno,
ngx_cycle         165 core/ngx_slab.c         ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0,
ngx_cycle         192 core/ngx_slab.c     ngx_log_debug2(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0,
ngx_cycle         395 core/ngx_slab.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0, "slab alloc: %p", p);
ngx_cycle         420 core/ngx_slab.c     ngx_log_debug1(NGX_LOG_DEBUG_ALLOC, ngx_cycle->log, 0, "slab free: %p", p);
ngx_cycle         699 core/ngx_slab.c     ngx_log_error(level, ngx_cycle->log, 0, "%s%s", text, pool->log_ctx);
ngx_cycle        1769 core/ngx_string.c     p = ngx_alloc(size, ngx_cycle->log);
ngx_cycle        1800 core/ngx_string.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, "memcpy %uz bytes", n);
ngx_cycle         413 event/modules/ngx_devpoll_module.c         c = ngx_cycle->files[fd];
ngx_cycle         207 event/modules/ngx_poll_module.c             c = ngx_cycle->files[event_list[nevents].fd];
ngx_cycle         340 event/modules/ngx_poll_module.c         c = ngx_cycle->files[event_list[i].fd];
ngx_cycle         215 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_cycle         355 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_cycle         363 event/modules/ngx_rtsig_module.c         c = ngx_cycle->files[si.si_fd];
ngx_cycle         477 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
ngx_cycle         566 event/ngx_event.c     ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0, "timer signal");
ngx_cycle          33 event/ngx_event_accept.c     ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
ngx_cycle         106 event/ngx_event_accept.c         ngx_accept_disabled = ngx_cycle->connection_n / 8
ngx_cycle         107 event/ngx_event_accept.c                               - ngx_cycle->free_connection_n;
ngx_cycle        1816 event/ngx_event_openssl.c     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0,
ngx_cycle        1899 event/ngx_event_openssl.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0,
ngx_cycle         835 http/modules/perl/ngx_http_perl_module.c         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0, "perl term");
ngx_cycle        1914 http/ngx_http_core_module.c         if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, path, 0) != NGX_OK) {
ngx_cycle         999 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1005 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_cycle        1023 http/ngx_http_file_cache.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1062 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1068 http/ngx_http_file_cache.c     name = ngx_alloc(len + 1, ngx_cycle->log);
ngx_cycle        1097 http/ngx_http_file_cache.c         ngx_log_debug6(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1126 http/ngx_http_file_cache.c         ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle        1168 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1172 http/ngx_http_file_cache.c             ngx_log_error(NGX_LOG_CRIT, ngx_cycle->log, ngx_errno,
ngx_cycle        1209 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1244 http/ngx_http_file_cache.c     ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1254 http/ngx_http_file_cache.c     tree.log = ngx_cycle->log;
ngx_cycle        1267 http/ngx_http_file_cache.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
ngx_cycle        1286 http/ngx_http_file_cache.c         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ngx_cycle->log, 0,
ngx_cycle        1322 http/ngx_http_script.c     return code->conf_prefix ? ngx_cycle->conf_prefix.len:
ngx_cycle        1323 http/ngx_http_script.c                                ngx_cycle->prefix.len;
ngx_cycle        1339 http/ngx_http_script.c     if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, &value, code->conf_prefix)
ngx_cycle        1138 http/ngx_http_variables.c         if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, &path, 0) != NGX_OK) {
ngx_cycle        1177 http/ngx_http_variables.c         if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, &path, 0) != NGX_OK) {
ngx_cycle        1632 http/ngx_http_variables.c     v->len = ngx_cycle->hostname.len;
ngx_cycle        1636 http/ngx_http_variables.c     v->data = ngx_cycle->hostname.data;
ngx_cycle         422 os/unix/ngx_process.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
ngx_cycle         426 os/unix/ngx_process.c         ngx_log_error(NGX_LOG_CRIT, ngx_cycle->log, 0,
ngx_cycle         482 os/unix/ngx_process.c                 ngx_log_error(NGX_LOG_INFO, ngx_cycle->log, err,
ngx_cycle         489 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err,
ngx_cycle         520 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle         525 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle         531 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0,
ngx_cycle         537 os/unix/ngx_process.c             ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
ngx_cycle         552 os/unix/ngx_process.c     ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx,
ngx_cycle         242 os/unix/ngx_process_cycle.c                 cycle = (ngx_cycle_t *) ngx_cycle;
ngx_cycle         246 os/unix/ngx_process_cycle.c             ngx_cycle = cycle;
ngx_cycle         330 os/unix/ngx_process_cycle.c                 cycle = (ngx_cycle_t *) ngx_cycle;
ngx_cycle         334 os/unix/ngx_process_cycle.c             ngx_cycle = cycle;
ngx_cycle         382 os/unix/ngx_process_cycle.c     path = ngx_cycle->pathes.elts;
ngx_cycle         383 os/unix/ngx_process_cycle.c     for (i = 0; i < ngx_cycle->pathes.nelts; i++) {
ngx_cycle         702 os/unix/ngx_process_cycle.c     ngx_exit_log_file.fd = ngx_cycle->log->file->fd;
ngx_cycle         704 os/unix/ngx_process_cycle.c     ngx_exit_log = *ngx_cycle->log;
ngx_cycle         708 os/unix/ngx_process_cycle.c     ngx_cycle = &ngx_exit_cycle;
ngx_cycle        1055 os/unix/ngx_process_cycle.c     ngx_exit_log_file.fd = ngx_cycle->log->file->fd;
ngx_cycle        1057 os/unix/ngx_process_cycle.c     ngx_exit_log = *ngx_cycle->log;
ngx_cycle        1061 os/unix/ngx_process_cycle.c     ngx_cycle = &ngx_exit_cycle;
ngx_cycle        1065 os/unix/ngx_process_cycle.c     ngx_log_error(NGX_LOG_NOTICE, ngx_cycle->log, 0, "exit");
ngx_cycle        1214 os/unix/ngx_process_cycle.c     cycle = (ngx_cycle_t *) ngx_cycle;
ngx_cycle        1342 os/unix/ngx_process_cycle.c     path = ngx_cycle->pathes.elts;
ngx_cycle        1343 os/unix/ngx_process_cycle.c     for (i = 0; i < ngx_cycle->pathes.nelts; i++) {
ngx_cycle        1369 os/unix/ngx_process_cycle.c     cycle = (ngx_cycle_t *) ngx_cycle;
ngx_cycle         130 os/unix/ngx_setproctitle.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,