Searched refs:cmpfn (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_cache.c | 70 int (*cmpfn) (const void *, const void *), in smb_cache_create() 84 avl_create(&chandle->ch_cache, cmpfn, sizeof (smb_cache_node_t), in smb_cache_create()
|
H A D | smb_ht.c | 207 ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn) in ht_set_cmpfn() argument 210 handle->ht_cmp = cmpfn; in ht_set_cmpfn()
|
H A D | libsmb.h | 983 int (*cmpfn) (const void *, const void *), void (*freefn)(void *),
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | hash_table.h | 155 extern void ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn);
|