Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c275 if (ngx_array_init(&cmcf->phases[NGX_STREAM_POST_ACCEPT_PHASE].handlers, in ngx_stream_init_phases()
282 if (ngx_array_init(&cmcf->phases[NGX_STREAM_PREACCESS_PHASE].handlers, in ngx_stream_init_phases()
289 if (ngx_array_init(&cmcf->phases[NGX_STREAM_ACCESS_PHASE].handlers, in ngx_stream_init_phases()
296 if (ngx_array_init(&cmcf->phases[NGX_STREAM_SSL_PHASE].handlers, in ngx_stream_init_phases()
303 if (ngx_array_init(&cmcf->phases[NGX_STREAM_PREREAD_PHASE].handlers, in ngx_stream_init_phases()
310 if (ngx_array_init(&cmcf->phases[NGX_STREAM_LOG_PHASE].handlers, in ngx_stream_init_phases()
334 n += cmcf->phases[i].handlers.nelts; in ngx_stream_init_phase_handlers()
347 h = cmcf->phases[i].handlers.elts; in ngx_stream_init_phase_handlers()
366 n += cmcf->phases[i].handlers.nelts; in ngx_stream_init_phase_handlers()
368 for (j = cmcf->phases[i].handlers.nelts - 1; j >= 0; j--) { in ngx_stream_init_phase_handlers()
H A Dngx_stream_handler.c319 log_handler = cmcf->phases[NGX_STREAM_LOG_PHASE].handlers.elts; in ngx_stream_log_session()
320 n = cmcf->phases[NGX_STREAM_LOG_PHASE].handlers.nelts; in ngx_stream_log_session()
H A Dngx_stream.h168 ngx_stream_phase_t phases[NGX_STREAM_LOG_PHASE + 1]; member
H A Dngx_stream_realip_module.c340 h = ngx_array_push(&cmcf->phases[NGX_STREAM_POST_ACCEPT_PHASE].handlers); in ngx_stream_realip_init()
H A Dngx_stream_access_module.c445 h = ngx_array_push(&cmcf->phases[NGX_STREAM_ACCESS_PHASE].handlers); in ngx_stream_access_init()
H A Dngx_stream_ssl_preread_module.c656 h = ngx_array_push(&cmcf->phases[NGX_STREAM_PREREAD_PHASE].handlers); in ngx_stream_ssl_preread_init()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Drockchip-dw-mshc.yaml75 to control the clock phases, "ciu-sample" is required for tuning
85 low speeds or in case where all phases work at tuning time.
88 rockchip,desired-num-phases:
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c350 if (ngx_array_init(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers, in ngx_http_init_phases()
364 if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers, in ngx_http_init_phases()
371 if (ngx_array_init(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers, in ngx_http_init_phases()
378 if (ngx_array_init(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers, in ngx_http_init_phases()
385 if (ngx_array_init(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers, in ngx_http_init_phases()
392 if (ngx_array_init(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers, in ngx_http_init_phases()
399 if (ngx_array_init(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers, in ngx_http_init_phases()
472 n += cmcf->phases[i].handlers.nelts; in ngx_http_init_phase_handlers()
485 h = cmcf->phases[i].handlers.elts; in ngx_http_init_phase_handlers()
546 n += cmcf->phases[i].handlers.nelts; in ngx_http_init_phase_handlers()
[all …]
H A Dngx_http_core_module.h175 ngx_http_phase_t phases[NGX_HTTP_LOG_PHASE + 1]; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c235 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_degradation_init()
H A Dngx_http_mirror_module.c256 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_mirror_init()
H A Dngx_http_realip_module.c528 h = ngx_array_push(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers); in ngx_http_realip_init()
535 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_realip_init()
H A Dngx_http_static_module.c280 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_static_init()
H A Dngx_http_gzip_static_module.c323 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_gzip_static_init()
H A Dngx_http_random_index_module.c309 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_random_index_init()
H A Dngx_http_auth_request_module.c345 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_request_init()
H A Dngx_http_auth_basic_module.c391 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_basic_init()
H A Dngx_http_access_module.c455 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_access_init()
H A Dngx_http_try_files_module.c396 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_try_files_init()
H A Dngx_http_rewrite_module.c279 h = ngx_array_push(&cmcf->phases[NGX_HTTP_SERVER_REWRITE_PHASE].handlers); in ngx_http_rewrite_init()
286 h = ngx_array_push(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers); in ngx_http_rewrite_init()
H A Dngx_http_index_module.c450 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_index_init()
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Drohm,bd99954.yaml31 # The BD99954 data sheet divides charging to three phases.
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst20 the number of cycles per operation for the 3 phases: setup, enqueue_burst and
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md4 is being deployed in three phases. This logic is encapsulated in
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c75 enum phases { enum

12