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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h412 #define sqlite3_context_db_handle sqlite3_api->context_db_handle macro
H A Dsqlite3.h3053 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
3978 ** ^The sqlite3_context_db_handle() interface returns a copy of
3984 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
H A Dsqlite3.c3603 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4528 ** ^The sqlite3_context_db_handle() interface returns a copy of
4534 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
13803 sqlite3 *db = sqlite3_context_db_handle(context);
14398 db = sqlite3_context_db_handle(context);
14587 db = sqlite3_context_db_handle(context);
63177 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context *p){ function
91259 #define sqlite3_context_db_handle macro
[all...]

Completed in 486 milliseconds