Searched refs:KEY (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh47 -k KEY -- Trust an RSA key with SHA256 hash of KEY
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql612 PRIMARY KEY (wc_id, local_relpath, notify DESC)
653 PRIMARY KEY (wc_id, local_relpath)
1342 local_relpath TEXT NOT NULL PRIMARY KEY,
1410 PRIMARY KEY (local_relpath, actual)
1503 local_relpath TEXT PRIMARY KEY NOT NULL UNIQUE
1535 local_relpath TEXT PRIMARY KEY NOT NULL UNIQUE,
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c175 typedef const XML_Char *KEY; typedef
178 KEY name;
189 static size_t keylen(KEY s);
464 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
6351 keyeq(KEY s1, KEY s2) {
6359 keylen(KEY s) {
6373 hash(XML_Parser parser, KEY s) {
6384 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) {
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh50 -k KEY -- Trust an RSA key with SHA256 hash of KEY
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2133 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
5152 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
5164 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
5166 ** explicitly declared [INTEGER PRIMARY KEY] column, then the output
9751 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
9901 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
9903 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
9904 ** be set. An INTEGER PRIMARY KEY is used as the rowid for each row of
9905 ** the table. If a table has no INTEGER PRIMARY KEY, then a random rowid
9907 ** the table has any PRIMARY KEY, INTEGE
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3444 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
7627 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
7640 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
7642 ** [INTEGER PRIMARY KEY] column, then the outputs
8244 ** <li> ^(Column zColumn is part of an index, PRIMARY KEY or UNIQUE
11222 ** Changes can only be recorded for tables that have a PRIMARY KEY explicitly
11224 ** PRIMARY KEY is an "INTEGER PRIMARY KEY" (rowid alias) or not. The PRIMARY
11225 ** KEY may consist of a single column, or may be a composite key.
11228 ** is it an error if the named table does not have a PRIMARY KEY
[all...]

Completed in 753 milliseconds

12