Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test11 # This file tests creating and dropping triggers, and interaction thereof
17 # trig-1.3: Created triggers are deleted if the transaction is rolled back
19 # trig-1.5: Dropped triggers are restored if the transaction is rolled back
21 # trig-1.7: Dropping the table automatically drops all triggers
26 # trig-1.12: Ensure that INSTEAD OF triggers cannot be created on tables
27 # trig-1.13: Ensure that AFTER triggers cannot be created on views
28 # trig-1.14: Ensure that BEFORE triggers cannot be created on views
162 # Ensure that we cannot create INSTEAD OF triggers on tables
171 # Ensure that we cannot create BEFORE triggers on views
180 # Ensure that we cannot create AFTER triggers on views
[all …]
H A Dtrigger2.test11 # Regression testing of FOR EACH ROW table triggers
14 # These tests ensure that BEFORE and AFTER triggers are fired at the correct
27 # This tests that conditional triggers (ie. UPDATE OF triggers and triggers
30 # trigger2-3.1: UPDATE OF triggers
34 # Tests that trigger-programs may cause other triggers to fire. Also that a
41 # Verify that rows altered by triggers are not included in the return value
322 # trigger2-3.1: UPDATE OF triggers
457 # Handling of ON CONFLICT by INSERT statements inside triggers
510 # Handling of ON CONFLICT by UPDATE statements inside triggers
H A Dlaststmtchanges.test12 # (LSCC) is updated properly, especially inside triggers
15 # the statement is finished (triggers count as part of statement)
27 # 1.x - basic tests (no triggers)
174 # 5.x - complex tests with temporary tables and nested instead of triggers
H A Dlastinsert.test12 # is updated properly, especially inside triggers
15 # Note 2: upon entry into before or instead of triggers,
27 # 1.x - basic tests (no triggers)
260 # 7.x - complex tests with temporary tables and nested instead of triggers
H A Dtrigger3.test119 # Check that RAISE(IGNORE) works correctly for nested triggers:
135 # Check that things also work for view-triggers
H A Dtrigger4.test11 # This file tests the triggers of views.
H A Dinterrupt.test36 # This routine attempts to execute the sql in $sql. It triggers an
H A Dversion.test92 # Add some triggers, views, and indices to the schema and make sure the
H A Dattach.test491 } {1 {triggers may not be added to auxiliary database orig}}
H A Dmisc1.test522 # Ticket #333: Temp triggers that modify persistent tables.
H A Drowid.test369 # Make sure AFTER triggers that do INSERTs do not change the last_insert_rowid.
H A Dauth.test1823 # Make sure the names of views and triggers are passed on on arg4.
/illumos-gate/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()
/illumos-gate/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…
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h240 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S119 ! triggers ... check every byte individually.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S119 ! triggers ... check every byte individually.
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c479 &op.u.get_pmstat.u.getcx.triggers, in privcmd_HYPERVISOR_sysctl()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news166 24.*"ei:" and "vx:" no longer considered valid triggers to modelines
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1638 …o address and trigger's content and derives the parent PF's id. It then triggers an interrupt [eve…