Searched refs:pReadParent (Results 1 – 1 of 1) sorted by relevance
218300 sqlite3_stmt *pReadParent; member219150 sqlite3_finalize(pRtree->pReadParent);220817 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);220818 rc = sqlite3_step(pRtree->pReadParent);220828 iNode = sqlite3_column_int64(pRtree->pReadParent, 0);220834 rc = sqlite3_reset(pRtree->pReadParent);221558 appStmt[5] = &pRtree->pReadParent;