Lines Matching refs:sqlite3_bind_int64

5220 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
93209 return sqlite3_bind_int64(p, i, (i64)iValue);
93211 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
93290 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
138773 #define sqlite3_bind_int64 sqlite3_api->bind_int64
139221 sqlite3_bind_int64,
190923 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
199880 sqlite3_bind_int64(pStmt, 1, iDocid);
200053 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
200054 sqlite3_bind_int64(pStmt, 2,
200062 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
200581 sqlite3_bind_int64(
201371 sqlite3_bind_int64(pStmt, 1, iBlock);
201418 sqlite3_bind_int64(pStmt, 1, iLevel);
201420 sqlite3_bind_int64(pStmt, 3, iStartBlock);
201421 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
201423 sqlite3_bind_int64(pStmt, 5, iEndBlock);
201923 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
201924 sqlite3_bind_int64(pStmt, 2,
201952 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
201953 sqlite3_bind_int64(pStmt, 2,
201978 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
201979 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
202024 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
202025 sqlite3_bind_int64(pDelete, 2,
202032 sqlite3_bind_int64(
202577 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
202578 sqlite3_bind_int64(pRange, 2, iLast);
202618 sqlite3_bind_int64(pRange, 1, iAbsLevel);
202637 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
202859 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
203103 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
203672 sqlite3_bind_int64(pCheck, 1, iEnd);
203718 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
203858 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
203909 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
203910 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
203968 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
203997 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
204019 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
204133 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
204165 sqlite3_bind_int64(pDel, 1, iOldStart);
204166 sqlite3_bind_int64(pDel, 2, iNewStart-1);
204176 sqlite3_bind_int64(pChomp, 1, iNewStart);
204178 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
214347 sqlite3_bind_int64(p, 1, pNode->iNode);
215236 sqlite3_bind_int64(pCsr->pReadAux, 1,
215268 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
215806 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
215807 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
215816 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
215817 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
216171 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
216226 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
216233 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
216421 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
216629 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
216681 sqlite3_bind_int64(pUp, 1, *pRowid);
217390 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode);
217445 sqlite3_bind_int64(pStmt, 1, iKey);
219322 sqlite3_bind_int64(pCsr->pReadAux, 1,
219410 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);
219460 sqlite3_bind_int64(pUp, 1, cell.iRowid);
231099 rc = sqlite3_bind_int64(pSelect, i+1, iVal);
245196 sqlite3_bind_int64(p->pWriter, 1, iRowid);
245220 sqlite3_bind_int64(p->pDeleter, 1, iFirst);
245221 sqlite3_bind_int64(p->pDeleter, 2, iLast);
248502 sqlite3_bind_int64(p->pIdxWriter, 3, bFlag + ((i64)pWriter->iBtPage<<1));
255322 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iFirstRowid);
255323 sqlite3_bind_int64(pCsr->pStmt, 2, pCsr->iLastRowid);
255410 sqlite3_bind_int64(pCsr->pStmt, 1, fts5CursorRowid(pCsr));
258068 sqlite3_bind_int64(pSeek, 1, iDel);
258113 sqlite3_bind_int64(pSeek, 1, iDel);
258225 sqlite3_bind_int64(pLookup, 1, iDel);
258257 sqlite3_bind_int64(pReplace, 1, iRowid);
258261 sqlite3_bind_int64(pReplace, 3, iOrigin);
258358 sqlite3_bind_int64(pDel, 1, iDel);
258372 sqlite3_bind_int64(pDel, 1, iDel);
259011 sqlite3_bind_int64(pLookup, 1, iRowid);