Searched refs:zri_state (Results 1 – 2 of 2) sorted by relevance
817 lua_State *state = ri->zri_state; in zcp_eval_impl()964 lua_settop(ri->zri_state, 0); in zcp_pool_error()965 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s " in zcp_pool_error()967 zcp_convert_return_values(ri->zri_state, ri->zri_outnvl, in zcp_pool_error()997 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_sync()1012 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_open()1144 runinfo.zri_state = state; in zcp_eval()
123 lua_State *zri_state; member