Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h19 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
H A Dxml_libxml2.c30 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf() function
H A Dxml-utils.c162 node = xml_node_from_buf(ctx, buf); in node_from_file()