Searched refs:sqlite3_bind_null (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Modules/_sqlite/ |
| D | statement.c | 144 rc = sqlite3_bind_null(self->st, pos); in pysqlite_statement_bind_parameter()
|
| /third_party/sqlite/include/ |
| D | sqlite3ext.h | 400 #define sqlite3_bind_null sqlite3_api->bind_null macro
|
| D | sqlite3.h | 4579 SQLITE_API int sqlite3_bind_null(sqlite3_stmt*, int);
|
| /third_party/elfutils/debuginfod/ |
| D | debuginfod.cxx | 982 int rc = sqlite3_bind_null (this->pp, parameter); in bind()
|
| /third_party/sqlite/src/ |
| D | shell.c | 17620 sqlite3_bind_null(pStmt, i); in bind_prepared_stmt() 20090 sqlite3_bind_null(pInsert, i+1); in tryToCloneData() 23042 while( i<=nCol ){ sqlite3_bind_null(pStmt, i); i++; } in do_meta_command()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 84244 -#define sqlite3_bind_null chrome_sqlite3_bind_null // Line 4516 84276 +#define sqlite3_bind_null chrome_sqlite3_bind_null // Line 4531 122659 -#define sqlite3_bind_null chrome_sqlite3_bind_null // Line 4516 122691 +#define sqlite3_bind_null chrome_sqlite3_bind_null // Line 4531 164369 + ["sqlite3_bind_null","void",["number"]], 165194 + rc = api.sqlite3_bind_null(stmt._pStmt, ndx);
|