| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream.c | 275 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 D | ngx_stream_handler.c | 319 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 D | ngx_stream.h | 168 ngx_stream_phase_t phases[NGX_STREAM_LOG_PHASE + 1]; member
|
| H A D | ngx_stream_realip_module.c | 340 h = ngx_array_push(&cmcf->phases[NGX_STREAM_POST_ACCEPT_PHASE].handlers); in ngx_stream_realip_init()
|
| H A D | ngx_stream_access_module.c | 445 h = ngx_array_push(&cmcf->phases[NGX_STREAM_ACCESS_PHASE].handlers); in ngx_stream_access_init()
|
| H A D | ngx_stream_ssl_preread_module.c | 656 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 D | rockchip-dw-mshc.yaml | 75 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 D | ngx_http.c | 350 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 D | ngx_http_core_module.h | 175 ngx_http_phase_t phases[NGX_HTTP_LOG_PHASE + 1]; member
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_degradation_module.c | 235 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_degradation_init()
|
| H A D | ngx_http_mirror_module.c | 256 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_mirror_init()
|
| H A D | ngx_http_realip_module.c | 528 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 D | ngx_http_static_module.c | 280 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_static_init()
|
| H A D | ngx_http_gzip_static_module.c | 323 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_gzip_static_init()
|
| H A D | ngx_http_random_index_module.c | 309 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_random_index_init()
|
| H A D | ngx_http_auth_request_module.c | 345 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_request_init()
|
| H A D | ngx_http_auth_basic_module.c | 391 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_basic_init()
|
| H A D | ngx_http_access_module.c | 455 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_access_init()
|
| H A D | ngx_http_try_files_module.c | 396 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_try_files_init()
|
| H A D | ngx_http_rewrite_module.c | 279 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 D | ngx_http_index_module.c | 450 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 D | rohm,bd99954.yaml | 31 # The BD99954 data sheet divides charging to three phases.
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 20 the number of cycles per operation for the 3 phases: setup, enqueue_burst and
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 4 is being deployed in three phases. This logic is encapsulated in
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 75 enum phases { enum
|