Searched refs:old_cycle (Results 1 – 9 of 9) sorted by relevance
133 if (cycle->old_cycle && cycle->old_cycle->modules) { in ngx_count_modules()135 for (i = 0; cycle->old_cycle->modules[i]; i++) { in ngx_count_modules()136 module = cycle->old_cycle->modules[i]; in ngx_count_modules()302 if (cycle->old_cycle && cycle->old_cycle->modules) { in ngx_module_index()304 for (i = 0; cycle->old_cycle->modules[i]; i++) { in ngx_module_index()305 module = cycle->old_cycle->modules[i]; in ngx_module_index()343 if (cycle->old_cycle && cycle->old_cycle->modules) { in ngx_module_ctx_index()345 for (i = 0; cycle->old_cycle->modules[i]; i++) { in ngx_module_ctx_index()346 module = cycle->old_cycle->modules[i]; in ngx_module_ctx_index()
39 ngx_init_cycle(ngx_cycle_t *old_cycle) in ngx_init_cycle() argument67 log = old_cycle->log; in ngx_init_cycle()83 cycle->old_cycle = old_cycle; in ngx_init_cycle()116 n = old_cycle->paths.nelts ? old_cycle->paths.nelts : 10; in ngx_init_cycle()174 n = old_cycle->listening.nelts ? old_cycle->listening.nelts : 10; in ngx_init_cycle()496 if (old_cycle->listening.nelts) { in ngx_init_cycle()497 ls = old_cycle->listening.elts; in ngx_init_cycle()697 ls = old_cycle->listening.elts; in ngx_init_cycle()732 part = &old_cycle->open_files.part; in ngx_init_cycle()762 cycle->old_cycle = NULL; in ngx_init_cycle()[all …]
76 ngx_cycle_t *old_cycle; member131 ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle);
1168 lock_file = cycle->old_cycle->lock_file; in ngx_core_module_init_conf()
77 || cycle->old_cycle == NULL in ngx_poll_init()78 || cycle->old_cycle->connection_n < cycle->connection_n) in ngx_poll_init()
88 || cycle->old_cycle == NULL in ngx_select_init()89 || cycle->old_cycle->connection_n < cycle->connection_n) in ngx_select_init()
80 || cycle->old_cycle == NULL in ngx_poll_init()81 || cycle->old_cycle->connection_n < cycle->connection_n) in ngx_poll_init()
1125 if (cf->cycle->old_cycle->conf_ctx) { in ngx_event_use()1126 old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx, in ngx_event_use()