Lines Matching refs:sqlite3_bind_int64
5008 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
79114 return sqlite3_bind_int64(p, i, (i64)iValue);
79116 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
79193 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
113594 #define sqlite3_bind_int64 sqlite3_api->bind_int64
113976 sqlite3_bind_int64,
150571 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
159339 sqlite3_bind_int64(pStmt, 1, iDocid);
159512 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
159513 sqlite3_bind_int64(pStmt, 2,
159521 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
160040 sqlite3_bind_int64(
160807 sqlite3_bind_int64(pStmt, 1, iBlock);
160853 sqlite3_bind_int64(pStmt, 1, iLevel);
160855 sqlite3_bind_int64(pStmt, 3, iStartBlock);
160856 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
160858 sqlite3_bind_int64(pStmt, 5, iEndBlock);
161343 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161344 sqlite3_bind_int64(pStmt, 2,
161372 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
161373 sqlite3_bind_int64(pStmt, 2,
161398 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
161399 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
161444 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161445 sqlite3_bind_int64(pDelete, 2,
161452 sqlite3_bind_int64(
161982 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
161983 sqlite3_bind_int64(pRange, 2, iLast);
162023 sqlite3_bind_int64(pRange, 1, iAbsLevel);
162042 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
162257 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
162498 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
163047 sqlite3_bind_int64(pCheck, 1, iEnd);
163093 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
163213 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
163264 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
163265 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
163323 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
163352 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
163374 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
163485 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
163517 sqlite3_bind_int64(pDel, 1, iOldStart);
163518 sqlite3_bind_int64(pDel, 2, iNewStart-1);
163528 sqlite3_bind_int64(pChomp, 1, iNewStart);
163530 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
167837 sqlite3_bind_int64(p, 1, pNode->iNode);
168683 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
169164 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
169165 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
169174 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
169175 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
169594 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
169645 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
169652 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
169942 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
170142 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
170783 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
170838 sqlite3_bind_int64(pStmt, 1, iKey);
180968 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
194971 sqlite3_bind_int64(p->pWriter, 1, iRowid);
195005 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
195006 sqlite3_bind_int64(p->pDeleter, 2, iLast);
197938 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
201962 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
201963 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
202051 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
203867 sqlite3_bind_int64(pSeek, 1, iDel);
203920 sqlite3_bind_int64(pReplace, 1, iRowid);
203994 sqlite3_bind_int64(pDel, 1, iDel);
204006 sqlite3_bind_int64(pDel, 1, iDel);
204502 sqlite3_bind_int64(pLookup, 1, iRowid);