Lines Matching defs:ctx

20 	void *ctx;  member
24 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()
46 const char * xml_node_get_localname(struct xml_node_ctx *ctx, 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()
119 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create()
129 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text()
140 xml_node_t * xml_node_create_text_ns(struct xml_node_ctx *ctx, in xml_node_create_text_ns()
155 void xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_set_text()
163 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, in xml_node_first_child()
170 xml_node_t * xml_node_next_sibling(struct xml_node_ctx *ctx, in xml_node_next_sibling()
177 int xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_is_element()
183 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_text()
191 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_text_free()
198 char * xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_base64_text()
242 void xml_node_deinit_ctx(struct xml_node_ctx *ctx) in xml_node_deinit_ctx()