HomeSort by: relevance | last modified time | path
    Searched defs:xml_node_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
xml-utils.h 13 typedef struct xml_node xml_node_t; typedef in typeref:struct:xml_node
18 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
20 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node,
22 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node);
23 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node);
24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
26 xml_node_t *node);
27 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node);
28 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node)
    [all...]

Completed in 17 milliseconds