Lines Matching refs:sqlite3_bind_int64

3618 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
62630 return sqlite3_bind_int64(p, i, (i64)iValue);
62632 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
62675 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
69866 ** This is done directly instead of using sqlite3_bind_int64() to avoid
70121 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
89131 #define sqlite3_bind_int64 sqlite3_api->bind_int64
89441 sqlite3_bind_int64,
115547 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
122598 sqlite3_bind_int64(pStmt, 1, iDocid);
123926 sqlite3_bind_int64(pStmt, 1, iBlock);
123952 sqlite3_bind_int64(pStmt, 3, iStartBlock);
123953 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
123954 sqlite3_bind_int64(pStmt, 5, iEndBlock);
124455 sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock);
124456 sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock);
125071 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
127517 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
127645 sqlite3_bind_int64(p, 1, pNode->iNode);
128202 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
128707 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
128708 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
128717 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
128718 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
129342 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
129393 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
129400 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
129692 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
129802 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);