Searched refs:iDelete (Results 1 – 1 of 1) sorted by relevance
221031 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){ argument221045 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0);221055 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell);221067 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);