Searched refs:UNIQUE (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java112 public static final int UNIQUE = ( 1 << 5 ); field in class:DNSSD
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c52 #define UNIQUE getpid() /* hopefully unique number */ macro
/osnet-11/usr/src/lib/libsqlite/src/
H A Dparse.y189 // UNIQUE constraints.
194 ccons ::= UNIQUE onconf(R). {sqliteCreateIndex(pParse,0,0,0,R,0,0);}
230 // key and UNIQUE. Both create indices.
240 tcons ::= UNIQUE LP idxlist(X) RP onconf(R).
743 uniqueflag(A) ::= UNIQUE. { A = OE_Abort; }
H A Dbuild.c532 ** PRIMARY KEY or UNIQUE keywords are parsed. Those keywords will cause
1467 ** UNIQUE constraint. If pTable and pIndex are NULL, use pParse->pNewTable
1537 ** dealing with a primary key or UNIQUE constraint. We have to invent our
1679 ** or UNIQUE constraint of a CREATE TABLE statement. Since the table
1773 sqliteErrorMsg(pParse, "index associated with UNIQUE "
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints

Completed in 36 milliseconds