Home
last modified time | relevance | path

Searched refs:seen_last_in_filter (Results 1 – 2 of 2) sorted by relevance

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_bodyfilterby.c265 if (ctx->seen_last_in_filter) { in ngx_http_lua_body_filter()
457 ctx->seen_last_in_filter = 1; in ngx_http_lua_body_filter_param_set()
500 ctx->seen_last_in_filter = 0; in ngx_http_lua_body_filter_param_set()
604 ctx->seen_last_in_filter = 1; in ngx_http_lua_body_filter_param_set()
H A Dngx_http_lua_common.h622 unsigned seen_last_in_filter:1; /* used by body_filter_by_lua* */ member