Searched refs:pReadParent (Results 1 – 1 of 1) sorted by relevance
218672 sqlite3_stmt *pReadParent; member219525 sqlite3_finalize(pRtree->pReadParent);221195 sqlite3_bind_int64(pRtree->pReadParent, 1, pChild->iNode);221196 rc = sqlite3_step(pRtree->pReadParent);221206 iNode = sqlite3_column_int64(pRtree->pReadParent, 0);221212 rc = sqlite3_reset(pRtree->pReadParent);221936 appStmt[5] = &pRtree->pReadParent;