Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h455 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h6978 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
H A Dshell.c3603 p->db = sqlite3_db_handle(pStmt); in qrfInitialize()
3829 sqlite3 *db = sqlite3_db_handle(p->pJTrans); in qrfFinalize()
21240 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()
21252 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
29723 sqlite3 *db = sqlite3_db_handle(pStmt); in shellFinalize()
29748 sqlite3 *db = sqlite3_db_handle(pStmt); in shellReset()
H A Dsqlite3.c7299 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
95703 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
142909 #define sqlite3_db_handle sqlite3_api->db_handle macro
143364 sqlite3_db_handle,
227090 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));
227475 sqlite3 *db = sqlite3_db_handle(pStmt);