Lines Matching refs:sqlite3_bind_int64
871 sqlite3_bind_int64(p, 1, pNode->iNode); in nodeWrite()
1752 sqlite3_bind_int64(pCsr->pReadAux, 1, in rtreeColumn()
1784 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid); in findLeafNode()
2296 sqlite3_bind_int64(pRtree->pWriteRowid, 1, iRowid); in rowidWrite()
2297 sqlite3_bind_int64(pRtree->pWriteRowid, 2, iNode); in rowidWrite()
2306 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode); in parentWrite()
2307 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar); in parentWrite()
2732 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode); in fixLeafParent()
2787 sqlite3_bind_int64(pRtree->pDeleteNode, 1, pNode->iNode); in removeNode()
2794 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode); in removeNode()
3088 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete); in rtreeDeleteRowid()
3296 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); in rtreeUpdate()
3349 sqlite3_bind_int64(pUp, 1, *pRowid); in rtreeUpdate()
4046 sqlite3_bind_int64(pCheck->pGetNode, 1, iNode); in rtreeCheckGetNode()
4101 sqlite3_bind_int64(pStmt, 1, iKey); in rtreeCheckMapping()