Home
last modified time | relevance | path

Searched refs:sqlite3_context_db_handle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h555 #define sqlite3_context_db_handle sqlite3_api->context_db_handle macro
H A Dsqlite3.h6124 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
H A Dshell.c1663 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName()
3046 sqlite3 *db = sqlite3_context_db_handle(context); in sha3QueryFunc()
3473 sqlite3 *db = sqlite3_context_db_handle(context); in sha1QueryFunc()
5304 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base64()
5320 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
5342 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
5684 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base85()
5700 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
5722 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
8125 db = sqlite3_context_db_handle(ctx); in readFileContents()
[all …]
H A Dsqlite3.c6443 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*);
26129 db = sqlite3_context_db_handle(context); in strftimeFunc()
92426 SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context *p){
118946 sqlite3 *db = sqlite3_context_db_handle(pCtx);
119255 sqlite3 *db = sqlite3_context_db_handle(context);
119480 sqlite3 *db = sqlite3_context_db_handle(context);
119666 sqlite3 *db = sqlite3_context_db_handle(context);
119779 sqlite3 *db = sqlite3_context_db_handle(context);
119854 sqlite3 *db = sqlite3_context_db_handle(context);
120485 sqlite3 *db = sqlite3_context_db_handle(context); /* Database connection */
[all …]