Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpool/common/
H A Dpool_internal.c59 static dict_hdl_t *_pv_atoms; /* pool_value_t atoms */ variable
275 if (_pv_atoms == NULL) in atom_init()
276 if ((_pv_atoms = dict_new((int (*)(const void *, const void *)) in atom_init()
1973 if ((atom = dict_get(_pv_atoms, s)) == NULL) { in atom_string()
1985 (void) dict_put(_pv_atoms, atom->a_string, atom); in atom_string()
2003 if ((atom = dict_get(_pv_atoms, s)) != NULL) { in atom_free()
2005 (void) dict_remove(_pv_atoms, s); in atom_free()