Home
last modified time | relevance | path

Searched refs:xml_node_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h13 typedef struct xml_node xml_node_t; typedef
18 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node);
19 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
21 xml_node_t *node);
22 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node);
23 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
26 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
28 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx,
29 xml_node_t *parent, xml_namespace_t *ns,
31 xml_node_t * xml_node_create_text_ns(struct xml_node_ctx *ctx,
[all …]
H A Dxml-utils.c15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, in get_node_uri_iter()
16 xml_node_t *root, char *uri) in get_node_uri_iter()
19 xml_node_t *node; 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()
50 xml_node_t *node; in get_node_uri()
63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, in get_node_iter()
64 xml_node_t *root, const char *path) in get_node_iter()
67 xml_node_t *node; in get_node_iter()
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node()
93 xml_node_t *node; in get_node()
[all …]
H A Dxml_libxml2.c24 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
30 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf()
42 return (xml_node_t *) node; in xml_node_from_buf()
47 xml_node_t *node) in xml_node_get_localname()
53 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str()
96 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, in xml_node_create_root()
115 return (xml_node_t *) node; in xml_node_create_root()
119 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create()
125 return (xml_node_t *) node; in xml_node_create()
129 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text()
[all …]
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c75 static int download_cert(struct hs20_osu_client *ctx, xml_node_t *params, in download_cert()
78 xml_node_t *url_node, *hash_node; in download_cert()
167 xml_node_t *pps, *node, *aaa; in cmd_dl_aaa_ca()
209 xml_node_t *spe) in set_pps_cred_policy_spe()
211 xml_node_t *ssid; in set_pps_cred_policy_spe()
228 xml_node_t *spel) in set_pps_cred_policy_spel()
230 xml_node_t *child; in set_pps_cred_policy_spel()
240 xml_node_t *prp) in set_pps_cred_policy_prp()
242 xml_node_t *node; in set_pps_cred_policy_prp()
296 xml_node_t *prpl) in set_pps_cred_policy_prpl()
[all …]