Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:mayAbort

10548   u8 mayAbort;         /* True if statement may throw an ABORT exception */
57479 ** Then check that the value of Parse.mayAbort is true if an
57484 ** assert( sqlite3VdbeAssertMayAbort(pParse->pVdbe, pParse->mayAbort) );
57486 SQLITE_PRIVATE int sqlite3VdbeAssertMayAbort(Vdbe *v, int mayAbort){
57508 /* Return true if hasAbort==mayAbort. Or if a malloc failure occured.
57513 return ( v->db->mallocFailed || hasAbort==mayAbort );
76979 || sqlite3VdbeAssertMayAbort(v, pParse->mayAbort));
77044 pParse->isMultiWrite && pParse->mayAbort);
80404 ** Technically, we only need to set the mayAbort flag if the
80416 pToplevel->mayAbort = 1;
83712 sqlite3ParseToplevel(pParse)->mayAbort = 1;
83845 sqlite3ParseToplevel(pParse)->mayAbort = 1;