Searched refs:find_child_node_with_attr (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-info.c | 41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *attr_value, xmlNodePtr parent) in find_child_node_with_attr() function 61 return find_child_node_with_attr(name, NULL, NULL, parent); in find_child_node() 96 return find_child_node_with_attr("thread", "id", thread_id, find_child_node("threads", root_element)); in find_thread_in_document()
|
Completed in 1 milliseconds