Home
last modified time | relevance | path

Searched refs:sqlite3_db_handle (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dcursor.c701 sqlite3 *db = sqlite3_db_handle(self->st); in bind_parameters()
761 sqlite3 *db = sqlite3_db_handle(self->st); in bind_parameters()
H A Dconnection.c1335 sqlite3 *db = sqlite3_db_handle((sqlite3_stmt *)stmt); in trace_callback()
/third_party/sqlite/include/
H A Dsqlite3ext.h444 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h6368 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6370 ** returned by sqlite3_db_handle is the same [database connection]
6375 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
/third_party/sqlite/src/
H A Dshell.c13115 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()
13127 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
20909 sqlite3 *db = sqlite3_db_handle(pStmt); in shellFinalize()
20933 sqlite3 *db = sqlite3_db_handle(pStmt); in shellReset()
H A Dsqlite3.c6677 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6679 ** returned by sqlite3_db_handle is the same [database connection]
6684 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
89672 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ global() function
132367 #define sqlite3_db_handle global() macro
[all...]

Completed in 188 milliseconds