Lines Matching refs:sqlite3_bind_int64
4884 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
89237 return sqlite3_bind_int64(p, i, (i64)iValue);
89239 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
89312 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
132109 #define sqlite3_bind_int64 sqlite3_api->bind_int64
132553 sqlite3_bind_int64,
181275 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
190116 sqlite3_bind_int64(pStmt, 1, iDocid);
190289 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
190290 sqlite3_bind_int64(pStmt, 2,
190298 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
190817 sqlite3_bind_int64(
191607 sqlite3_bind_int64(pStmt, 1, iBlock);
191654 sqlite3_bind_int64(pStmt, 1, iLevel);
191656 sqlite3_bind_int64(pStmt, 3, iStartBlock);
191657 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
191659 sqlite3_bind_int64(pStmt, 5, iEndBlock);
192159 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
192160 sqlite3_bind_int64(pStmt, 2,
192188 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
192189 sqlite3_bind_int64(pStmt, 2,
192214 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
192215 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
192260 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
192261 sqlite3_bind_int64(pDelete, 2,
192268 sqlite3_bind_int64(
192811 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
192812 sqlite3_bind_int64(pRange, 2, iLast);
192852 sqlite3_bind_int64(pRange, 1, iAbsLevel);
192871 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
193090 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
193334 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
193897 sqlite3_bind_int64(pCheck, 1, iEnd);
193943 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
194082 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
194133 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
194134 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
194192 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
194221 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
194243 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
194357 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
194389 sqlite3_bind_int64(pDel, 1, iOldStart);
194390 sqlite3_bind_int64(pDel, 2, iNewStart-1);
194400 sqlite3_bind_int64(pChomp, 1, iNewStart);
194402 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
201604 sqlite3_bind_int64(p, 1, pNode->iNode);
202485 sqlite3_bind_int64(pCsr->pReadAux, 1,
202517 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
203029 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
203030 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
203039 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
203040 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
203465 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
203520 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
203527 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
203821 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
204029 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
204082 sqlite3_bind_int64(pUp, 1, *pRowid);
204779 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
204834 sqlite3_bind_int64(pStmt, 1, iKey);
206679 sqlite3_bind_int64(pCsr->pReadAux, 1,
206767 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
206818 sqlite3_bind_int64(pUp, 1, cell.iRowid);
217770 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
230550 sqlite3_bind_int64(p->pWriter, 1, iRowid);
230574 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
230575 sqlite3_bind_int64(p->pDeleter, 2, iLast);
233607 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
237996 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
237997 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
238088 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
239949 sqlite3_bind_int64(pSeek, 1, iDel);
240013 sqlite3_bind_int64(pReplace, 1, iRowid);
240088 sqlite3_bind_int64(pDel, 1, iDel);
240100 sqlite3_bind_int64(pDel, 1, iDel);
240610 sqlite3_bind_int64(pLookup, 1, iRowid);