Lines Matching refs:sqlite3_bind_int64

5019 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
92112 return sqlite3_bind_int64(p, i, (i64)iValue);
92114 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
92190 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
136833 #define sqlite3_bind_int64 sqlite3_api->bind_int64
137279 sqlite3_bind_int64,
187998 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
196913 sqlite3_bind_int64(pStmt, 1, iDocid);
197086 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
197087 sqlite3_bind_int64(pStmt, 2,
197095 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
197614 sqlite3_bind_int64(
198404 sqlite3_bind_int64(pStmt, 1, iBlock);
198451 sqlite3_bind_int64(pStmt, 1, iLevel);
198453 sqlite3_bind_int64(pStmt, 3, iStartBlock);
198454 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
198456 sqlite3_bind_int64(pStmt, 5, iEndBlock);
198956 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
198957 sqlite3_bind_int64(pStmt, 2,
198985 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
198986 sqlite3_bind_int64(pStmt, 2,
199011 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
199012 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
199057 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
199058 sqlite3_bind_int64(pDelete, 2,
199065 sqlite3_bind_int64(
199610 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
199611 sqlite3_bind_int64(pRange, 2, iLast);
199651 sqlite3_bind_int64(pRange, 1, iAbsLevel);
199670 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
199892 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
200136 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
200705 sqlite3_bind_int64(pCheck, 1, iEnd);
200751 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
200891 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
200942 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
200943 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
201001 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
201030 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
201052 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
201166 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
201198 sqlite3_bind_int64(pDel, 1, iOldStart);
201199 sqlite3_bind_int64(pDel, 2, iNewStart-1);
201209 sqlite3_bind_int64(pChomp, 1, iNewStart);
201211 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
211191 sqlite3_bind_int64(p, 1, pNode->iNode);
212080 sqlite3_bind_int64(pCsr->pReadAux, 1,
212112 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
212650 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
212651 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
212660 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
212661 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
213015 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
213070 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
213077 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
213265 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
213473 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
213525 sqlite3_bind_int64(pUp, 1, *pRowid);
214234 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
214289 sqlite3_bind_int64(pStmt, 1, iKey);
216166 sqlite3_bind_int64(pCsr->pReadAux, 1,
216254 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
216304 sqlite3_bind_int64(pUp, 1, cell.iRowid);
227777 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
241443 sqlite3_bind_int64(p->pWriter, 1, iRowid);
241467 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
241468 sqlite3_bind_int64(p->pDeleter, 2, iLast);
244756 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
251001 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
251002 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
251093 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
253134 sqlite3_bind_int64(pSeek, 1, iDel);
253196 sqlite3_bind_int64(pLookup, 1, iDel);
253228 sqlite3_bind_int64(pReplace, 1, iRowid);
253232 sqlite3_bind_int64(pReplace, 3, iOrigin);
253318 sqlite3_bind_int64(pDel, 1, iDel);
253330 sqlite3_bind_int64(pDel, 1, iDel);
253840 sqlite3_bind_int64(pLookup, 1, iRowid);