Home
last modified time | relevance | path

Searched refs:conf1 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/test/
H A Dconflict.test207 # conf1 The conflict resolution algorithm on the UNIQUE constraint
214 foreach {i conf1 conf2 cmd t0 t1 t2} {
237 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
241 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1);
266 # conf1 The conflict resolution algorithm on the NOT NULL constraint
273 foreach {i conf1 conf2 cmd t0 t1 t2} {
300 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
304 CREATE TABLE t1(a,b,c NOT NULL $conf1 DEFAULT 5);
334 # conf1 The conflict resolution algorithm on the UNIQUE constraint
341 foreach {i conf1 conf2 cmd t0 t1 t2} {
[all …]
H A Dmemdb.test224 # conf1 The conflict resolution algorithm on the UNIQUE constraint
231 foreach {i conf1 conf2 cmd t0 t1 t2} {
261 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
265 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1);
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdllink.c480 dladm_conf_t conf1, conf2; in i_dladm_rename_link_c2() local
526 if (((status = dladm_getsnap_conf(handle, linkid1, &conf1)) != in i_dladm_rename_link_c2()
528 ((status = dladm_get_conf_field(handle, conf1, FDEVNAME, devname, in i_dladm_rename_link_c2()
530 ((status = dladm_get_conf_field(handle, conf1, FPHYMAJ, &phymaj, in i_dladm_rename_link_c2()
532 ((status = dladm_get_conf_field(handle, conf1, FPHYINST, &phyinst, in i_dladm_rename_link_c2()
543 dladm_destroy_conf(handle, conf1); in i_dladm_rename_link_c2()