blocks            577 http/modules/ngx_http_ssi_filter_module.c                         bl = mctx->blocks->elts;
blocks            578 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
blocks            692 http/modules/ngx_http_ssi_filter_module.c                         bl = mctx->blocks->elts;
blocks            693 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
blocks           1925 http/modules/ngx_http_ssi_filter_module.c         if (mctx->blocks) {
blocks           1926 http/modules/ngx_http_ssi_filter_module.c             bl = mctx->blocks->elts;
blocks           1927 http/modules/ngx_http_ssi_filter_module.c             for (i = 0; i < mctx->blocks->nelts; i++) {
blocks           2556 http/modules/ngx_http_ssi_filter_module.c     if (mctx->blocks == NULL) {
blocks           2557 http/modules/ngx_http_ssi_filter_module.c         mctx->blocks = ngx_array_create(r->pool, 4,
blocks           2559 http/modules/ngx_http_ssi_filter_module.c         if (mctx->blocks == NULL) {
blocks           2564 http/modules/ngx_http_ssi_filter_module.c     bl = ngx_array_push(mctx->blocks);
blocks             65 http/modules/ngx_http_ssi_filter_module.h     ngx_array_t              *blocks;