Home
last modified time | relevance | path

Searched refs:ngx_http_lua_ctx_tables_key (Results 1 – 3 of 3) sorted by relevance

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_ctx.c43 lua_pushliteral(L, ngx_http_lua_ctx_tables_key); in ngx_http_lua_ngx_set_ctx_helper()
61 lua_pushliteral(L, ngx_http_lua_ctx_tables_key); in ngx_http_lua_ngx_set_ctx_helper()
197 lua_pushliteral(L, ngx_http_lua_ctx_tables_key); in ngx_http_lua_ngx_ctx_cleanup()
H A Dngx_http_lua_util.h44 #define ngx_http_lua_ctx_tables_key "ngx_lua_ctx_tables" macro
H A Dngx_http_lua_util.c780 lua_pushliteral(L, ngx_http_lua_ctx_tables_key);