Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile100 sqlite3_db_handle.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h445 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h6588 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
H A Dshell.c15712 recoverDbError(p, sqlite3_db_handle(pStmt)); in recoverReset()
15724 sqlite3 *db = sqlite3_db_handle(pStmt); in recoverFinalize()
23641 sqlite3 *db = sqlite3_db_handle(pStmt); in shellFinalize()
23666 sqlite3 *db = sqlite3_db_handle(pStmt); in shellReset()
H A Dsqlite3.c6901 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
91836 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
135917 #define sqlite3_db_handle sqlite3_api->db_handle
136362 sqlite3_db_handle,
217031 *pzErrmsg = sqlite3_mprintf("%s", sqlite3_errmsg(sqlite3_db_handle(pStmt)));
217415 sqlite3 *db = sqlite3_db_handle(pStmt);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1240 sqlite3 *sqlite3_db_handle(sqlite3_stmt*);