sqlite3_bind_int64 120 sql/statement.cc return CheckOk(sqlite3_bind_int64(ref_->stmt(), col + 1, val)); sqlite3_bind_int64 3424 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64); sqlite3_bind_int64 61412 third_party/sqlite/amalgamation/sqlite3.c return sqlite3_bind_int64(p, i, (i64)iValue); sqlite3_bind_int64 61457 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_bind_int64(pStmt, i, pValue->u.i); sqlite3_bind_int64 68739 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pBlob->pStmt, 1, iRow); sqlite3_bind_int64 87021 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64, sqlite3_bind_int64 114196 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId); sqlite3_bind_int64 120195 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 1, iDocid); sqlite3_bind_int64 121345 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 1, iBlock); sqlite3_bind_int64 121371 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 3, iStartBlock); sqlite3_bind_int64 121372 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 4, iLeafEndBlock); sqlite3_bind_int64 121373 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 5, iEndBlock); sqlite3_bind_int64 121864 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock); sqlite3_bind_int64 121865 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock); sqlite3_bind_int64 122259 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pStmt, 1, p->iPrevDocid); sqlite3_bind_int64 124745 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pReadNode, 1, iNode); sqlite3_bind_int64 124873 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(p, 1, pNode->iNode); sqlite3_bind_int64 125430 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid); sqlite3_bind_int64 125935 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid); sqlite3_bind_int64 125936 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode); sqlite3_bind_int64 125945 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode); sqlite3_bind_int64 125946 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar); sqlite3_bind_int64 126570 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode); sqlite3_bind_int64 126621 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode); sqlite3_bind_int64 126628 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode); sqlite3_bind_int64 126937 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete); sqlite3_bind_int64 127021 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); sqlite3_bind_int64 2881 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64); sqlite3_bind_int64 1277 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 1+v->nColumn, iRowid); sqlite3_bind_int64 1310 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 1343 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 1458 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 1, *piRowid); sqlite3_bind_int64 1484 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 2, rowid); sqlite3_bind_int64 1495 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(s, 1, rowid); sqlite3_bind_int64 2567 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(c->pStmt, 1, iDocid); sqlite3_bind_int64 2902 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_bind_int64(c->pStmt, 1, sqlite3_value_int64(argv[0])); sqlite3_bind_int64 687 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 710 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 730 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 2, iFirst); sqlite3_bind_int64 759 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 2, iFirst); sqlite3_bind_int64 792 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 2, iFirst); sqlite3_bind_int64 812 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 2, rowid); sqlite3_bind_int64 823 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(s, 1, rowid); sqlite3_bind_int64 1028 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_bind_int64(c->pStmt, 1, iDocid); sqlite3_bind_int64 2217 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1+v->nColumn, iRowid); sqlite3_bind_int64 2250 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 2283 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iRow); sqlite3_bind_int64 2340 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iStartBlockid); sqlite3_bind_int64 2343 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 2, iEndBlockid); sqlite3_bind_int64 2404 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 3, iStartBlockid); sqlite3_bind_int64 2407 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 4, iLeavesEndBlockid); sqlite3_bind_int64 2410 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 5, iEndBlockid); sqlite3_bind_int64 2475 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iLevel); sqlite3_bind_int64 3590 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(c->pStmt, 1, dlrDocid(&c->reader)); sqlite3_bind_int64 4033 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(c->pStmt, 1, sqlite3_value_int64(argv[0])); sqlite3_bind_int64 5347 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iStartBlockid); sqlite3_bind_int64 5350 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 2, iEndBlockid); sqlite3_bind_int64 5927 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_bind_int64(s, 1, iBlockid); sqlite3_bind_int64 1146 third_party/sqlite/src/ext/fts3/fts3.c sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId); sqlite3_bind_int64 289 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 1, iDocid); sqlite3_bind_int64 1439 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 1, iBlock); sqlite3_bind_int64 1465 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 3, iStartBlock); sqlite3_bind_int64 1466 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 4, iLeafEndBlock); sqlite3_bind_int64 1467 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 5, iEndBlock); sqlite3_bind_int64 1958 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock); sqlite3_bind_int64 1959 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock); sqlite3_bind_int64 2353 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_bind_int64(pStmt, 1, p->iPrevDocid); sqlite3_bind_int64 488 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pReadNode, 1, iNode); sqlite3_bind_int64 616 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(p, 1, pNode->iNode); sqlite3_bind_int64 1173 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid); sqlite3_bind_int64 1678 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid); sqlite3_bind_int64 1679 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode); sqlite3_bind_int64 1688 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode); sqlite3_bind_int64 1689 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar); sqlite3_bind_int64 2313 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode); sqlite3_bind_int64 2364 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode); sqlite3_bind_int64 2371 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode); sqlite3_bind_int64 2680 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete); sqlite3_bind_int64 2764 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); sqlite3_bind_int64 137 third_party/sqlite/src/src/loadext.c sqlite3_bind_int64, sqlite3_bind_int64 1165 third_party/sqlite/src/src/tclsqlite.c sqlite3_bind_int64(pStmt, i, v); sqlite3_bind_int64 3027 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_int64(pStmt, idx, value); sqlite3_bind_int64 1078 third_party/sqlite/src/src/vdbeapi.c return sqlite3_bind_int64(p, i, (i64)iValue); sqlite3_bind_int64 1123 third_party/sqlite/src/src/vdbeapi.c rc = sqlite3_bind_int64(pStmt, i, pValue->u.i); sqlite3_bind_int64 311 third_party/sqlite/src/src/vdbeblob.c sqlite3_bind_int64(pBlob->pStmt, 1, iRow); sqlite3_bind_int64 604 third_party/sqlite/src/test/threadtest3.c sqlite3_bind_int64(pStmt, i, *(i64 *)pArg);