Home
last modified time | relevance | path

Searched refs:get_table (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/lutok/examples/
H A Draii.cpp79 state.get_table(-2); in print_table_field()
/freebsd-13.1/contrib/lutok/
H A Dstate.hpp102 void get_table(const int);
H A Dstate_test.cpp299 state.get_table(-2); in ATF_TEST_CASE_BODY()
312 REQUIRE_API_ERROR("lua_gettable", state.get_table(-2)); in ATF_TEST_CASE_BODY()
326 state.get_table(-2); in ATF_TEST_CASE_BODY()
H A Dstate.cpp368 lutok::state::get_table(const int index) in get_table() function in lutok::state
/freebsd-13.1/contrib/kyua/engine/
H A Dkyuafile.cpp450 state.get_table(-2); in lua_generic_test_program()
458 state.get_table(-2); in lua_generic_test_program()
/freebsd-13.1/contrib/kyua/utils/config/
H A Dlua_module.cpp60 state.get_table(-2); in get_global_tree()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h105 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); member
438 #define sqlite3_get_table sqlite3_api->get_table
H A Dsqlite3.c127419 int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**);
127752 #define sqlite3_get_table sqlite3_api->get_table