Searched refs:dict_remove (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Ddict.h59 extern void *dict_remove(dict_hdl_t *, const void *);
H A Ddict.c341 dict_remove(dict_hdl_t *hdl, const void *key) function
H A Dpool_kernel.c671 assert(dict_remove(prov->pkc_elements, pke) != NULL);
1796 if (dict_remove(prov->pkc_elements, pe) == NULL) {
2232 if (dict_remove(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks,
2815 (void) dict_remove(prov->pkc_elements,
2859 (void) dict_remove(prov->pkc_elements,
3030 (void) dict_remove(prov->pkc_elements, create->pcu_elem);
H A Dpool_internal.c1963 (void) dict_remove(_pv_atoms, s);

Completed in 32 milliseconds