Lines Matching refs:sqlite3_bind_int64
4821 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
85892 return sqlite3_bind_int64(p, i, (i64)iValue);
85894 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
85967 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
127692 #define sqlite3_bind_int64 sqlite3_api->bind_int64
128116 sqlite3_bind_int64,
174481 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
183311 sqlite3_bind_int64(pStmt, 1, iDocid);
183484 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
183485 sqlite3_bind_int64(pStmt, 2,
183493 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
184012 sqlite3_bind_int64(
184802 sqlite3_bind_int64(pStmt, 1, iBlock);
184849 sqlite3_bind_int64(pStmt, 1, iLevel);
184851 sqlite3_bind_int64(pStmt, 3, iStartBlock);
184852 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
184854 sqlite3_bind_int64(pStmt, 5, iEndBlock);
185354 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
185355 sqlite3_bind_int64(pStmt, 2,
185383 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
185384 sqlite3_bind_int64(pStmt, 2,
185409 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
185410 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
185455 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
185456 sqlite3_bind_int64(pDelete, 2,
185463 sqlite3_bind_int64(
186004 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
186005 sqlite3_bind_int64(pRange, 2, iLast);
186045 sqlite3_bind_int64(pRange, 1, iAbsLevel);
186064 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
186283 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
186527 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
187087 sqlite3_bind_int64(pCheck, 1, iEnd);
187133 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
187272 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
187323 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
187324 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
187382 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
187411 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
187433 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
187547 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
187579 sqlite3_bind_int64(pDel, 1, iOldStart);
187580 sqlite3_bind_int64(pDel, 2, iNewStart-1);
187590 sqlite3_bind_int64(pChomp, 1, iNewStart);
187592 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
194816 sqlite3_bind_int64(p, 1, pNode->iNode);
195697 sqlite3_bind_int64(pCsr->pReadAux, 1,
195729 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
196241 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
196242 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
196251 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
196252 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
196677 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
196732 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
196739 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
197033 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
197241 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
197294 sqlite3_bind_int64(pUp, 1, *pRowid);
197991 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
198046 sqlite3_bind_int64(pStmt, 1, iKey);
199894 sqlite3_bind_int64(pCsr->pReadAux, 1,
199982 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
200033 sqlite3_bind_int64(pUp, 1, cell.iRowid);
210921 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
223678 sqlite3_bind_int64(p->pWriter, 1, iRowid);
223702 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
223703 sqlite3_bind_int64(p->pDeleter, 2, iLast);
226735 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
231121 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
231122 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
231213 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
233074 sqlite3_bind_int64(pSeek, 1, iDel);
233138 sqlite3_bind_int64(pReplace, 1, iRowid);
233213 sqlite3_bind_int64(pDel, 1, iDel);
233225 sqlite3_bind_int64(pDel, 1, iDel);
233735 sqlite3_bind_int64(pLookup, 1, iRowid);