Home
last modified time | relevance | path

Searched refs:pDeleteRowid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218297 sqlite3_stmt *pDeleteRowid; member
219149 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;