Lines Matching refs:sqlite3_bind_int64

5220 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
93208 return sqlite3_bind_int64(p, i, (i64)iValue);
93210 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
93289 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
138748 #define sqlite3_bind_int64 sqlite3_api->bind_int64
139196 sqlite3_bind_int64,
190882 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
199839 sqlite3_bind_int64(pStmt, 1, iDocid);
200012 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
200013 sqlite3_bind_int64(pStmt, 2,
200021 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
200540 sqlite3_bind_int64(
201330 sqlite3_bind_int64(pStmt, 1, iBlock);
201377 sqlite3_bind_int64(pStmt, 1, iLevel);
201379 sqlite3_bind_int64(pStmt, 3, iStartBlock);
201380 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
201382 sqlite3_bind_int64(pStmt, 5, iEndBlock);
201882 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
201883 sqlite3_bind_int64(pStmt, 2,
201911 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
201912 sqlite3_bind_int64(pStmt, 2,
201937 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
201938 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
201983 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
201984 sqlite3_bind_int64(pDelete, 2,
201991 sqlite3_bind_int64(
202536 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
202537 sqlite3_bind_int64(pRange, 2, iLast);
202577 sqlite3_bind_int64(pRange, 1, iAbsLevel);
202596 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
202818 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
203062 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
203631 sqlite3_bind_int64(pCheck, 1, iEnd);
203677 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
203817 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
203868 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
203869 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
203927 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
203956 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
203978 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
204092 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
204124 sqlite3_bind_int64(pDel, 1, iOldStart);
204125 sqlite3_bind_int64(pDel, 2, iNewStart-1);
204135 sqlite3_bind_int64(pChomp, 1, iNewStart);
204137 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
214306 sqlite3_bind_int64(p, 1, pNode->iNode);
215195 sqlite3_bind_int64(pCsr->pReadAux, 1,
215227 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
215765 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
215766 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
215775 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
215776 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
216130 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
216185 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
216192 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
216380 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
216588 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
216640 sqlite3_bind_int64(pUp, 1, *pRowid);
217349 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
217404 sqlite3_bind_int64(pStmt, 1, iKey);
219281 sqlite3_bind_int64(pCsr->pReadAux, 1,
219369 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
219419 sqlite3_bind_int64(pUp, 1, cell.iRowid);
231058 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
245155 sqlite3_bind_int64(p->pWriter, 1, iRowid);
245179 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
245180 sqlite3_bind_int64(p->pDeleter, 2, iLast);
248461 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
255281 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
255282 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
255369 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
258027 sqlite3_bind_int64(pSeek, 1, iDel);
258072 sqlite3_bind_int64(pSeek, 1, iDel);
258184 sqlite3_bind_int64(pLookup, 1, iDel);
258216 sqlite3_bind_int64(pReplace, 1, iRowid);
258220 sqlite3_bind_int64(pReplace, 3, iOrigin);
258317 sqlite3_bind_int64(pDel, 1, iDel);
258331 sqlite3_bind_int64(pDel, 1, iDel);
258970 sqlite3_bind_int64(pLookup, 1, iRowid);