Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbind.test248 sqlite3_bind_null $VM 1
249 sqlite3_bind_null $VM 2
250 sqlite3_bind_null $VM 3
365 catch { sqlite3_bind_null $VM 0 }
376 sqlite3_bind_null $VM 1
380 catch { sqlite3_bind_null $VM 4 }
H A Dnormalize.test85 sqlite3_bind_null $STMT 1
98 sqlite3_bind_null $STMT 1
H A Dtrace3.test188 list [sqlite3_bind_null $STMT 1] [sqlite3_expanded_sql $STMT]
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c475 sqlite3_bind_null(pReplace, 2); in fts5StorageInsertDocsize()
683 sqlite3_bind_null(pReplace, 1); in fts5StorageNewRowid()
684 sqlite3_bind_null(pReplace, 2); in fts5StorageNewRowid()
1158 sqlite3_bind_null(pReplace, 1); in sqlite3Fts5StorageConfigValue()
H A Dfts5_index.c762 sqlite3_bind_null(p->pWriter, 2); in fts5DataWrite()
2456 sqlite3_bind_null(pIdxSelect, 2); in fts5SegIterSeekInit()
3691 sqlite3_bind_null(pIdxSelect, 2); in fts5AllocateSegid()
3818 sqlite3_bind_null(p->pIdxWriter, 2); in fts5WriteFlushBtree()
/sqlite-3.40.0/src/
H A Dloadext.c144 sqlite3_bind_null,
H A Dvdbeapi.c1561 int sqlite3_bind_null(sqlite3_stmt *pStmt, int i){ in sqlite3_bind_null() function
1648 rc = sqlite3_bind_null(pStmt, i); in sqlite3_bind_value()
H A Dsqlite3ext.h394 #define sqlite3_bind_null sqlite3_api->bind_null macro
H A Dtclsqlite.c1471 sqlite3_bind_null(pStmt, i); in dbPrepareAndBind()
2588 sqlite3_bind_null(pStmt, i+1); in DbObjCmd()
H A Dtest1.c2922 rc = sqlite3_bind_null(pStmt, idx); in test_bind()
3804 rc = sqlite3_bind_null(pStmt, idx); in test_bind_null()
H A Dshell.c.in3216 sqlite3_bind_null(pStmt, i);
5686 sqlite3_bind_null(pInsert, i+1);
8638 while( i<=nCol ){ sqlite3_bind_null(pStmt, i); i++; }
H A Dsqlite.h.in4459 ** is ignored and the end result is the same as sqlite3_bind_null().
4565 int sqlite3_bind_null(sqlite3_stmt*, int);
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c533 sqlite3_bind_null(pStmt, 1); in fts3Writelock()
1937 sqlite3_bind_null(pStmt, 2); in fts3WriteSegment()
1994 sqlite3_bind_null(pStmt, 6); in fts3WriteSegdir()
3505 sqlite3_bind_null(pStmt, 2); in fts3UpdateDocTotals()
4732 sqlite3_bind_null(pChomp, 2); in fts3TruncateSegment()
4812 sqlite3_bind_null(pReplace, 2); in fts3IncrmergeHintStore()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c873 sqlite3_bind_null(p, 1); in nodeWrite()
879 sqlite3_bind_null(p, 2); in nodeWrite()
3041 sqlite3_bind_null(pRtree->pWriteRowid, 1); in rtreeNewRowid()
3042 sqlite3_bind_null(pRtree->pWriteRowid, 2); in rtreeNewRowid()
H A Dgeopoly.c1684 sqlite3_bind_null(pUp, 2); in geopolyUpdate()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1256 rc = capi.sqlite3_bind_null(stmt.pointer, ndx);
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1456 rc = sqlite3_bind_null(s, 1); in term_insert()