Home | History | Annotate | Download | only in dist

Lines Matching refs:mayAbort

10315   u8 mayAbort;         /* True if statement may throw an ABORT exception */
55656 ** Then check that the value of Parse.mayAbort is true if an
55661 ** assert( sqlite3VdbeAssertMayAbort(pParse->pVdbe, pParse->mayAbort) );
55663 SQLITE_PRIVATE int sqlite3VdbeAssertMayAbort(Vdbe *v, int mayAbort){
55685 /* Return true if hasAbort==mayAbort. Or if a malloc failure occured.
55690 return ( v->db->mallocFailed || hasAbort==mayAbort );
74990 || sqlite3VdbeAssertMayAbort(v, pParse->mayAbort));
75052 pParse->isMultiWrite && pParse->mayAbort);
78349 ** Technically, we only need to set the mayAbort flag if the
78361 pToplevel->mayAbort = 1;
81649 sqlite3ParseToplevel(pParse)->mayAbort = 1;
81782 sqlite3ParseToplevel(pParse)->mayAbort = 1;