Searched refs:pkc_leaks (Results 1 – 2 of 2) sorted by relevance
171 dict_hdl_t *pkc_leaks; /* Elements */ member
1662 if (dict_put(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks, in pool_knl_elem_wrap()2165 if ((prov->pkc_leaks = dict_new(NULL, NULL)) == NULL) { in pool_knl_connection_alloc()2179 dict_free(&prov->pkc_leaks); in pool_knl_connection_alloc()2198 dict_free(&prov->pkc_leaks); in pool_knl_connection_alloc()2234 if (dict_remove(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks, in pool_knl_elem_free()2280 dprintf("dict length is %llu\n", dict_length(prov->pkc_leaks)); in pool_knl_connection_free()2281 dict_map(prov->pkc_leaks, pool_knl_elem_printf_cb, in pool_knl_connection_free()2283 assert(dict_length(prov->pkc_leaks) == 0); in pool_knl_connection_free()2284 dict_free(&prov->pkc_leaks); in pool_knl_connection_free()