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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h305 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h4437 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4439 ** returned by sqlite3_db_handle is the same [database connection]
4444 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
H A Dsqlite3.c4987 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4989 ** returned by sqlite3_db_handle is the same [database connection]
4994 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
63909 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
91152 #define sqlite3_db_handle macro
[all...]

Completed in 421 milliseconds