Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_hdf.c125 HDF *myhdf = *hdf; in _dealloc_hdf() local
128 if (myhdf == NULL) return; in _dealloc_hdf()
129 if (myhdf->child != NULL) in _dealloc_hdf()
130 _dealloc_hdf(&(myhdf->child)); in _dealloc_hdf()
134 next = myhdf->next; in _dealloc_hdf()
137 myhdf->next = next->next; in _dealloc_hdf()
140 next = myhdf->next; in _dealloc_hdf()
142 if (myhdf->name != NULL) in _dealloc_hdf()
144 free (myhdf->name); in _dealloc_hdf()
145 myhdf->name = NULL; in _dealloc_hdf()
[all …]