Searched refs:pDeleteParent (Results 1 – 1 of 1) sorted by relevance
218302 sqlite3_stmt *pDeleteParent; member219152 sqlite3_finalize(pRtree->pDeleteParent);220879 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);220880 sqlite3_step(pRtree->pDeleteParent);220881 if( SQLITE_OK!=(rc = sqlite3_reset(pRtree->pDeleteParent)) ){221560 appStmt[7] = &pRtree->pDeleteParent;