Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_bind_int64

3530 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
67392 return sqlite3_bind_int64(p, i, (i64)iValue);
67394 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
67437 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
74611 ** This is done directly instead of using sqlite3_bind_int64() to avoid
74862 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
97265 #define sqlite3_bind_int64 sqlite3_api->bind_int64
97601 sqlite3_bind_int64,
128541 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
137168 sqlite3_bind_int64(pStmt, 1, iDocid);
137341 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
137342 sqlite3_bind_int64(pStmt, 2,
137350 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
137864 sqlite3_bind_int64(
138621 sqlite3_bind_int64(pStmt, 1, iBlock);
138667 sqlite3_bind_int64(pStmt, 1, iLevel);
138669 sqlite3_bind_int64(pStmt, 3, iStartBlock);
138670 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
138672 sqlite3_bind_int64(pStmt, 5, iEndBlock);
139157 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
139158 sqlite3_bind_int64(pStmt, 2,
139186 sqlite3_bind_int64(pStmt, 1, iAbsLevel+1);
139187 sqlite3_bind_int64(pStmt, 2,
139212 sqlite3_bind_int64(pDelete, 1, pSeg->iStartBlock);
139213 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock);
139258 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
139259 sqlite3_bind_int64(pDelete, 2,
139266 sqlite3_bind_int64(
139796 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
139797 sqlite3_bind_int64(pRange, 2, iLast);
139837 sqlite3_bind_int64(pRange, 1, iAbsLevel);
139856 sqlite3_bind_int64(pUpdate2, 1, iAbsLevel);
140071 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
140311 sqlite3_bind_int64(pStmt, 1, iAbsLevel);
140860 sqlite3_bind_int64(pCheck, 1, iEnd);
140906 sqlite3_bind_int64(pSelect, 1, iAbsLevel+1);
141026 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
141077 sqlite3_bind_int64(pLeafEst, 1, iAbsLevel);
141078 sqlite3_bind_int64(pLeafEst, 2, pCsr->nSegment);
141136 sqlite3_bind_int64(pDelete, 1, iAbsLevel);
141165 sqlite3_bind_int64(pSelect, 1, iAbsLevel);
141187 sqlite3_bind_int64(pUpdate, 2, iAbsLevel);
141298 sqlite3_bind_int64(pFetch, 1, iAbsLevel);
141330 sqlite3_bind_int64(pDel, 1, iOldStart);
141331 sqlite3_bind_int64(pDel, 2, iNewStart-1);
141341 sqlite3_bind_int64(pChomp, 1, iNewStart);
141343 sqlite3_bind_int64(pChomp, 3, iAbsLevel);
145209 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
145335 sqlite3_bind_int64(p, 1, pNode->iNode);
146135 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
146612 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
146613 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
146622 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
146623 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
147042 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
147093 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
147100 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
147390 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
147533 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);