tmask 84959 third_party/sqlite/amalgamation/sqlite3.c int tmask; /* Mask of trigger times */ tmask 84989 third_party/sqlite/amalgamation/sqlite3.c pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); tmask 85000 third_party/sqlite/amalgamation/sqlite3.c assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); tmask 85014 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ tmask 85292 third_party/sqlite/amalgamation/sqlite3.c if( tmask & TRIGGER_BEFORE ){ tmask 85540 third_party/sqlite/amalgamation/sqlite3.c #ifdef tmask tmask 95819 third_party/sqlite/amalgamation/sqlite3.c int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ tmask 95848 third_party/sqlite/amalgamation/sqlite3.c pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); tmask 95850 third_party/sqlite/amalgamation/sqlite3.c assert( pTrigger || tmask==0 ); tmask 95864 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ tmask 96130 third_party/sqlite/amalgamation/sqlite3.c }else if( 0==(tmask&TRIGGER_BEFORE) || i>31 || (newmask&(1<<i)) ){ tmask 96147 third_party/sqlite/amalgamation/sqlite3.c if( tmask&TRIGGER_BEFORE ){ tmask 476 third_party/sqlite/src/src/insert.c int tmask; /* Mask of trigger times */ tmask 506 third_party/sqlite/src/src/insert.c pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); tmask 517 third_party/sqlite/src/src/insert.c assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); tmask 531 third_party/sqlite/src/src/insert.c if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ tmask 809 third_party/sqlite/src/src/insert.c if( tmask & TRIGGER_BEFORE ){ tmask 1057 third_party/sqlite/src/src/insert.c #ifdef tmask tmask 120 third_party/sqlite/src/src/update.c int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ tmask 149 third_party/sqlite/src/src/update.c pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); tmask 151 third_party/sqlite/src/src/update.c assert( pTrigger || tmask==0 ); tmask 165 third_party/sqlite/src/src/update.c if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ tmask 431 third_party/sqlite/src/src/update.c }else if( 0==(tmask&TRIGGER_BEFORE) || i>31 || (newmask&(1<<i)) ){ tmask 448 third_party/sqlite/src/src/update.c if( tmask&TRIGGER_BEFORE ){