Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *at… 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_elemen… in find_thread_in_document()