Searched refs:xml_node_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dxml-utils.h13 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 *nod
[all...]
H A Dxml-utils.c15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx,
16 xml_node_t *root, char *uri)
19 xml_node_t *node;
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
50 xml_node_t *node;
63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx,
64 xml_node_t *root, const char *path)
67 xml_node_t *node;
89 xml_node_t * get_nod
[all...]
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node,
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node)
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node)
175 return (xml_node_t *) ((xmlNodePtr) node)->parent;
179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf)
191 return (xml_node_t *) node;
196 xml_node_t *node)
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *nod
[all...]
H A Dhttp-utils.h43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
H A Dhttp_curl.c1504 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node)
1507 xml_node_t *envelope, *ret, *resp, *n;
/freebsd-12-stable/contrib/wpa/hs20/client/
H A Dosu_client.h64 xml_node_t *node);
65 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert);
67 xml_node_t *add_mo, char *fname, size_t fname_len);
68 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps,
71 xml_node_t *pps);
81 xml_node_t *pps);
86 xml_node_t *pps);
99 xml_node_t *pps);
104 xml_node_t *pps);
H A Doma_dm_client.c66 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent,
79 xml_node_t *node)
81 xml_node_t *locuri;
96 static void oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent,
99 xml_node_t *node;
108 static xml_node_t * oma_dm_build_hdr(struct hs20_osu_client *ctx,
111 xml_node_t *syncml, *synchdr;
136 static void oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent,
143 static xml_node_t * add_alert(struct hs20_osu_client *ctx, xml_node_t *paren
[all...]
H A Dspp_client.c34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node,
41 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node,
75 xml_node_t *parent, const char *urn,
78 xml_node_t *node;
79 xml_node_t *fnode, *tnds;
107 static xml_node_t * build_spp_post_dev_data(struct hs20_osu_client *ctx,
113 xml_node_t *spp_node;
147 static int process_update_node(struct hs20_osu_client *ctx, xml_node_t *pps,
148 xml_node_t *update)
150 xml_node_t *nod
[all...]
H A Dosu_client.c78 xml_node_t *node)
137 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert)
139 xml_node_t *node;
218 static int process_est_cert(struct hs20_osu_client *ctx, xml_node_t *cert,
304 static int download_cert(struct hs20_osu_client *ctx, xml_node_t *params,
307 xml_node_t *url_node, *hash_node;
398 xml_node_t *pps, *node;
425 xml_node_t *pps, *node;
452 xml_node_t *pps, *node, *aaa;
553 xml_node_t *add_m
[all...]

Completed in 179 milliseconds