• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/wpa/src/utils/

Lines Matching refs:xml_node_t

15 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_node(struct xml_node_ctx *ctx, xml_node_t *root,
93 xml_node_t *node;
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
109 xml_node_t *node;
110 xml_node_t *match;
123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name)
125 xml_node_t *node;
169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node)
192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node)
227 static void node_to_tnds(struct xml_node_ctx *ctx, xml_node_t *out,
228 xml_node_t *in, const char *uri)
230 xml_node_t *node;
231 xml_node_t *tnds;
261 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent,
264 xml_node_t *node;
277 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo,
280 xml_node_t *root;
281 xml_node_t *node;
309 static xml_node_t * get_first_child_node(struct xml_node_ctx *ctx,
310 xml_node_t *node,
314 xml_node_t *child;
327 static char * get_node_text(struct xml_node_ctx *ctx, xml_node_t *node,
337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root,
338 xml_node_t *node, const char *uri)
341 xml_node_t *parent;
384 static xml_node_t * tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root,
385 xml_node_t *node, const char *uri)
387 xml_node_t *child;
427 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds)
430 xml_node_t *node;
443 xml_node_t * soap_build_envelope(struct xml_node_ctx *ctx, xml_node_t *node)
445 xml_node_t *envelope, *body;
459 xml_node_t * soap_get_body(struct xml_node_ctx *ctx, xml_node_t *soap)
461 xml_node_t *body, *child;