Home | History | Annotate | Download | only in dist

Lines Matching refs:mayAbort

10322   u8 mayAbort;         /* True if statement may throw an ABORT exception */
55663 ** Then check that the value of Parse.mayAbort is true if an
55668 ** assert( sqlite3VdbeAssertMayAbort(pParse->pVdbe, pParse->mayAbort) );
55670 SQLITE_PRIVATE int sqlite3VdbeAssertMayAbort(Vdbe *v, int mayAbort){
55692 /* Return true if hasAbort==mayAbort. Or if a malloc failure occured.
55697 return ( v->db->mallocFailed || hasAbort==mayAbort );
74997 || sqlite3VdbeAssertMayAbort(v, pParse->mayAbort));
75059 pParse->isMultiWrite && pParse->mayAbort);
78356 ** Technically, we only need to set the mayAbort flag if the
78368 pToplevel->mayAbort = 1;
81656 sqlite3ParseToplevel(pParse)->mayAbort = 1;
81789 sqlite3ParseToplevel(pParse)->mayAbort = 1;