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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c1288 sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
H A Dsqlite3ext.h281 #define sqlite3_db_handle sqlite3_api->db_handle macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h319 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.c4922 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4924 ** returned by sqlite3_db_handle is the same [database connection]
4929 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
67554 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
97290 #define sqlite3_db_handle macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h319 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.c4922 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4924 ** returned by sqlite3_db_handle is the same [database connection]
4929 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
67574 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
97310 #define sqlite3_db_handle macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4700 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4702 ** returned by sqlite3_db_handle is the same [database connection]
4707 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
61622 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
86763 #define sqlite3_db_handle macro
[all...]

Completed in 443 milliseconds