Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c54 static struct ohash dhash_table; variable
199 ohash_init(&dhash_table, 18, &info); in mandoc_dbg_init()
259 return ohash_lookup_memory(&dhash_table, ks, sizeof(ptr), hv); in dhash_slot()
271 e = ohash_find(&dhash_table, slot); in dhash_register()
294 ohash_insert(&dhash_table, slot, e); in dhash_register()
311 e = ohash_remove(&dhash_table, slot); in dhash_purge()
330 errcount = ohash_entries(&dhash_table); in mandoc_dbg_finish()
331 e = ohash_first(&dhash_table, &slot); in mandoc_dbg_finish()
336 e = ohash_next(&dhash_table, &slot); in mandoc_dbg_finish()
338 ohash_delete(&dhash_table); in mandoc_dbg_finish()