Home
last modified time | relevance | path

Searched defs:mayAbort (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbeaux.c708 int sqlite3VdbeAssertMayAbort(Vdbe *v, int mayAbort){ in sqlite3VdbeAssertMayAbort()
H A DsqliteInt.h3638 u8 mayAbort; /* True if statement may throw an ABORT exception */ member