HomeSort by relevance Sort by last modified time
    Searched full:myhdf (Results 1 - 1 of 1) sorted by null

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

Completed in 35 milliseconds