Home
last modified time | relevance | path

Searched refs:ohash_lookup_memory (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_ohash.h57 unsigned int ohash_lookup_memory(struct ohash *, const char *,
H A Dmansearch.c296 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 Dmandoc_xr.c92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
H A Dmandoc_dbg.c259 return ohash_lookup_memory(&dhash_table, ks, sizeof(ptr), hv); in dhash_slot()
H A Dcompat_ohash.c273 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv) in ohash_lookup_memory() function
H A Dmandocdb.c1022 slot = ohash_lookup_memory(&mpages, (char *)&inodev, in mlink_add()
/freebsd/lib/libopenbsd/
H A Dohash.h60 unsigned int ohash_lookup_memory(struct ohash *, const char *,
H A Dohash.c271 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv) in ohash_lookup_memory() function