Home
last modified time | relevance | path

Searched refs:sqlite3_bind_null (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/_sqlite/
Dstatement.c144 rc = sqlite3_bind_null(self->st, pos); in pysqlite_statement_bind_parameter()
/third_party/sqlite/include/
Dsqlite3ext.h400 #define sqlite3_bind_null sqlite3_api->bind_null macro
Dsqlite3.h4579 SQLITE_API int sqlite3_bind_null(sqlite3_stmt*, int);
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx982 int rc = sqlite3_bind_null (this->pp, parameter); in bind()
/third_party/sqlite/src/
Dshell.c17620 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/
D0003-ohos-1115.patch84244 -#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);