Lines Matching refs:sqlite3_bind_int64

3752 SQLITE_API int SQLITE_STDCALL sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
70227 return sqlite3_bind_int64(p, i, (i64)iValue);
70229 SQLITE_API int SQLITE_STDCALL sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
70288 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
77742 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
102146 #define sqlite3_bind_int64 sqlite3_api->bind_int64
102494 sqlite3_bind_int64,
134714 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
143396 sqlite3_bind_int64(pStmt, 1, iDocid);
143569 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
143570 sqlite3_bind_int64(pStmt, 2,
143578 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
144092 sqlite3_bind_int64(
144852 sqlite3_bind_int64(pStmt, 1, iBlock);
144898 sqlite3_bind_int64(pStmt, 1, iLevel);
144900 sqlite3_bind_int64(pStmt, 3, iStartBlock);
144901 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
144903 sqlite3_bind_int64(pStmt, 5, iEndBlock);
145388 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
145389 sqlite3_bind_int64(pStmt, 2,
145417 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
145418 sqlite3_bind_int64(pStmt, 2,
145443 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
145444 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
145489 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
145490 sqlite3_bind_int64(pDelete, 2,
145497 sqlite3_bind_int64(
146027 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
146028 sqlite3_bind_int64(pRange, 2, iLast);
146068 sqlite3_bind_int64(pRange, 1, iAbsLevel);
146087 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
146302 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
146543 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
147092 sqlite3_bind_int64(pCheck, 1, iEnd);
147138 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
147258 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
147309 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
147310 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
147368 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
147397 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
147419 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
147530 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
147562 sqlite3_bind_int64(pDel, 1, iOldStart);
147563 sqlite3_bind_int64(pDel, 2, iNewStart-1);
147573 sqlite3_bind_int64(pChomp, 1, iNewStart);
147575 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
151501 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
151627 sqlite3_bind_int64(p, 1, pNode->iNode);
152426 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
152903 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
152904 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
152913 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
152914 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
153333 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
153384 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
153391 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
153681 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
153834 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);