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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h284 #define sqlite3_db_handle sqlite3_api->db_handle macro
H A Dsqlite3.h4341 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4343 ** returned by sqlite3_db_handle is the same [database connection]
4348 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
H A Dsqlite3.c4894 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4896 ** returned by sqlite3_db_handle is the same [database connection]
4901 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
62812 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ function
89176 #define sqlite3_db_handle macro
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c131 sqlite3 *db = sqlite3_db_handle(stmt);
1102 return s3e == SQLITE_OK ? true : SecDbErrorWithDb(s3e, sqlite3_db_handle(stmt), error, CFSTR("finalize: %p"), stmt);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c131 sqlite3 *db = sqlite3_db_handle(stmt);
1102 return s3e == SQLITE_OK ? true : SecDbErrorWithDb(s3e, sqlite3_db_handle(stmt), error, CFSTR("finalize: %p"), stmt);

Completed in 405 milliseconds