Home
last modified time | relevance | path

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

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