Searched defs:dict_hdl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.h36 typedef struct dict_hdl dict_hdl_t; typedef in typeref:struct:dict_hdl
48 extern void dict_free(dict_hdl_t **);
49 extern uint64_t dict_length(dict_hdl_t *);
50 extern dict_hdl_t *dict_new(int (*)(const void *, const void *),
57 extern void *dict_get(dict_hdl_t *, const void *);
58 extern void *dict_put(dict_hdl_t *, const void *, void *);
59 extern void *dict_remove(dict_hdl_t *, const void *);
61 extern void dict_map(dict_hdl_t *,

Completed in 52 milliseconds