Searched refs:ohash_lookup_memory (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | compat_ohash.h | 57 unsigned int ohash_lookup_memory(struct ohash *, const char *,
|
H A D | mansearch.c | 296 slot = ohash_lookup_memory(htab, in manmerge_term() 348 if (ohash_find(h2, ohash_lookup_memory(h2, in manmerge_and() 353 ohash_insert(hand, ohash_lookup_memory(hand, in manmerge_and() 376 slot2 = ohash_lookup_memory(htab, in manmerge_and()
|
H A D | mandoc_xr.c | 92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
|
H A D | compat_ohash.c | 273 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv) in ohash_lookup_memory() function
|
H A D | mandocdb.c | 1017 slot = ohash_lookup_memory(&mpages, (char *)&inodev, in mlink_add()
|