Lines Matching refs:sqlite3_bind_int64

3586 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
61880 return sqlite3_bind_int64(p, i, (i64)iValue);
61882 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){
61925 rc = sqlite3_bind_int64(pStmt, i, pValue->u.i);
69224 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
87264 #define sqlite3_bind_int64 sqlite3_api->bind_int64
87567 sqlite3_bind_int64,
113282 sqlite3_bind_int64(pCsr->pStmt, 1, pCsr->iPrevId);
119956 sqlite3_bind_int64(pStmt, 1, iDocid);
121284 sqlite3_bind_int64(pStmt, 1, iBlock);
121310 sqlite3_bind_int64(pStmt, 3, iStartBlock);
121311 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
121312 sqlite3_bind_int64(pStmt, 5, iEndBlock);
121813 sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock);
121814 sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock);
122429 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
124871 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
124999 sqlite3_bind_int64(p, 1, pNode->iNode);
125556 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid);
126061 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid);
126062 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode);
126071 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);
126072 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);
126696 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);
126747 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode);
126754 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
127046 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
127156 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid);