Home
last modified time | relevance | path

Searched refs:INDEX (Results 51 – 75 of 86) sorted by relevance

1234

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dminmax.test66 execsql {CREATE INDEX t1i1 ON t1(x)}
299 CREATE INDEX i6 ON t6(x);
H A Dattach.test255 CREATE INDEX i2 ON t2(x);
384 CREATE UNIQUE INDEX t3i1 ON t3(x);
392 CREATE UNIQUE INDEX t3i1b ON t3(a);
H A Dtrigger2.test62 {CREATE TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
63 {CREATE TEMP TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
66 catchsql { DROP INDEX tbl_idx; }
H A Dvacuum.test45 CREATE INDEX i1 ON t1(b,c);
H A Dnull.test211 CREATE INDEX t4i1 ON t4(y);
H A Dversion.test97 CREATE INDEX i1 ON t1(x);
H A Dtable.test114 execsql {CREATE TABLE test2(one text); CREATE INDEX test3 ON test2(one)}
128 execsql {DROP INDEX test3}
H A Dselect3.test204 CREATE INDEX i1 ON t1(log);
H A Dbigrow.test100 CREATE INDEX i1 ON t1(a)
H A Ddelete.test51 execsql {CREATE INDEX index1 ON table1(f1)}
H A Dpragma.test252 CREATE INDEX i2 ON t2(a);
H A Dview.test184 CREATE INDEX i1v1 ON v1(xyz);
H A Dmemdb.test308 CREATE INDEX i2 ON t2(c);
H A Dcapi2.test156 execsql {CREATE UNIQUE INDEX i1 ON t1(a)}
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c120 indx_log = (kdb_ent_header_t *)INDEX(ulog, indx); in print_update()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c370 if (snp->n_type == INDEX && snp->n_left == tnp) in f_split()
421 tnp = node(INDEX, tnp, constant); in f_split()
H A Dawk2.c428 NODE *ENVsubname = node(INDEX, varENVIRON, namep); in dobegin()
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.def36 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c107 else REMOVE(vd,bp,INDEX(SIZE(bp)),tp,(*searchf));
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg9 :INDEX: ksh and support libraries
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l138 <A>index RETURN(INDEX);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1472 enum { NAME, INDEX, TYPE } op; in cpl_e_shstrndx() enumerator
1485 op = INDEX; in cpl_e_shstrndx()
1510 case INDEX: in cpl_e_shstrndx()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c263 …debug((-9, "TERM %s > %s%s%s |%-*.*s|%s|", pplexstr(INDEX(rp)), pplexstr(state), (st & NEWLINE) ? … in ppcpp()
435 if (state = fsm[TERMINAL][INDEX(rp)+1]) in ppcpp()
1327 switch (state = INDEX(rp)) in ppcpp()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y732 cmd ::= CREATE(S) uniqueflag(U) INDEX nm(X)
759 cmd ::= DROP INDEX nm(X) dbnm(Y). {
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl302 The number of indices created using an explicit CREATE INDEX statement.

1234