Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h22 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node);
H A Dxml_libxml2.c53 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str() function
H A Dxml-utils.c174 str = xml_node_to_str(ctx, node); in node_to_file()