Lines Matching refs:sqlite3_context_db_handle
2091 zFake = zName? shellFakeSchema(sqlite3_context_db_handle(pCtx), 0, zName) : 0; in shellModuleSchema()
2135 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName()
3420 sqlite3 *db = sqlite3_context_db_handle(context); in sha3QueryFunc()
4753 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base64()
4769 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
4791 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
5129 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base85()
5145 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
5167 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
7305 db = sqlite3_context_db_handle(ctx); in readFileContents()
19696 db = sqlite3_context_db_handle(context); in editFunc()
24629 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellFkeyCollateClause()