Searched refs:xml_node_ctx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/wpa/src/utils/ |
| H A D | xml-utils.h | 12 struct xml_node_ctx; 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); 20 const char * xml_node_get_localname(struct xml_node_ctx *ctx, 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, 31 xml_node_t * xml_node_create_text_ns(struct xml_node_ctx *ctx, 34 void xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, [all …]
|
| H A D | xml_libxml2.c | 19 struct xml_node_ctx { struct 24 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() argument 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() [all …]
|
| H A D | xml-utils.c | 15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, 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() 63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name) 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() 261 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent, in add_ddfname() [all …]
|
| H A D | http-utils.h | 14 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
|
| H A D | http_curl.c | 36 struct xml_node_ctx *xml; 602 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
|
| /freebsd/contrib/wpa/hs20/client/ |
| H A D | osu_client.h | 13 struct xml_node_ctx *xml;
|