Home
last modified time | relevance | path

Searched defs:db_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/regtest/
Ddatabase.c137 db_close (REG_DB * db_handle) in db_close()
152 db_file_exists (REG_DB * db_handle, const char * filename) in db_file_exists()
172 db_add_file (REG_DB * db_handle, const char * filepath) in db_add_file()
222 db_check_file (REG_DB * db_handle, const char * filepath) in db_check_file()
242 db_check_all (REG_DB * db_handle) in db_check_all()
268 db_list_all (REG_DB * db_handle) in db_list_all()
275 db_del_entry (REG_DB * db_handle, const char * entry) in db_del_entry()
/third_party/sqlite/include/
Dsqlite3ext.h92 sqlite3 * (*db_handle)(sqlite3_stmt*); member