Searched refs:find_child_node_with_attr (Results 1 – 1 of 1) sorted by relevance
41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *at… in find_child_node_with_attr() function61 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()