/external/sqlite/dist/ |
D | sqlite3ext.h | 35 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*)); 36 int (*bind_double)(sqlite3_stmt*,int,double); 37 int (*bind_int)(sqlite3_stmt*,int,int); 38 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64); 39 int (*bind_null)(sqlite3_stmt*,int); 40 int (*bind_parameter_count)(sqlite3_stmt*); 41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName); 42 const char * (*bind_parameter_name)(sqlite3_stmt*,int); 43 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*)); 44 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*)); [all …]
|
D | sqlite3.h | 3433 typedef struct sqlite3_stmt sqlite3_stmt; typedef 3674 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3681 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3689 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3696 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3703 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3711 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3747 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt); 3748 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt); 3784 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt); [all …]
|
D | shell.c | 842 sqlite3_stmt *pStmt = 0; in shellFakeSchema() 1920 sqlite3_stmt *pStmt = 0; in sha3QueryFunc() 2942 sqlite3_stmt *pStmt; /* Current statement */ 3122 sqlite3_stmt *pS2; in completionNext() 3147 sqlite3_stmt *pS2; in completionNext() 6242 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt() 6259 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt() 6293 sqlite3_stmt *pData; 6592 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize() 6613 sqlite3_stmt *p1 = 0; in idxGetTableInfo() [all …]
|
D | sqlite3.c | 4457 typedef struct sqlite3_stmt sqlite3_stmt; typedef 4698 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4705 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4713 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4720 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4727 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4735 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4771 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt); 4772 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt); 4808 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 35 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*)); 36 int (*bind_double)(sqlite3_stmt*,int,double); 37 int (*bind_int)(sqlite3_stmt*,int,int); 38 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64); 39 int (*bind_null)(sqlite3_stmt*,int); 40 int (*bind_parameter_count)(sqlite3_stmt*); 41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName); 42 const char * (*bind_parameter_name)(sqlite3_stmt*,int); 43 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*)); 44 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*)); [all …]
|
D | sqlite3.h | 3433 typedef struct sqlite3_stmt sqlite3_stmt; typedef 3674 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3681 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3689 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3696 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3703 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3711 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 3747 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt); 3748 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt); 3784 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt); [all …]
|
D | shell.c | 836 sqlite3_stmt *pStmt = 0; in shellFakeSchema() 1914 sqlite3_stmt *pStmt = 0; in sha3QueryFunc() 2936 sqlite3_stmt *pStmt; /* Current statement */ 3116 sqlite3_stmt *pS2; in completionNext() 3141 sqlite3_stmt *pS2; in completionNext() 6236 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt() 6253 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt() 6287 sqlite3_stmt *pData; 6586 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize() 6607 sqlite3_stmt *p1 = 0; in idxGetTableInfo() [all …]
|
D | sqlite3.c | 4457 typedef struct sqlite3_stmt sqlite3_stmt; typedef 4698 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4705 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4713 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4720 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4727 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4735 sqlite3_stmt **ppStmt, /* OUT: Statement handle */ 4771 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt); 4772 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt); 4808 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt); [all …]
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 71 sqlite3_stmt *stmt; /* For callback() */ 795 sqlite3_finalize((sqlite3_stmt *) v->vm); in doclose() 804 sqlite3_finalize((sqlite3_stmt *) v->vm); in doclose() 2483 sqlite3_finalize((sqlite3_stmt *) v->vm); in dovmfinal() 2492 sqlite3_finalize((sqlite3_stmt *) v->vm); in dovmfinal() 2530 sqlite3_finalize((sqlite3_stmt *) v->vm); in dostmtfinal() 2634 ret = sqlite3_step((sqlite3_stmt *) v->vm); in Java_SQLite_Vm_step() 2636 ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); in Java_SQLite_Vm_step() 2654 sqlite3_column_name((sqlite3_stmt *) v->vm, i); in Java_SQLite_Vm_step() 2658 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Vm_step() [all …]
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite.h | 122 Sqlite(sqlite3* db, sqlite3_stmt* begin, sqlite3_stmt* commit, in Sqlite() 123 sqlite3_stmt* rollback) noexcept in Sqlite() 127 sqlite3_stmt* const begin_; 128 sqlite3_stmt* const commit_; 129 sqlite3_stmt* const rollback_; 350 SqliteStatement(Sqlite* db, sqlite3_stmt* stmt) noexcept in SqliteStatement() 372 sqlite3_stmt* stmt_ = nullptr;
|
D | sqlite.cc | 77 sqlite3_stmt* PrepareRawOrDie(sqlite3* db, const char* sql) { in PrepareRawOrDie() 78 sqlite3_stmt* stmt = nullptr; in PrepareRawOrDie() 128 sqlite3_stmt* begin = PrepareRawOrDie(sqlite, "BEGIN"); in Open() 129 sqlite3_stmt* commit = PrepareRawOrDie(sqlite, "COMMIT"); in Open() 130 sqlite3_stmt* rollback = PrepareRawOrDie(sqlite, "ROLLBACK"); in Open() 165 sqlite3_stmt* ps = nullptr; in Prepare()
|
/external/perfetto/src/trace_processor/ |
D | scoped_db.h | 24 struct sqlite3_stmt; 26 extern int sqlite3_finalize(sqlite3_stmt* pStmt); 33 using ScopedStmt = base::ScopedResource<sqlite3_stmt*,
|
D | sqlite3_str_split_unittest.cc | 44 sqlite3_stmt* stmt = nullptr; in SplitStmt()
|
D | span_join_operator_table.cc | 466 sqlite3_stmt* stmt = stmt_.get(); in Step() 623 sqlite3_stmt* stmt = nullptr; in PrepareRawStmt() 645 sqlite3_stmt* stmt = stmt_.get(); in ReportSqliteResult()
|
D | thread_table_unittest.cc | 51 sqlite3_stmt* stmt; in PrepareValidStatement()
|
D | process_table_unittest.cc | 45 sqlite3_stmt* stmt; in PrepareValidStatement()
|
D | span_join_operator_table_unittest.cc | 42 sqlite3_stmt* stmt; in PrepareValidStatement()
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.h | 31 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection); 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
|
D | util.c | 27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step() 48 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st) in _pysqlite_seterror()
|
D | statement.h | 38 sqlite3_stmt* st;
|
D | connection.c | 424 sqlite3_stmt* statement; in _pysqlite_connection_begin() 463 sqlite3_stmt* statement; in pysqlite_connection_commit() 508 sqlite3_stmt* statement; in pysqlite_connection_rollback()
|
/external/python/cpython3/Modules/_sqlite/ |
D | util.h | 31 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection); 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
|
D | util.c | 27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step() 48 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st) in _pysqlite_seterror()
|
D | statement.h | 38 sqlite3_stmt* st;
|
/external/sqlite/android/ |
D | sqlite3_android.cpp | 215 sqlite3_stmt * statement = (sqlite3_stmt *)data; in tokenize_auxdata_delete() 294 sqlite3_stmt * statement = (sqlite3_stmt *)sqlite3_get_auxdata(context, 0); in tokenize()
|