Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/utils/
H A Dxml-utils.h55 int xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node);
73 if (!xml_node_is_element(ctx, child)) \
H A Dxml_libxml2.c380 int xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_is_element() function
/netbsd/external/bsd/wpa/dist/hs20/client/
H A Dspp_client.c49 if (!xml_node_is_element(xctx, node)) in hs20_spp_validate()