/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 49 6 {} {INSERT OR ABORT} 1 {} 1 56 13 IGNORE {INSERT OR ABORT} 1 {} 1 60 17 ABORT INSERT 1 {} 1 107 6 {} {INSERT OR ABORT} 1 {} 1 114 13 IGNORE {INSERT OR ABORT} 1 {} 1 118 17 ABORT INSERT 1 {} 1 165 6 {} {INSERT OR ABORT} 1 {} 1 172 13 IGNORE {INSERT OR ABORT} 1 {} 1 176 17 ABORT INSERT 1 {} 1 219 5 ABORT {} INSERT 1 {} 1 [all …]
|
H A D | notnull.test | 30 e NOT NULL ON CONFLICT ABORT DEFAULT 8 66 INSERT OR ABORT INTO t1(b,c,d,e) VALUES(2,3,4,5); 94 INSERT OR ABORT INTO t1(a,c,d,e) VALUES(1,3,4,5); 143 INSERT OR ABORT INTO t1(a,b,c,d,e) VALUES(1,2,null,4,5); 150 INSERT OR ABORT INTO t1(a,b,c,d,e) VALUES(1,2,3,null,5); 157 INSERT OR ABORT INTO t1(a,b,c,e) VALUES(1,2,3,5); 211 UPDATE OR ABORT t1 SET a=null; 305 INSERT OR ABORT INTO t1(b,c,d,e) VALUES(2,3,4,5); 333 INSERT OR ABORT INTO t1(a,c,d,e) VALUES(1,3,4,5); 382 INSERT OR ABORT INTO t1(a,b,c,d,e) VALUES(1,2,null,4,5); [all …]
|
H A D | trigger3.test | 19 # Test that we can cause ROLLBACK, FAIL and ABORT correctly 29 WHEN (new.a = 1) THEN RAISE(ABORT, 'Trigger abort') 34 # ABORT 143 WHEN (new.a = 3) THEN RAISE(ABORT, 'View abort') END;
|
H A D | memdb.test | 175 6 {} {INSERT OR ABORT} 1 {} 1 182 13 IGNORE {INSERT OR ABORT} 1 {} 1 186 17 ABORT INSERT 1 {} 1 236 5 ABORT {} UPDATE 1 {1 2 3 4} 1 241 10 ABORT {} {UPDATE OR REPLACE} 0 {7 6 9} 1 246 15 {} {} {UPDATE OR ABORT} 1 {1 2 3 4} 1 251 20 {} ABORT UPDATE 1 {1 2 3 4} 1 256 25 IGNORE ABORT UPDATE 1 {1 2 3 4} 1
|
H A D | trigger2.test | 475 INSERT OR ABORT INTO tbl values (2, 2, 3); 529 UPDATE OR ABORT tbl SET a = 4 WHERE a = 1;
|
H A D | misc3.test | 24 # Ticket #529. Make sure an ABORT does not damage the in-memory cache
|
H A D | trigger1.test | 325 SELECT RAISE(ABORT,'deletes are not allows');
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpmontg.c | 88 #define ABORT res = MP_UNDEF; goto CLEANUP macro 90 #define ABORT abort() macro 93 #define ABORT res = MP_UNDEF; goto CLEANUP macro
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ppp/ |
H A D | myisp-chat.tmpl | 32 ABORT BUSY 33 ABORT 'NO CARRIER'
|
/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 160 #define ABORT 01 macro 215 pc(ABORT); in dialit()
|
/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 149 #define ABORT() (_Vmassert & VM_abort) macro 151 #define ASSERT(p) ((p) ? 0 : (MESSAGE("Assertion failed"), ABORT() ? (abort(),0) : 0)) 155 #define ABORT() (0) macro
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | sis900.h | 212 ABORT = 0x04000000, enumerator
|
H A D | sis900.c | 1125 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_transmit() 1167 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_poll()
|
/titanic_41/usr/src/head/arpa/ |
H A D | telnet.h | 64 #define ABORT 238 /* Abort process */ macro
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 127 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT 263 resolvetype(A) ::= ABORT. { A = OE_Abort; } 870 expr(A) ::= RAISE(X) LP ABORT COMMA nm(Z) RP(Y). {
|
H A D | sqlite.h.in | 193 ** ROLLBACK or ABORT. Except, changes associated with creating and 217 ** ABORT. Changes associated with trigger programs that execute as a
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 2558 NET2ADD(IAC, ABORT); in sendabort() 2559 printoption("SENT", IAC, ABORT); in sendabort()
|
H A D | commands.c | 409 { "abort", "Send Telnet 'Abort Process'", 1, 0, 0, 2, ABORT },
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 173 #define ABORT -2 /* user abort */ macro 2152 return(ABORT); in search()
|