Home
last modified time | relevance | path

Searched refs:luaopen_lsqlite3 (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/lsqlite3/
H A Dlsqlite3-0.9.4-0.rockspec39 defines = {'LSQLITE_VERSION="0.9.4"', 'luaopen_lsqlite3=luaopen_lsqlite3complete'}
H A Dlsqlite3.c2338 LUALIB_API int luaopen_lsqlite3(lua_State *L) { in luaopen_lsqlite3() function
/dports/emulators/mame/mame-mame0226/3rdparty/lsqlite3/
H A Dlsqlite3-0.9.4-0.rockspec39 defines = {'LSQLITE_VERSION="0.9.4"', 'luaopen_lsqlite3=luaopen_lsqlite3complete'}
H A Dlsqlite3.c2338 LUALIB_API int luaopen_lsqlite3(lua_State *L) { in luaopen_lsqlite3() function
/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dluaengine.cpp49 int luaopen_lsqlite3(lua_State *L);
623 sol()["package"]["preload"]["lsqlite3"] = &luaopen_lsqlite3; in lua_engine()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/
H A Dluaengine.cpp49 int luaopen_lsqlite3(lua_State *L);
623 sol()["package"]["preload"]["lsqlite3"] = &luaopen_lsqlite3; in lua_engine()
/dports/www/civetweb/civetweb-1.15/src/third_party/
H A Dlsqlite3.c2384 LUALIB_API int luaopen_lsqlite3(lua_State *L) { in luaopen_lsqlite3() function
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dmongoose.c3310 { extern int luaopen_lsqlite3(lua_State *); luaopen_lsqlite3(L); } in prepare_lua_environment()
/dports/www/civetweb/civetweb-1.15/src/
H A Dmod_lua.inl2671 extern int luaopen_lsqlite3(lua_State *);
2672 luaopen_lsqlite3(L);