Lines Matching refs:sqlite3_bind_int64

5000 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
91608 return sqlite3_bind_int64(p, i, (i64)iValue);
91610 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
91686 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
135872 #define sqlite3_bind_int64 sqlite3_api->bind_int64
136318 sqlite3_bind_int64,
186382 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
195295 sqlite3_bind_int64(pStmt, 1, iDocid);
195468 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
195469 sqlite3_bind_int64(pStmt, 2,
195477 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
195996 sqlite3_bind_int64(
196786 sqlite3_bind_int64(pStmt, 1, iBlock);
196833 sqlite3_bind_int64(pStmt, 1, iLevel);
196835 sqlite3_bind_int64(pStmt, 3, iStartBlock);
196836 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
196838 sqlite3_bind_int64(pStmt, 5, iEndBlock);
197338 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
197339 sqlite3_bind_int64(pStmt, 2,
197367 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
197368 sqlite3_bind_int64(pStmt, 2,
197393 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
197394 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
197439 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
197440 sqlite3_bind_int64(pDelete, 2,
197447 sqlite3_bind_int64(
197992 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
197993 sqlite3_bind_int64(pRange, 2, iLast);
198033 sqlite3_bind_int64(pRange, 1, iAbsLevel);
198052 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
198274 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
198518 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
199087 sqlite3_bind_int64(pCheck, 1, iEnd);
199133 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
199273 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
199324 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
199325 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
199383 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
199412 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
199434 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
199548 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
199580 sqlite3_bind_int64(pDel, 1, iOldStart);
199581 sqlite3_bind_int64(pDel, 2, iNewStart-1);
199591 sqlite3_bind_int64(pChomp, 1, iNewStart);
199593 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
209397 sqlite3_bind_int64(p, 1, pNode->iNode);
210278 sqlite3_bind_int64(pCsr->pReadAux, 1,
210310 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
210845 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
210846 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
210855 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
210856 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
211210 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
211265 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
211272 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
211460 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
211668 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
211720 sqlite3_bind_int64(pUp, 1, *pRowid);
212426 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
212481 sqlite3_bind_int64(pStmt, 1, iKey);
214358 sqlite3_bind_int64(pCsr->pReadAux, 1,
214446 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
214496 sqlite3_bind_int64(pUp, 1, cell.iRowid);
225934 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
239510 sqlite3_bind_int64(p->pWriter, 1, iRowid);
239534 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
239535 sqlite3_bind_int64(p->pDeleter, 2, iLast);
242823 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
249065 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
249066 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
249157 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
251188 sqlite3_bind_int64(pSeek, 1, iDel);
251250 sqlite3_bind_int64(pLookup, 1, iDel);
251282 sqlite3_bind_int64(pReplace, 1, iRowid);
251286 sqlite3_bind_int64(pReplace, 3, iOrigin);
251372 sqlite3_bind_int64(pDel, 1, iDel);
251384 sqlite3_bind_int64(pDel, 1, iDel);
251894 sqlite3_bind_int64(pLookup, 1, iRowid);