Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dalist.c46 void (*al_valfree)(void *); member
78 alist->al_valfree = valfree; in alist_xnew()
95 if (alist->al_valfree) in alist_free_cb()
96 alist->al_valfree(el->ale_name); in alist_free_cb()