Lines Matching refs:sqlite3_bind_int64

5438 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
84224 return sqlite3_bind_int64(p, i, (i64)iValue);
84226 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
84303 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
123560 #define sqlite3_bind_int64 sqlite3_api->bind_int64
123977 sqlite3_bind_int64,
167881 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
176677 sqlite3_bind_int64(pStmt, 1, iDocid);
176850 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
176851 sqlite3_bind_int64(pStmt, 2,
176859 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
177378 sqlite3_bind_int64(
178160 sqlite3_bind_int64(pStmt, 1, iBlock);
178207 sqlite3_bind_int64(pStmt, 1, iLevel);
178209 sqlite3_bind_int64(pStmt, 3, iStartBlock);
178210 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
178212 sqlite3_bind_int64(pStmt, 5, iEndBlock);
178712 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
178713 sqlite3_bind_int64(pStmt, 2,
178741 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
178742 sqlite3_bind_int64(pStmt, 2,
178767 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
178768 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
178813 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
178814 sqlite3_bind_int64(pDelete, 2,
178821 sqlite3_bind_int64(
179352 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
179353 sqlite3_bind_int64(pRange, 2, iLast);
179393 sqlite3_bind_int64(pRange, 1, iAbsLevel);
179412 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
179631 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
179875 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
180431 sqlite3_bind_int64(pCheck, 1, iEnd);
180477 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
180613 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
180664 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
180665 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
180723 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
180752 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
180774 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
180888 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
180920 sqlite3_bind_int64(pDel, 1, iOldStart);
180921 sqlite3_bind_int64(pDel, 2, iNewStart-1);
180931 sqlite3_bind_int64(pChomp, 1, iNewStart);
180933 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
188035 sqlite3_bind_int64(p, 1, pNode->iNode);
188905 sqlite3_bind_int64(pCsr->pReadAux, 1,
188937 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
189439 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
189440 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
189449 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
189450 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
189869 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
189923 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
189930 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
190224 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
190432 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
190485 sqlite3_bind_int64(pUp, 1, *pRowid);
191183 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
191238 sqlite3_bind_int64(pStmt, 1, iKey);
193076 sqlite3_bind_int64(pCsr->pReadAux, 1,
193163 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
193214 sqlite3_bind_int64(pUp, 1, cell.iRowid);
203830 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
216206 sqlite3_bind_int64(p->pWriter, 1, iRowid);
216230 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
216231 sqlite3_bind_int64(p->pDeleter, 2, iLast);
219192 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
223423 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
223424 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
223515 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
225365 sqlite3_bind_int64(pSeek, 1, iDel);
225418 sqlite3_bind_int64(pReplace, 1, iRowid);
225493 sqlite3_bind_int64(pDel, 1, iDel);
225505 sqlite3_bind_int64(pDel, 1, iDel);
226008 sqlite3_bind_int64(pLookup, 1, iRowid);