| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 442 sqlite3_bind_int64(pStmt, 1, iDocid); in fts3SelectDocsize() 616 sqlite3_bind_int64(pStmt, 2, in sqlite3Fts3AllSegdirs() 1143 sqlite3_bind_int64( in fts3AllocateSegdirIdx() 1933 sqlite3_bind_int64(pStmt, 1, iBlock); in fts3WriteSegment() 1980 sqlite3_bind_int64(pStmt, 1, iLevel); in fts3WriteSegdir() 2486 sqlite3_bind_int64(pStmt, 2, in fts3SegmentMaxLevel() 2515 sqlite3_bind_int64(pStmt, 2, in fts3SegmentIsMaxLevel() 2587 sqlite3_bind_int64(pDelete, 2, in fts3DeleteSegdir() 2594 sqlite3_bind_int64( in fts3DeleteSegdir() 3138 sqlite3_bind_int64(pRange, 2, iLast); in fts3PromoteSegments() [all …]
|
| H A D | fts3.c | 1847 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId); in fts3CursorSeek()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 687 rc = sqlite3_bind_int64(s, 1, iRow); in content_select() 710 rc = sqlite3_bind_int64(s, 1, iRow); in content_delete() 730 rc = sqlite3_bind_int64(s, 2, iFirst); in term_select() 759 rc = sqlite3_bind_int64(s, 2, iFirst); in term_chunk_select() 792 rc = sqlite3_bind_int64(s, 2, iFirst); in term_insert() 812 rc = sqlite3_bind_int64(s, 2, rowid); in term_update() 823 rc = sqlite3_bind_int64(s, 1, rowid); in term_delete() 1040 rc = sqlite3_bind_int64(c->pStmt, 1, iDocid); in fulltextNext()
|
| H A D | fts1.c | 1277 rc = sqlite3_bind_int64(s, 1+v->nColumn, iRowid); in content_update() 1310 rc = sqlite3_bind_int64(s, 1, iRow); in content_select() 1343 rc = sqlite3_bind_int64(s, 1, iRow); in content_delete() 1458 rc = sqlite3_bind_int64(s, 1, *piRowid); in term_insert() 1484 rc = sqlite3_bind_int64(s, 2, rowid); in term_update() 1495 rc = sqlite3_bind_int64(s, 1, rowid); in term_delete() 2567 rc = sqlite3_bind_int64(c->pStmt, 1, iDocid); in fulltextNext() 2902 rc = sqlite3_bind_int64(c->pStmt, 1, sqlite3_value_int64(argv[0])); in fulltextFilter()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 703 sqlite3_bind_int64(pStmt, 1, pgno); in recoverGetPage() 1496 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot() 1525 sqlite3_bind_int64(pPageData, 1, iPage); in recoverLostAndFoundOnePage() 1532 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage() 1533 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */ in recoverLostAndFoundOnePage() 1536 sqlite3_bind_int64(pInsert, 4, iRowid); /* id */ in recoverLostAndFoundOnePage() 1746 sqlite3_bind_int64(pSel, 1, iRoot); in recoverWriteDataStep() 1785 sqlite3_bind_int64(pInsert, iBind, p1->iRowid); in recoverWriteDataStep() 1792 sqlite3_bind_int64(pInsert, pTab->iRowidBind, p1->iRowid); in recoverWriteDataStep() 1954 sqlite3_bind_int64(pLaf->pMapInsert, 1, iChild); in recoverLostAndFound2Step() [all …]
|
| H A D | dbdata.c | 340 sqlite3_bind_int64(pStmt, 2, pgno); in dbdataLoadPage()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_storage.c | 407 sqlite3_bind_int64(pSeek, 1, iDel); in fts5StorageDeleteFromIndex() 471 sqlite3_bind_int64(pReplace, 1, iRowid); in fts5StorageInsertDocsize() 546 sqlite3_bind_int64(pDel, 1, iDel); in sqlite3Fts5StorageDelete() 558 sqlite3_bind_int64(pDel, 1, iDel); in sqlite3Fts5StorageDelete() 1068 sqlite3_bind_int64(pLookup, 1, iRowid); in sqlite3Fts5StorageDocsize()
|
| H A D | fts5_main.c | 1381 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid); in fts5FilterMethod() 1382 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid); in fts5FilterMethod() 1473 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr)); in fts5SeekCursor()
|
| H A D | fts5_index.c | 758 sqlite3_bind_int64(p->pWriter, 1, iRowid); in fts5DataWrite() 782 sqlite3_bind_int64(p->pDeleter, 1, iFirst); in fts5DataDelete() 783 sqlite3_bind_int64(p->pDeleter, 2, iLast); in fts5DataDelete() 3815 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1)); in fts5WriteFlushBtree()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 871 sqlite3_bind_int64(p, 1, pNode->iNode); in nodeWrite() 1752 sqlite3_bind_int64(pCsr->pReadAux, 1, in rtreeColumn() 1784 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid); in findLeafNode() 2296 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid); in rowidWrite() 2297 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode); in rowidWrite() 2306 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode); in parentWrite() 2307 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar); in parentWrite() 3088 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete); in rtreeDeleteRowid() 3349 sqlite3_bind_int64(pUp, 1, *pRowid); in rtreeUpdate() 4046 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode); in rtreeCheckGetNode() [all …]
|
| H A D | geopoly.c | 1542 sqlite3_bind_int64(pCsr->pReadAux, 1, in geopolyColumn() 1630 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); in geopolyUpdate() 1681 sqlite3_bind_int64(pUp, 1, cell.iRowid); in geopolyUpdate()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2040 rc = sqlite3_bind_int64(s, 1+v->nColumn, iRowid); in content_update() 2073 rc = sqlite3_bind_int64(s, 1, iRow); in content_select() 2106 rc = sqlite3_bind_int64(s, 1, iRow); in content_delete() 2163 rc = sqlite3_bind_int64(s, 1, iStartBlockid); in block_delete() 2166 rc = sqlite3_bind_int64(s, 2, iEndBlockid); in block_delete() 2227 rc = sqlite3_bind_int64(s, 3, iStartBlockid); in segdir_set() 2233 rc = sqlite3_bind_int64(s, 5, iEndBlockid); in segdir_set() 2298 rc = sqlite3_bind_int64(s, 1, iLevel); in segdir_delete() 5098 rc = sqlite3_bind_int64(s, 1, iStartBlockid); in leavesReaderInit() 5101 rc = sqlite3_bind_int64(s, 2, iEndBlockid); in leavesReaderInit() [all …]
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 509 sqlite3_bind_int64(pStmt2, 1, iLEnd+1); in showSegdirMap() 510 sqlite3_bind_int64(pStmt2, 2, iEnd); in showSegdirMap()
|
| /sqlite-3.40.0/test/ |
| H A D | bind.test | 192 sqlite3_bind_int64 $VM 1 32 193 sqlite3_bind_int64 $VM 2 -2000000000000 194 sqlite3_bind_int64 $VM 3 2000000000000
|
| H A D | speedtest1.c | 749 sqlite3_bind_int64(g.pStmt, 1, (sqlite3_int64)x1); in testset_main() 769 sqlite3_bind_int64(g.pStmt, 2, (sqlite3_int64)x1); in testset_main() 788 sqlite3_bind_int64(g.pStmt, 1, (sqlite3_int64)x1); in testset_main() 1861 sqlite3_bind_int64(g.pStmt, j+2, x1); in testset_orm()
|
| H A D | trace3.test | 194 list [sqlite3_bind_int64 $STMT 1 123] [sqlite3_expanded_sql $STMT]
|
| H A D | kvtest.c | 1032 sqlite3_bind_int64(pStmt, 2, SQLITE_PTR_TO_INT(&nData)); in runMain()
|
| H A D | threadtest3.c | 664 sqlite3_bind_int64(pStmt, i, *(i64 *)pArg); in getAndBindSqlStatement()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 1268 m = capi.sqlite3_bind_int64; 1278 m = capi.sqlite3_bind_int64;
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeapi.c | 1549 return sqlite3_bind_int64(p, i, (i64)iValue); in sqlite3_bind_int() 1551 int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ in sqlite3_bind_int64() function 1624 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i); in sqlite3_bind_value()
|
| H A D | loadext.c | 143 sqlite3_bind_int64,
|
| H A D | sqlite3ext.h | 393 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
|
| H A D | tclsqlite.c | 1463 sqlite3_bind_int64(pStmt, i, v); in dbPrepareAndBind()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 720 sqlite3_bind_int64(pStmt, 1, pAvl->id); in closureFilter()
|
| /sqlite-3.40.0/tool/ |
| H A D | fuzzershell.c | 1182 sqlite3_bind_int64(pStmt, 2, iEnd - iStart); in main()
|