Searched refs:Hash (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h24 typedef struct Hash Hash; typedef in typeref:struct:Hash
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*);
93 ** Hash h;
H A Dhash.c24 ** fields of the Hash structure.
35 void sqliteHashInit(Hash *new, int keyClass, int copyKey){
51 void sqliteHashClear(Hash *pH){
72 ** Hash and comparison functions when the mode is SQLITE_HASH_INT
83 ** Hash and comparison functions when the mode is SQLITE_HASH_POINTER
97 ** Hash and comparison functions when the mode is SQLITE_HASH_STRING
108 ** Hash and comparison functions when the mode is SQLITE_HASH_BINARY
168 static void rehash(Hash *pH, int new_size){
207 const Hash *pH, /* The pH to be searched */
234 Hash *p
[all...]
H A DvdbeInt.h178 Hash hash; /* Hash table of all aggregate elements */
195 Hash hash; /* A set is just a hash table */
H A DsqliteInt.h267 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 */
402 #define SQLITE_InternChanges 0x00000010 /* Uncommitted Hash table changes */
H A Dbuild.c223 Hash temp1;
224 Hash temp2;
H A Dos.c262 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 Dbtree_rb.c81 Hash tblHash; /* All created tables, by index */
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c60 #define Hash 2 /* Offset of hash chain ptrs. */ macro
64 struct cache **chn; /* .. Hash chain link */
134 cap = cap->link[Hash+Next];
175 if ((cxp = cap->link[Hash+Prev]) != 0)
176 cxp->link[Hash+Next] = cap->link[Hash+Next];
178 *(cap->chn) = cap->link[Hash+Next];
180 if ((cxp = cap->link[Hash+Next]) != 0)
181 cxp->link[Hash+Prev] = cap->link[Hash
[all...]
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp1131 hashEntry.IsActive = tmp_response->Hash.IsActive;
1132 hashEntry.IsDefault = tmp_response->Hash.IsDefault;
1133 hashEntry.Name.Length = tmp_response->Hash.Name.Length;
1134 hashEntry.HashAlgorithm = tmp_response->Hash.HashAlgorithm;
1135 memcpy(hashEntry.CertificateHash, tmp_response->Hash.CertificateHash, sizeof(tmp_response->Hash.CertificateHash));
1142 memcpy(hashEntry.Name.Buffer, &(tmp_response->Hash.Name.Buffer), hashEntry.Name.Length * sizeof(CHAR));
1165 - sizeof(CHAR *) + response.Hash.Name.Length))
H A DPTHICommand.h544 CERTHASH_ENTRY Hash; member in struct:_CFG_GET_CERTHASH_ENTRY_RESPONSE
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt436 * Added Encrypted Hash Extended Image.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c51 #pragma mark - MD5 Hash Functions

Completed in 166 milliseconds