ngx_array_push_n   28 src/core/ngx_array.h void *ngx_array_push_n(ngx_array_t *a, ngx_uint_t n);
ngx_array_push_n  232 src/core/ngx_resolver.c         uc = ngx_array_push_n(&r->udp_connections, u.naddrs);
ngx_array_push_n 1105 src/event/ngx_event.c     cidr = ngx_array_push_n(&ecf->debug_connection, u.naddrs);
ngx_array_push_n 3247 src/http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 3256 src/http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 3270 src/http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(params->values, size);
ngx_array_push_n 3294 src/http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n 3302 src/http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(params->values, sizeof(uintptr_t));
ngx_array_push_n 3310 src/http/modules/ngx_http_fastcgi_module.c     code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n 3459 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->lengths,
ngx_array_push_n 3477 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->values, size);
ngx_array_push_n 3494 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->lengths,
ngx_array_push_n 3509 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->values, size);
ngx_array_push_n 3535 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->lengths,
ngx_array_push_n 3550 src/http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(headers->values, size);
ngx_array_push_n 3562 src/http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t));
ngx_array_push_n 3569 src/http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(headers->values, sizeof(uintptr_t));
ngx_array_push_n 3577 src/http/modules/ngx_http_proxy_module.c     code = ngx_array_push_n(headers->lengths, sizeof(uintptr_t));
ngx_array_push_n  268 src/http/modules/ngx_http_rewrite_module.c     code = ngx_array_push_n(conf->codes, sizeof(uintptr_t));
ngx_array_push_n  596 src/http/modules/ngx_http_rewrite_module.c     if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t));
ngx_array_push_n 1682 src/http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 1691 src/http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 1705 src/http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(params->values, size);
ngx_array_push_n 1729 src/http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n 1737 src/http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(params->values, sizeof(uintptr_t));
ngx_array_push_n 1745 src/http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n 1944 src/http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 1953 src/http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(params->lengths,
ngx_array_push_n 1967 src/http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(params->values, size);
ngx_array_push_n 1991 src/http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n 1999 src/http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(params->values, sizeof(uintptr_t));
ngx_array_push_n 2007 src/http/modules/ngx_http_uwsgi_module.c     code = ngx_array_push_n(params->lengths, sizeof(uintptr_t));
ngx_array_push_n  651 src/http/ngx_http_script.c     return ngx_array_push_n(*codes, size);
ngx_array_push_n  663 src/http/ngx_http_script.c     new = ngx_array_push_n(codes, size);