Home
last modified time | relevance | path

Searched refs:entered_rewrite_phase (Results 1 – 4 of 4) sorted by relevance

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_rewriteby.c98 dd("entered? %d", (int) ctx->entered_rewrite_phase); in ngx_http_lua_rewrite_handler()
100 if (ctx->entered_rewrite_phase) { in ngx_http_lua_rewrite_handler()
131 ctx->entered_rewrite_phase = 0; in ngx_http_lua_rewrite_handler()
281 ctx->entered_rewrite_phase = 1; in ngx_http_lua_rewrite_by_chunk()
373 ctx->entered_rewrite_phase = 0; in ngx_http_lua_rewrite_by_chunk()
H A Dngx_http_lua_uri.c96 (int) ctx->entered_rewrite_phase, in ngx_http_lua_ngx_req_set_uri()
H A Dngx_http_lua_common.h606 unsigned entered_rewrite_phase:1; member
H A Dngx_http_lua_util.c994 ctx->entered_rewrite_phase = 0;