Searched defs:lua_push_db_handle (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/lua/
H A Dlua_dbd.c664 /* lua_push_db_handle: Creates a database table object with database functions
667 static lua_db_handle* lua_push_db_handle(lua_State *L, request_rec* r, int type, function
751 db = lua_push_db_handle(L, r, LUA_DBTYPE_MOD_DBD, dbdhandle->pool);
789 db = lua_push_db_handle(L, r, LUA_DBTYPE_APR_DBD, pool);

Completed in 2038 milliseconds