Searched refs:db_handle (Results 1 - 4 of 4) sorted by relevance
/third_party/libsnd/regtest/ |
H A D | regtest.h | 26 int db_close (REG_DB * db_handle) ; 28 int db_file_exists (REG_DB * db_handle, const char * filename) ; 29 int db_add_file (REG_DB * db_handle, const char * filename) ; 30 int db_check_file (REG_DB * db_handle, const char * filename) ; 32 int db_list_all (REG_DB * db_handle) ; 33 int db_check_all (REG_DB * db_handle) ; 34 int db_del_entry (REG_DB * db_handle, const char * entry) ;
|
H A D | database.c | 137 db_close (REG_DB * db_handle) in db_close() argument 140 db = (REGTEST_DB *) db_handle ; in db_close() 152 db_file_exists (REG_DB * db_handle, const char * filename) in db_file_exists() argument 157 db = (REGTEST_DB *) db_handle ; in db_file_exists() 172 db_add_file (REG_DB * db_handle, const char * filepath) in db_add_file() argument 179 db = (REGTEST_DB *) db_handle ; in db_add_file() 183 if (db_file_exists (db_handle, filepath)) in db_add_file() 222 db_check_file (REG_DB * db_handle, const char * filepath) in db_check_file() argument 226 if (db_file_exists (db_handle, filepath) == 0) in db_check_file() 231 db = (REGTEST_DB *) db_handle ; in db_check_file() 242 db_check_all(REG_DB * db_handle) db_check_all() argument 268 db_list_all(REG_DB * db_handle) db_list_all() argument 275 db_del_entry(REG_DB * db_handle, const char * entry) db_del_entry() argument [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 92 sqlite3 * (*db_handle)(sqlite3_stmt*); member 444 #define sqlite3_db_handle sqlite3_api->db_handle
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 148 milliseconds