Searched defs:sqlite3_db_handle (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h262 #define sqlite3_db_handle sqlite3_api->db_handle macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h305 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.c5027 ** ^The sqlite3_db_handle interface returns the [database connection] handle
5029 ** returned by sqlite3_db_handle is the same [database connection]
5034 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
64015 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
91278 #define sqlite3_db_handle macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h305 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.c5027 ** ^The sqlite3_db_handle interface returns the [database connection] handle
5029 ** returned by sqlite3_db_handle is the same [database connection]
5034 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
64028 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
91291 #define sqlite3_db_handle macro
[all...]

Completed in 264 milliseconds