conf_ctx          357 core/nginx.c       ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          473 core/nginx.c       ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          627 core/nginx.c       ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx         1314 core/nginx.c       ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx,
conf_ctx          225 core/ngx_conf_file.h #define ngx_get_conf(conf_ctx, module)  conf_ctx[module.index]
conf_ctx          187 core/ngx_cycle.c     cycle->conf_ctx = ngx_pcalloc(pool, ngx_max_module * sizeof(void *));
conf_ctx          188 core/ngx_cycle.c     if (cycle->conf_ctx == NULL) {
conf_ctx          227 core/ngx_cycle.c             cycle->conf_ctx[ngx_modules[i]->index] = rv;
conf_ctx          250 core/ngx_cycle.c     conf.ctx = cycle->conf_ctx;
conf_ctx          286 core/ngx_cycle.c             if (module->init_conf(cycle, cycle->conf_ctx[ngx_modules[i]->index])
conf_ctx          300 core/ngx_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          315 core/ngx_cycle.c         old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx,
conf_ctx          787 core/ngx_cycle.c         old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx,
conf_ctx         1021 core/ngx_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx         1043 core/ngx_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx           37 core/ngx_cycle.h     void                  ****conf_ctx;
conf_ctx          116 core/ngx_cycle.h #define ngx_is_init_cycle(cycle)  (cycle->conf_ctx == NULL)
conf_ctx          120 event/modules/ngx_devpoll_module.c     dpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_devpoll_module);
conf_ctx          216 event/modules/ngx_epoll_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_epoll_module);
conf_ctx          175 event/modules/ngx_eventport_module.c     epcf = ngx_event_get_conf(cycle->conf_ctx, ngx_eventport_module);
conf_ctx          124 event/modules/ngx_kqueue_module.c     kcf = ngx_event_get_conf(cycle->conf_ctx, ngx_kqueue_module);
conf_ctx          425 event/modules/ngx_poll_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
conf_ctx          149 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(cycle->conf_ctx, ngx_rtsig_module);
conf_ctx          215 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
conf_ctx          355 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
conf_ctx          477 event/modules/ngx_rtsig_module.c     rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
conf_ctx          408 event/modules/ngx_select_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
conf_ctx          392 event/modules/ngx_win32_select_module.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
conf_ctx          436 event/ngx_event.c     cf = ngx_get_conf(cycle->conf_ctx, ngx_events_module);
conf_ctx          451 event/ngx_event.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          584 event/ngx_event.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          585 event/ngx_event.c     ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module);
conf_ctx          795 event/ngx_event.c             iocpcf = ngx_event_get_conf(cycle->conf_ctx, ngx_iocp_module);
conf_ctx         1002 event/ngx_event.c     if (cf->cycle->old_cycle->conf_ctx) {
conf_ctx         1003 event/ngx_event.c         old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx,
conf_ctx         1257 event/ngx_event.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          534 event/ngx_event.h #define ngx_event_get_conf(conf_ctx, module)                                  \
conf_ctx          535 event/ngx_event.h              (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index];
conf_ctx           33 event/ngx_event_accept.c     ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module);
conf_ctx         1752 http/ngx_http.c     iocpcf = ngx_event_get_conf(cf->cycle->conf_ctx, ngx_iocp_module);
conf_ctx           68 http/ngx_http_config.h     (cycle->conf_ctx[ngx_http_module.index] ?                                 \
conf_ctx           69 http/ngx_http_config.h         ((ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index])      \
conf_ctx           92 misc/ngx_google_perftools_module.c                 ngx_get_conf(cycle->conf_ctx, ngx_google_perftools_module);
conf_ctx          552 os/unix/ngx_process.c     ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx,
conf_ctx          134 os/unix/ngx_process_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          247 os/unix/ngx_process_cycle.c             ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx,
conf_ctx          642 os/unix/ngx_process_cycle.c                 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx,
conf_ctx          734 os/unix/ngx_process_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);
conf_ctx          844 os/unix/ngx_process_cycle.c     ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);