Searched defs:Hash (Results 1 - 3 of 3) 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;
/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.h544 CERTHASH_ENTRY Hash; member in struct:_CFG_GET_CERTHASH_ENTRY_RESPONSE

Completed in 48 milliseconds