Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h51 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx,
63 for (child = xml_node_first_child(ctx, parent); \
H A 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()
H A Dxml_libxml2.c366 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, in xml_node_first_child() function
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c469 aaa = xml_node_first_child(ctx->xml, node); in cmd_dl_aaa_ca()