Lines Matching defs:sqlite3_bind_int64

3910 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
64274 return sqlite3_bind_int64(p, i, (i64)iValue);
64276 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
64319 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
71761 ** This is done directly instead of using sqlite3_bind_int64() to avoid
72016 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
92451 #define sqlite3_bind_int64 sqlite3_api->bind_int64
92784 sqlite3_bind_int64,
120863 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
129052 sqlite3_bind_int64(pStmt, 1, iDocid);
129232 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
129233 sqlite3_bind_int64(pStmt, 2,
129241 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
129749 sqlite3_bind_int64(
130506 sqlite3_bind_int64(pStmt, 1, iBlock);
130551 sqlite3_bind_int64(pStmt, 1, iLevel);
130553 sqlite3_bind_int64(pStmt, 3, iStartBlock);
130554 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
130555 sqlite3_bind_int64(pStmt, 5, iEndBlock);
131032 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
131033 sqlite3_bind_int64(pStmt, 2,
131056 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
131057 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
131102 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
131103 sqlite3_bind_int64(pDelete, 2,
131110 sqlite3_bind_int64(
131763 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
132001 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
132547 sqlite3_bind_int64(pCheck, 1, iEnd);
132593 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
132709 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
132760 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
132761 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
132819 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
132848 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
132870 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
132981 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
133013 sqlite3_bind_int64(pDel, 1, iOldStart);
133014 sqlite3_bind_int64(pDel, 2, iNewStart-1);
133024 sqlite3_bind_int64(pChomp, 1, iNewStart);
133026 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
136833 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
136961 sqlite3_bind_int64(p, 1, pNode->iNode);
137521 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
138033 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
138034 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
138043 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
138044 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
138668 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
138719 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
138726 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
139020 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
139163 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);