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