Home
last modified time | relevance | path

Searched refs:ngx_array_push_n (Results 1 – 16 of 16) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_array.h28 void *ngx_array_push_n(ngx_array_t *a, ngx_uint_t n);
H A Dngx_array.c95 ngx_array_push_n(ngx_array_t *a, ngx_uint_t n) in ngx_array_push_n() function
H A Dngx_resolver.c263 rec = ngx_array_push_n(&r->connections, u.naddrs); in ngx_resolver_create()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1732 copy = ngx_array_push_n(params->lengths, in ngx_http_scgi_init_params()
1742 copy = ngx_array_push_n(params->lengths, in ngx_http_scgi_init_params()
1757 copy = ngx_array_push_n(params->values, size); in ngx_http_scgi_init_params()
1781 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_scgi_init_params()
1789 code = ngx_array_push_n(params->values, sizeof(uintptr_t)); in ngx_http_scgi_init_params()
1797 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_scgi_init_params()
H A Dngx_http_uwsgi_module.c2001 copy = ngx_array_push_n(params->lengths, in ngx_http_uwsgi_init_params()
2011 copy = ngx_array_push_n(params->lengths, in ngx_http_uwsgi_init_params()
2026 copy = ngx_array_push_n(params->values, size); in ngx_http_uwsgi_init_params()
2050 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_uwsgi_init_params()
2058 code = ngx_array_push_n(params->values, sizeof(uintptr_t)); in ngx_http_uwsgi_init_params()
2066 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_uwsgi_init_params()
H A Dngx_http_rewrite_module.c260 code = ngx_array_push_n(conf->codes, sizeof(uintptr_t)); in ngx_http_rewrite_merge_loc_conf()
588 if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t)); in ngx_http_rewrite_if()
H A Dngx_http_fastcgi_module.c3272 copy = ngx_array_push_n(params->lengths, in ngx_http_fastcgi_init_params()
3282 copy = ngx_array_push_n(params->lengths, in ngx_http_fastcgi_init_params()
3297 copy = ngx_array_push_n(params->values, size); in ngx_http_fastcgi_init_params()
3321 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_fastcgi_init_params()
3329 code = ngx_array_push_n(params->values, sizeof(uintptr_t)); in ngx_http_fastcgi_init_params()
3337 code = ngx_array_push_n(params->lengths, sizeof(uintptr_t)); in ngx_http_fastcgi_init_params()
H A Dngx_http_realip_module.c386 cidr = ngx_array_push_n(rlcf->from, u.naddrs); in ngx_http_realip_from()
H A Dngx_http_grpc_module.c4463 copy = ngx_array_push_n(headers->lengths, in ngx_http_grpc_init_headers()
4477 copy = ngx_array_push_n(headers->values, size); in ngx_http_grpc_init_headers()
4500 code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t)); in ngx_http_grpc_init_headers()
4507 code = ngx_array_push_n(headers->values, sizeof(uintptr_t)); in ngx_http_grpc_init_headers()
4515 code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t)); in ngx_http_grpc_init_headers()
H A Dngx_http_proxy_module.c3531 copy = ngx_array_push_n(headers->lengths, in ngx_http_proxy_init_headers()
3545 copy = ngx_array_push_n(headers->values, size); in ngx_http_proxy_init_headers()
3568 code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t)); in ngx_http_proxy_init_headers()
3575 code = ngx_array_push_n(headers->values, sizeof(uintptr_t)); in ngx_http_proxy_init_headers()
3583 code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t)); in ngx_http_proxy_init_headers()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c247 cidr = ngx_array_push_n(rscf->from, u.naddrs); in ngx_stream_realip_from()
H A Dngx_stream_script.c556 new = ngx_array_push_n(codes, size); in ngx_stream_script_add_code()
H A Dngx_stream_core_module.c624 ls = ngx_array_push_n(&cmcf->listen, u.naddrs); in ngx_stream_core_listen()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c345 ls = ngx_array_push_n(&cmcf->listen, u.naddrs); in ngx_mail_core_listen()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c681 return ngx_array_push_n(*codes, size); in ngx_http_script_start_code()
693 new = ngx_array_push_n(codes, size); in ngx_http_script_add_code()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1236 cidr = ngx_array_push_n(&ecf->debug_connection, u.naddrs); in ngx_event_debug_connection()