flushes            17 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *flushes;
flushes           714 http/modules/ngx_http_fastcgi_module.c         ngx_http_script_flush_no_cacheable_variables(r, flcf->flushes);
flushes          2285 http/modules/ngx_http_fastcgi_module.c         conf->flushes = prev->flushes;
flushes          2415 http/modules/ngx_http_fastcgi_module.c         sc.flushes = &conf->flushes;
flushes            31 http/modules/ngx_http_log_module.c     ngx_array_t                *flushes;
flushes           119 http/modules/ngx_http_log_module.c     ngx_array_t *flushes, ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s);
flushes           250 http/modules/ngx_http_log_module.c         ngx_http_script_flush_no_cacheable_variables(r, log[l].format->flushes);
flushes           762 http/modules/ngx_http_log_module.c     fmt->flushes = NULL;
flushes          1028 http/modules/ngx_http_log_module.c     fmt->flushes = ngx_array_create(cf->pool, 4, sizeof(ngx_int_t));
flushes          1029 http/modules/ngx_http_log_module.c     if (fmt->flushes == NULL) {
flushes          1038 http/modules/ngx_http_log_module.c     return ngx_http_log_compile_format(cf, fmt->flushes, fmt->ops, cf->args, 2);
flushes          1043 http/modules/ngx_http_log_module.c ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes,
flushes          1163 http/modules/ngx_http_log_module.c                 if (flushes) {
flushes          1165 http/modules/ngx_http_log_module.c                     flush = ngx_array_push(flushes);
flushes            46 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *flushes;
flushes           904 http/modules/ngx_http_proxy_module.c     ngx_http_script_flush_no_cacheable_variables(r, plcf->flushes);
flushes          2058 http/modules/ngx_http_proxy_module.c         sc.flushes = &conf->flushes;
flushes          2109 http/modules/ngx_http_proxy_module.c         conf->flushes = prev->flushes;
flushes          2270 http/modules/ngx_http_proxy_module.c             sc.flushes = &conf->flushes;
flushes            16 http/modules/ngx_http_scgi_module.c     ngx_array_t               *flushes;
flushes           539 http/modules/ngx_http_scgi_module.c         ngx_http_script_flush_no_cacheable_variables(r, scf->flushes);
flushes          1292 http/modules/ngx_http_scgi_module.c         conf->flushes = prev->flushes;
flushes          1422 http/modules/ngx_http_scgi_module.c         sc.flushes = &conf->flushes;
flushes            17 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *flushes;
flushes           566 http/modules/ngx_http_uwsgi_module.c         ngx_http_script_flush_no_cacheable_variables(r, uwcf->flushes);
flushes          1350 http/modules/ngx_http_uwsgi_module.c         conf->flushes = prev->flushes;
flushes          1480 http/modules/ngx_http_uwsgi_module.c         sc.flushes = &conf->flushes;
flushes            40 http/ngx_http_script.c     index = val->flushes;
flushes           111 http/ngx_http_script.c     ngx_array_t                 flushes, lengths, values, *pf, *pl, *pv;
flushes           146 http/ngx_http_script.c     ccv->complex_value->flushes = NULL;
flushes           156 http/ngx_http_script.c     if (ngx_array_init(&flushes, ccv->cf->pool, n, sizeof(ngx_uint_t))
flushes           181 http/ngx_http_script.c     pf = &flushes;
flushes           189 http/ngx_http_script.c     sc.flushes = &pf;
flushes           202 http/ngx_http_script.c     if (flushes.nelts) {
flushes           203 http/ngx_http_script.c         ccv->complex_value->flushes = flushes.elts;
flushes           204 http/ngx_http_script.c         ccv->complex_value->flushes[flushes.nelts] = (ngx_uint_t) -1;
flushes           560 http/ngx_http_script.c     if (sc->flushes && *sc->flushes == NULL) {
flushes           562 http/ngx_http_script.c         *sc->flushes = ngx_array_create(sc->cf->pool, n, sizeof(ngx_uint_t));
flushes           563 http/ngx_http_script.c         if (*sc->flushes == NULL) {
flushes           773 http/ngx_http_script.c     if (sc->flushes) {
flushes           774 http/ngx_http_script.c         p = ngx_array_push(*sc->flushes);
flushes            42 http/ngx_http_script.h     ngx_array_t               **flushes;
flushes            67 http/ngx_http_script.h     ngx_uint_t                 *flushes;