Lines Matching refs:sqlite3_bind_int64

3530 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
67372 return sqlite3_bind_int64(p, i, (i64)iValue);
67374 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
67417 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
74591 ** This is done directly instead of using sqlite3_bind_int64() to avoid
74842 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
97245 #define sqlite3_bind_int64 sqlite3_api->bind_int64
97581 sqlite3_bind_int64,
128521 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
137136 sqlite3_bind_int64(pStmt, 1, iDocid);
137309 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
137310 sqlite3_bind_int64(pStmt, 2,
137318 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
137832 sqlite3_bind_int64(
138589 sqlite3_bind_int64(pStmt, 1, iBlock);
138635 sqlite3_bind_int64(pStmt, 1, iLevel);
138637 sqlite3_bind_int64(pStmt, 3, iStartBlock);
138638 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
138640 sqlite3_bind_int64(pStmt, 5, iEndBlock);
139125 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
139126 sqlite3_bind_int64(pStmt, 2,
139154 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
139155 sqlite3_bind_int64(pStmt, 2,
139180 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
139181 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
139226 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
139227 sqlite3_bind_int64(pDelete, 2,
139234 sqlite3_bind_int64(
139764 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
139765 sqlite3_bind_int64(pRange, 2, iLast);
139805 sqlite3_bind_int64(pRange, 1, iAbsLevel);
139824 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
140039 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
140279 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
140828 sqlite3_bind_int64(pCheck, 1, iEnd);
140874 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
140994 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
141045 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
141046 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
141104 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
141133 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
141155 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
141266 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
141298 sqlite3_bind_int64(pDel, 1, iOldStart);
141299 sqlite3_bind_int64(pDel, 2, iNewStart-1);
141309 sqlite3_bind_int64(pChomp, 1, iNewStart);
141311 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
145177 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
145303 sqlite3_bind_int64(p, 1, pNode->iNode);
146103 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
146580 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
146581 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
146590 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
146591 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
147010 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
147061 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
147068 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
147358 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
147501 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);