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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile100 sqlite3_db_handle.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h445 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h6581 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6583 ** returned by sqlite3_db_handle is the same [database connection]
6588 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
H A Dshell.c15712 recoverDbError(p, sqlite3_db_handle(pStmt));
15724 sqlite3 *db = sqlite3_db_handle(pStmt);
23641 sqlite3 *db = sqlite3_db_handle(pStmt);
23666 sqlite3 *db = sqlite3_db_handle(pStmt);
H A Dsqlite3.c6894 ** ^The sqlite3_db_handle interface returns the [database connection] handle
6896 ** returned by sqlite3_db_handle is the same [database connection]
6901 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
91836 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
135917 #define sqlite3_db_handle macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1240 sqlite3 *sqlite3_db_handle(sqlite3_stmt*);

Completed in 587 milliseconds