Home
last modified time | relevance | path

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

/external/qemu/android/
Dconfig.c47 if(root->last_child) { in _aconfig_find()
48 root->last_child->next = node; in _aconfig_find()
52 root->last_child = node; in _aconfig_find()
Dconfig.h26 AConfig* last_child; member
/external/clearsilver/util/
Dneo_hdf.h67 struct _hdf *last_child; member
Dneo_hdf.c686 hs = hn->last_child; in _set_value()
733 hn->last_child = hp; in _set_value()
937 h->last_child = c; in hdf_sort_obj()
1003 if (hp == lp->last_child) in hdf_remove_tree()
1004 lp->last_child = ln; in hdf_remove_tree()