Home
last modified time | relevance | path

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

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_subrequest.c144 ngx_uint_t nsubreqs; in ngx_http_lua_ngx_location_capture_multi() local
163 nsubreqs = lua_objlen(L, 1); in ngx_http_lua_ngx_location_capture_multi()
164 if (nsubreqs == 0) { in ngx_http_lua_ngx_location_capture_multi()
197 sr_statuses_len = nsubreqs * sizeof(ngx_int_t); in ngx_http_lua_ngx_location_capture_multi()
199 sr_bodies_len = nsubreqs * sizeof(ngx_str_t); in ngx_http_lua_ngx_location_capture_multi()
200 sr_flags_len = nsubreqs * sizeof(uint8_t); in ngx_http_lua_ngx_location_capture_multi()
220 coctx->nsubreqs = nsubreqs; in ngx_http_lua_ngx_location_capture_multi()
226 for (index = 0; index < nsubreqs; index++) { in ngx_http_lua_ngx_location_capture_multi()
1142 for (index = 0; index < coctx->nsubreqs; index++) { in ngx_http_lua_handle_subreq_responses()
1144 (int) coctx->nsubreqs, in ngx_http_lua_handle_subreq_responses()
[all …]
H A Dngx_http_lua_common.h461 unsigned nsubreqs; /* number of subrequests of the member