init              421 core/ngx_cycle.c         if (shm_zone[i].init == NULL) {
init              457 core/ngx_cycle.c                 if (shm_zone[i].init(&shm_zone[i], oshm_zone[n].data)
init              479 core/ngx_cycle.c         if (shm_zone[i].init(&shm_zone[i], NULL) != NGX_OK) {
init             1322 core/ngx_cycle.c     shm_zone->init = NULL;
init               31 core/ngx_cycle.h     ngx_shm_zone_init_pt      init;
init              302 core/ngx_file.c     ngx_path_init_t *init)
init              318 core/ngx_file.c     (*path)->name = init->name;
init              324 core/ngx_file.c     (*path)->level[0] = init->level[0];
init              325 core/ngx_file.c     (*path)->level[1] = init->level[1];
init              326 core/ngx_file.c     (*path)->level[2] = init->level[2];
init              328 core/ngx_file.c     (*path)->len = init->level[0] + (init->level[0] ? 1 : 0)
init              329 core/ngx_file.c                    + init->level[1] + (init->level[1] ? 1 : 0)
init              330 core/ngx_file.c                    + init->level[2] + (init->level[2] ? 1 : 0);
init              141 core/ngx_file.h     ngx_path_t *prev, ngx_path_init_t *init);
init               79 event/modules/ngx_aio_module.c     if (ngx_kqueue_module_ctx.actions.init(cycle, timer) == NGX_ERROR) {
init              618 event/ngx_event.c         if (module->actions.init(cycle, ngx_timer_resolution) != NGX_OK) {
init              243 event/ngx_event.h     ngx_int_t  (*init)(ngx_cycle_t *cycle, ngx_msec_t timer);
init             1479 event/ngx_event_openssl.c         shm_zone->init = ngx_ssl_session_cache_init;
init              713 http/modules/ngx_http_limit_req_module.c     shm_zone->init = ngx_http_limit_req_init_zone;
init              494 http/modules/ngx_http_limit_zone_module.c     shm_zone->init = ngx_http_limit_zone_init_zone;
init               85 http/modules/ngx_http_upstream_ip_hash_module.c     us->peer.init = ngx_http_upstream_init_ip_hash_peer;
init             1676 http/ngx_http_file_cache.c     cache->shm_zone->init = ngx_http_file_cache_init;
init              622 http/ngx_http_upstream.c     if (uscf->peer.init(r, uscf) != NGX_OK) {
init             4477 http/ngx_http_upstream.c     ngx_http_upstream_init_pt       init;
init             4485 http/ngx_http_upstream.c         init = uscfp[i]->peer.init_upstream ? uscfp[i]->peer.init_upstream:
init             4488 http/ngx_http_upstream.c         if (init(cf, uscfp[i]) != NGX_OK) {
init               78 http/ngx_http_upstream.h     ngx_http_upstream_init_peer_pt   init;
init               27 http/ngx_http_upstream_round_robin.c     us->peer.init = ngx_http_upstream_init_round_robin_peer;