Searched refs:zri_state (Results 1 – 2 of 2) sorted by relevance
813 lua_State *state = ri->zri_state; in zcp_eval_impl()960 lua_settop(ri->zri_state, 0); in zcp_pool_error()961 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s " in zcp_pool_error()963 zcp_convert_return_values(ri->zri_state, ri->zri_outnvl, in zcp_pool_error()993 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_sync()1008 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_open()1143 runinfo.zri_state = state; in zcp_eval()
119 lua_State *zri_state; member