Searched refs:pReadRowid (Results 1 – 2 of 2) sorted by relevance
186 sqlite3_stmt *pReadRowid; member1021 sqlite3_finalize(pRtree->pReadRowid); in rtreeRelease()1784 sqlite3_bind_int64(pRtree->pReadRowid, 1, iRowid); in findLeafNode()1785 if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){ in findLeafNode()1786 i64 iNode = sqlite3_column_int64(pRtree->pReadRowid, 0); in findLeafNode()1789 sqlite3_reset(pRtree->pReadRowid); in findLeafNode()1791 rc = sqlite3_reset(pRtree->pReadRowid); in findLeafNode()3296 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); in rtreeUpdate()3297 steprc = sqlite3_step(pRtree->pReadRowid); in rtreeUpdate()3298 rc = sqlite3_reset(pRtree->pReadRowid); in rtreeUpdate()[all …]
1630 sqlite3_bind_int64(pRtree->pReadRowid, 1, cell.iRowid); in geopolyUpdate()1631 steprc = sqlite3_step(pRtree->pReadRowid); in geopolyUpdate()1632 rc = sqlite3_reset(pRtree->pReadRowid); in geopolyUpdate()