Searched refs:pDeleteRowid (Results 1 – 1 of 1) sorted by relevance
218297 sqlite3_stmt *pDeleteRowid; member219149 sqlite3_finalize(pRtree->pDeleteRowid);221067 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);221068 sqlite3_step(pRtree->pDeleteRowid);221069 rc = sqlite3_reset(pRtree->pDeleteRowid);221557 appStmt[4] = &pRtree->pDeleteRowid;