Lines Matching full:fire
276 ** fire any triggers. A value of 0 means that no trigger programs at all
1941 ** count does not include rows of views that fire an [INSTEAD OF trigger],
71021 ** only effect this statement has is to fire the INSTEAD OF
71115 Trigger *pTrigger, /* List of triggers to (potentially) fire */
71127 ** not attempt to delete it or fire any DELETE triggers. */
71131 /* If there are any triggers to fire, allocate a range of registers to
71165 ** do not fire AFTER triggers. */
71176 ** fire the INSTEAD OF triggers). */
74865 /* Fire BEFORE or INSTEAD OF triggers */
75256 ** remove the conflicting row from the the table. This will fire
83768 ** that fire off of pTab. The list will include any TEMP triggers on
84413 ** to fire had an explicit ON CONFLICT, then use it. Otherwise, use
84690 ** If there are no triggers that fire at the specified time for the specified
85263 /* Fire any BEFORE UPDATE triggers. This happens before constraints are