Home
last modified time | relevance | path

Searched refs:sqlite3_stmt (Results 1 – 16 of 16) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h35 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 …]
Dsqlite3.h3892 typedef struct sqlite3_stmt sqlite3_stmt; typedef
4148 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4155 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4163 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4170 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4177 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4185 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4230 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4231 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
4233 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c64 static sqlite3_stmt *lock_stmt = NULL;
65 static sqlite3_stmt *unlock_stmt = NULL;
66 static sqlite3_stmt *insert_rec_stmt = NULL;
67 static sqlite3_stmt *select_file_stmt = NULL;
68 static sqlite3_stmt *insert_file_stmt = NULL;
69 static sqlite3_stmt *delete_file_stmt = NULL;
452 static inline void sqlite_bind_text(sqlite3_stmt *stmt, const char *field, const char *var, int len) in sqlite_bind_text()
458 static inline void sqlite_bind_int64(sqlite3_stmt *stmt, const char *field, long long var) in sqlite_bind_int64()
464 static inline void sqlite_prepare(const char *sql, sqlite3_stmt **stmt) in sqlite_prepare()
474 static inline void sqlite_prepare_persistent(const char *sql, sqlite3_stmt **stmt) in sqlite_prepare_persistent()
[all …]
/third_party/python/Modules/_sqlite/
Dutil.h32 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
38 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
Dutil.c27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step()
42 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st) in _pysqlite_seterror()
Dstatement.h36 sqlite3_stmt* st;
Dconnection.c412 sqlite3_stmt* statement; in _pysqlite_connection_begin()
456 sqlite3_stmt* statement; in pysqlite_connection_commit_impl()
505 sqlite3_stmt* statement; in pysqlite_connection_rollback_impl()
Dcursor.c697 sqlite3_stmt* statement; in pysqlite_cursor_executescript()
/third_party/sqlite/src/
Dshell.c926 sqlite3_stmt *pStmt = 0; in shellFakeSchema()
2012 sqlite3_stmt *pStmt = 0; in sha3QueryFunc()
3249 sqlite3_stmt *pStmt; /* Current statement */
3404 sqlite3_stmt *pS2; in completionNext()
3428 sqlite3_stmt *pS2; in completionNext()
9570 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt()
9587 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt()
9621 sqlite3_stmt *pData;
9921 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize()
9942 sqlite3_stmt *p1 = 0; in idxGetTableInfo()
[all …]
Dsqlite3.c4205 typedef struct sqlite3_stmt sqlite3_stmt; typedef
4461 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4468 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4476 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4483 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4490 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4498 sqlite3_stmt **ppStmt, /* OUT: Statement handle */
4543 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4544 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
4546 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc201 sqlite3_stmt *stmt = nullptr; in CreateShardNameTable()
309 sqlite3_stmt *stmt = nullptr; in BindParameterExecuteSQL()
Dshard_reader.cc714 sqlite3_stmt *stmt = nullptr; in QueryWithCriteria()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch69953 + sqlite3_stmt* statement = nullptr;
81521 - sqlite3_stmt *pStmt; /* Current statement */
81722 - sqlite3_stmt *pS2;
81749 - sqlite3_stmt *pS2;
86032 + sqlite3_stmt *pStmt; /* Current statement */
86229 + sqlite3_stmt *pS2;
86253 + sqlite3_stmt *pS2;
88077 sqlite3_stmt *p1 = 0;
88116 sqlite3_stmt *pInfo = 0;
88184 - sqlite3_stmt *pSql;
[all …]
D0004-3.2-Beta5.patch47372 sqlite3_stmt *pStmt;
48244 sqlite3_stmt *pStmt;
48696 sqlite3_stmt *pStmt;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_1x.c628 sqlite3_stmt *stmt = NULL; in add_sqlite_radius_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c628 sqlite3_stmt *stmt = NULL; in add_sqlite_radius_attr()