Lines Matching refs:sqlite3_bind_int64

3424 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
61412 return sqlite3_bind_int64(p, i, (i64)iValue);
61414 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
61457 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
68487 ** This is done directly instead of using sqlite3_bind_int64() to avoid
68739 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
86718 #define sqlite3_bind_int64 sqlite3_api->bind_int64
87021 sqlite3_bind_int64,
114196 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
120195 sqlite3_bind_int64(pStmt, 1, iDocid);
121345 sqlite3_bind_int64(pStmt, 1, iBlock);
121371 sqlite3_bind_int64(pStmt, 3, iStartBlock);
121372 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
121373 sqlite3_bind_int64(pStmt, 5, iEndBlock);
121864 sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock);
121865 sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock);
122259 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
124745 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
124873 sqlite3_bind_int64(p, 1, pNode->iNode);
125430 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
125935 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
125936 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
125945 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
125946 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
126570 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
126621 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
126628 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
126937 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
127021 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);