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);
159340 sqlite3_bind_int64(pStmt, 1, iDocid);
159513 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
159514 sqlite3_bind_int64(pStmt, 2,
159522 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
160041 sqlite3_bind_int64(
160812 sqlite3_bind_int64(pStmt, 1, iBlock);
160858 sqlite3_bind_int64(pStmt, 1, iLevel);
160860 sqlite3_bind_int64(pStmt, 3, iStartBlock);
160861 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
160863 sqlite3_bind_int64(pStmt, 5, iEndBlock);
161348 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161349 sqlite3_bind_int64(pStmt, 2,
161377 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
161378 sqlite3_bind_int64(pStmt, 2,
161403 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
161404 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
161449 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
161450 sqlite3_bind_int64(pDelete, 2,
161457 sqlite3_bind_int64(
161987 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
161988 sqlite3_bind_int64(pRange, 2, iLast);
162028 sqlite3_bind_int64(pRange, 1, iAbsLevel);
162047 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
162262 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
162503 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
163057 sqlite3_bind_int64(pCheck, 1, iEnd);
163103 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
163223 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
163274 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
163275 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
163333 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
163362 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
163384 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
163495 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
163527 sqlite3_bind_int64(pDel, 1, iOldStart);
163528 sqlite3_bind_int64(pDel, 2, iNewStart-1);
163538 sqlite3_bind_int64(pChomp, 1, iNewStart);
163540 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
167847 sqlite3_bind_int64(p, 1, pNode->iNode);
168693 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
169174 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
169175 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
169184 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
169185 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
169604 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
169655 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
169662 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
169952 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
170152 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
170795 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
170850 sqlite3_bind_int64(pStmt, 1, iKey);
181030 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
195035 sqlite3_bind_int64(p->pWriter, 1, iRowid);
195069 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
195070 sqlite3_bind_int64(p->pDeleter, 2, iLast);
198002 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
202026 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
202027 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
202115 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
203931 sqlite3_bind_int64(pSeek, 1, iDel);
203984 sqlite3_bind_int64(pReplace, 1, iRowid);
204058 sqlite3_bind_int64(pDel, 1, iDel);
204070 sqlite3_bind_int64(pDel, 1, iDel);
204566 sqlite3_bind_int64(pLookup, 1, iRowid);