Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c46 void (*al_valfree)(void *); member
81 alist->al_valfree = valfree; in alist_xnew()
100 if (alist->al_valfree) in alist_free_cb()
101 alist->al_valfree(el->ale_name); in alist_free_cb()