OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc_hashmap_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
hashmap.h
26
typedef struct isc_hashmap
isc_hashmap_t
;
typedef in typeref:struct:isc_hashmap
41
isc_hashmap_create(isc_mem_t *mctx, uint8_t bits,
isc_hashmap_t
**hashmapp);
50
isc_hashmap_destroy(
isc_hashmap_t
**hashmapp);
66
isc_hashmap_add(
isc_hashmap_t
*hashmap, const uint32_t hashval,
86
isc_hashmap_find(const
isc_hashmap_t
*hashmap, const uint32_t hashval,
102
isc_hashmap_delete(
isc_hashmap_t
*hashmap, const uint32_t hashval,
113
isc_hashmap_iter_create(
isc_hashmap_t
*hashmap, isc_hashmap_iter_t **itp);
191
isc_hashmap_count(
isc_hashmap_t
*hashmap);
Completed in 20 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026