Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h552 #define sqlite3_context_db_handle sqlite3_api->context_db_handle macro
H A Dsqlite3.h4428 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
5729 ** ^The sqlite3_context_db_handle() interface returns a copy of
5735 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c694 sqlite3 *db = sqlite3_context_db_handle(context); in _pysqlite_build_py_params()
707 sqlite3 *db = sqlite3_context_db_handle(context); in _pysqlite_build_py_params()
/third_party/sqlite/src/
H A Dshell.c967 zFake = zName ? shellFakeSchema(sqlite3_context_db_handle(pCtx), 0, zName) : 0; in shellModuleSchema()
1011 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName()
2113 sqlite3 *db = sqlite3_context_db_handle(context); in sha3QueryFunc()
4782 db = sqlite3_context_db_handle(ctx); in readFileContents()
15821 db = sqlite3_context_db_handle(context); in editFunc()
20620 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellFkeyCollateClause()
H A Dsqlite3.c4734 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
6038 ** ^The sqlite3_context_db_handle() interface returns a copy of
6044 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
88758 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context *p){ global() function
132475 #define sqlite3_context_db_handle global() macro
[all...]

Completed in 232 milliseconds