Home
last modified time | relevance | path

Searched refs:xml_node_ctx (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml-utils.h12 struct xml_node_ctx;
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);
25 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
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);
29 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent,
[all …]
Dxml_libxml2.c19 struct xml_node_ctx { struct
53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent()
179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf()
195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname()
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str()
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
251 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_add_child()
[all …]
Dxml-utils.c15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, in get_node_uri_iter()
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri()
63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, in get_node_iter()
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node()
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node()
123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name) in node_from_file()
169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) in node_to_file()
192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val()
227 static void node_to_tnds(struct xml_node_ctx *ctx, xml_node_t *out, in node_to_tnds()
261 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent, in add_ddfname()
[all …]
Dhttp-utils.h45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
Dhttp_curl.c44 struct xml_node_ctx *xml;
1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.h14 struct xml_node_ctx *xml;
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h28 struct xml_node_ctx *xml;
Dspp_client.c34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in get_spp_attr_value()
44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate()
74 static void add_mo_container(struct xml_node_ctx *ctx, xml_namespace_t *ns, in add_mo_container()