Home
last modified time | relevance | path

Searched refs:db_handle (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/regtest/
Dregtest.h26 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) ;
Ddatabase.c137 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()
[all …]
/third_party/sqlite/include/
Dsqlite3ext.h92 sqlite3 * (*db_handle)(sqlite3_stmt*); member
427 #define sqlite3_db_handle sqlite3_api->db_handle
/third_party/sqlite/src/
Dsqlite3.c127863 sqlite3 * (*db_handle)(sqlite3_stmt*);
128194 #define sqlite3_db_handle sqlite3_api->db_handle