Searched refs:pDeleteRowid (Results 1 – 1 of 1) sorted by relevance
218669 sqlite3_stmt *pDeleteRowid; member219524 sqlite3_finalize(pRtree->pDeleteRowid);221445 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);221446 sqlite3_step(pRtree->pDeleteRowid);221447 rc = sqlite3_reset(pRtree->pDeleteRowid);221935 appStmt[4] = &pRtree->pDeleteRowid;