Searched refs:Hash (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | hash.h | 24 typedef struct Hash Hash; typedef 35 struct Hash { struct 84 void sqliteHashInit(Hash*, int keytype, int copyKey); 85 void *sqliteHashInsert(Hash*, const void *pKey, int nKey, void *pData); 86 void *sqliteHashFind(const Hash*, const void *pKey, int nKey); 87 void sqliteHashClear(Hash*);
|
H A D | hash.c | 35 void sqliteHashInit(Hash *new, int keyClass, int copyKey){ in sqliteHashInit() 51 void sqliteHashClear(Hash *pH){ in sqliteHashClear() 168 static void rehash(Hash *pH, int new_size){ in rehash() 207 const Hash *pH, /* The pH to be searched */ in findElementGivenHash() 234 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 264 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind() 293 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
|
H A D | vdbeInt.h | 178 Hash hash; /* Hash table of all aggregate elements */ 195 Hash hash; /* A set is just a hash table */
|
H A D | sqliteInt.h | 267 Hash tblHash; /* All tables indexed by name */ 268 Hash idxHash; /* All (named) indices indexed by name */ 269 Hash trigHash; /* All triggers indexed by name */ 270 Hash aFKey; /* Foreign keys indexed by to-table */ 364 Hash aFunc; /* All functions that can be in SQL exprs */
|
H A D | os.c | 262 static Hash lockHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 }; 263 static Hash openHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 };
|
H A D | build.c | 223 Hash temp1; in sqliteResetInternalSchema() 224 Hash temp2; in sqliteResetInternalSchema()
|
H A D | btree_rb.c | 81 Hash tblHash; /* All created tables, by index */
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 60 #define Hash 2 /* Offset of hash chain ptrs. */ macro 134 cap = cap->link[Hash+Next]; in get_cache() 175 if ((cxp = cap->link[Hash+Prev]) != 0) in reclaim_cache() 176 cxp->link[Hash+Next] = cap->link[Hash+Next]; in reclaim_cache() 178 *(cap->chn) = cap->link[Hash+Next]; in reclaim_cache() 180 if ((cxp = cap->link[Hash+Next]) != 0) in reclaim_cache() 181 cxp->link[Hash+Prev] = cap->link[Hash+Prev]; in reclaim_cache() 247 if ((cap->link[Hash+Next] = *ccp) != 0) in set_cache() 248 (*ccp)->link[Hash+Prev] = cap; in set_cache()
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ibd.wlcmd | 57 ### Hash callback functions
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 97 #pragma mark - MD5 Hash Functions
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 218 @ MSG_ELF_SCN_HASH "Hash Section: %s"
|
/titanic_44/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 525 * Added Encrypted Hash Extended Image.
|
/titanic_44/usr/src/data/hwdata/ |
H A D | usb.ids | 20556 020 3 and # (3 and Hash) 20574 032 # and ~ (Hash and Tilde, Non-US Keyboard near right shift)
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 11986 # 3 Shift3 0=Hash 1=UK Pound
|
H A D | terminfo.src | 13516 # 3 Shift3 0=Hash 1=UK Pound
|