Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/utils/
Dxml-utils.h51 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx,
63 for (child = xml_node_first_child(ctx, parent); \
Dxml-utils.c38 return get_node_uri_iter(ctx, xml_node_first_child(ctx, node), in get_node_uri_iter()
249 if (val || !xml_node_first_child(ctx, node)) in node_to_tnds()
Dxml_libxml2.c366 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, in xml_node_first_child() function