Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/utils/
Dxml-utils.c74 xml_node_for_each_child(ctx, node, root) { in get_node_iter()
112 xml_node_for_each_child(ctx, node, root) { in get_child_node()
236 xml_node_for_each_child(ctx, node, in) { in node_to_tnds()
316 xml_node_for_each_child(ctx, child, node) { in get_first_child_node()
466 xml_node_for_each_child(ctx, child, body) { in soap_get_body()
Dxml-utils.h62 #define xml_node_for_each_child(ctx, child, parent) \ macro