Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dtrigger1.test13 # This file tests creating and dropping triggers, and interaction thereof
19 # trig-1.3: Created triggers are deleted if the transaction is rolled back
21 # trig-1.5: Dropped triggers are restored if the transaction is rolled back
23 # trig-1.7: Dropping the table automatically drops all triggers
28 # trig-1.12: Ensure that INSTEAD OF triggers cannot be created on tables
29 # trig-1.13: Ensure that AFTER triggers cannot be created on views
30 # trig-1.14: Ensure that BEFORE triggers cannot be created on views
164 # Ensure that we cannot create INSTEAD OF triggers on tables
173 # Ensure that we cannot create BEFORE triggers on views
182 # Ensure that we cannot create AFTER triggers on views
[all …]
H A Dtrigger2.test13 # Regression testing of FOR EACH ROW table triggers
16 # These tests ensure that BEFORE and AFTER triggers are fired at the correct
29 # This tests that conditional triggers (ie. UPDATE OF triggers and triggers
32 # trigger2-3.1: UPDATE OF triggers
36 # Tests that trigger-programs may cause other triggers to fire. Also that a
43 # Verify that rows altered by triggers are not included in the return value
324 # trigger2-3.1: UPDATE OF triggers
459 # Handling of ON CONFLICT by INSERT statements inside triggers
512 # Handling of ON CONFLICT by UPDATE statements inside triggers
H A Dlaststmtchanges.test14 # (LSCC) is updated properly, especially inside triggers
17 # the statement is finished (triggers count as part of statement)
29 # 1.x - basic tests (no triggers)
176 # 5.x - complex tests with temporary tables and nested instead of triggers
H A Dlastinsert.test14 # is updated properly, especially inside triggers
17 # Note 2: upon entry into before or instead of triggers,
29 # 1.x - basic tests (no triggers)
262 # 7.x - complex tests with temporary tables and nested instead of triggers
H A Dtrigger3.test121 # Check that RAISE(IGNORE) works correctly for nested triggers:
137 # Check that things also work for view-triggers
H A Dtrigger4.test13 # This file tests the triggers of views.
H A Dinterrupt.test38 # This routine attempts to execute the sql in $sql. It triggers an
H A Dversion.test94 # Add some triggers, views, and indices to the schema and make sure the
H A Dattach.test493 } {1 {triggers may not be added to auxiliary database orig}}
H A Dmisc1.test524 # Ticket #333: Temp triggers that modify persistent tables.
H A Drowid.test371 # Make sure AFTER triggers that do INSERTs do not change the last_insert_rowid.
H A Dauth.test1825 # Make sure the names of views and triggers are passed on on arg4.
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c784 int triggers = 0; in sndctl_dsp_gettrigger() local
791 triggers |= PCM_ENABLE_OUTPUT; in sndctl_dsp_gettrigger()
797 triggers |= PCM_ENABLE_INPUT; in sndctl_dsp_gettrigger()
800 *trigp = triggers; in sndctl_dsp_gettrigger()
808 int triggers; in sndctl_dsp_settrigger() local
813 triggers = *trigp; in sndctl_dsp_settrigger()
815 if ((oflag & FWRITE) && (triggers & PCM_ENABLE_OUTPUT)) { in sndctl_dsp_settrigger()
821 if ((oflag & FREAD) && (triggers & PCM_ENABLE_INPUT)) { in sndctl_dsp_settrigger()
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h54 # error This code triggers bugs in old OpenLDAP implementations. Please update to 2.2.24 or late…
/titanic_41/usr/src/uts/common/xen/public/
H A Dsysctl.h240 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s119 ! triggers ... check every byte individually.
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s119 ! triggers ... check every byte individually.
/titanic_41/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c483 &op.u.get_pmstat.u.getcx.triggers, in privcmd_HYPERVISOR_sysctl()
/titanic_41/usr/src/cmd/vi/port/
H A Dex.news166 24.*"ei:" and "vx:" no longer considered valid triggers to modelines