Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dproxy_luafgen.c80 luaL_unref(L, LUA_REGISTRYINDEX, rctx->function_ref); in mcp_rcontext_cleanup()
284 rc->function_ref = luaL_ref(L, LUA_REGISTRYINDEX); in _mcplib_funcgen_gencall()
769 lua_rawgeti(subrctx->Lc, LUA_REGISTRYINDEX, subrctx->function_ref); in _mcplib_rcontext_queue()
Dproxy.h736 int function_ref; // ref to the created route function. member
Dproto_proxy.c1192 lua_rawgeti(rctx->Lc, LUA_REGISTRYINDEX, rctx->function_ref); in proxy_process_command()