• Home
  • Raw
  • Download

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,
150572 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
159328 sqlite3_bind_int64(pStmt, 1, iDocid);
159501 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
159502 sqlite3_bind_int64(pStmt, 2,
159510 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
160029 sqlite3_bind_int64(
160800 sqlite3_bind_int64(pStmt, 1, iBlock);
160846 sqlite3_bind_int64(pStmt, 1, iLevel);
160848 sqlite3_bind_int64(pStmt, 3, iStartBlock);
160849 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
160851 sqlite3_bind_int64(pStmt, 5, iEndBlock);
161336 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161337 sqlite3_bind_int64(pStmt, 2,
161365 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
161366 sqlite3_bind_int64(pStmt, 2,
161391 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
161392 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
161437 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161438 sqlite3_bind_int64(pDelete, 2,
161445 sqlite3_bind_int64(
161975 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
161976 sqlite3_bind_int64(pRange, 2, iLast);
162016 sqlite3_bind_int64(pRange, 1, iAbsLevel);
162035 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
162250 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
162491 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
163045 sqlite3_bind_int64(pCheck, 1, iEnd);
163091 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
163211 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
163262 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
163263 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
163321 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
163350 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
163372 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
163483 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
163515 sqlite3_bind_int64(pDel, 1, iOldStart);
163516 sqlite3_bind_int64(pDel, 2, iNewStart-1);
163526 sqlite3_bind_int64(pChomp, 1, iNewStart);
163528 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
167835 sqlite3_bind_int64(p, 1, pNode->iNode);
168681 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
169162 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
169163 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
169172 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
169173 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
169592 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
169643 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
169650 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
169940 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
170140 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
170783 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
170838 sqlite3_bind_int64(pStmt, 1, iKey);
181018 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
195023 sqlite3_bind_int64(p->pWriter, 1, iRowid);
195057 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
195058 sqlite3_bind_int64(p->pDeleter, 2, iLast);
197990 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
202014 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
202015 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
202103 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
203919 sqlite3_bind_int64(pSeek, 1, iDel);
203972 sqlite3_bind_int64(pReplace, 1, iRowid);
204046 sqlite3_bind_int64(pDel, 1, iDel);
204058 sqlite3_bind_int64(pDel, 1, iDel);
204554 sqlite3_bind_int64(pLookup, 1, iRowid);