Searched refs:xml_node_ctx (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/wpa/src/utils/ |
| H A D | xml-utils.h | 12 struct xml_node_ctx; 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); 25 const char * xml_node_get_localname(struct xml_node_ctx *ctx, 36 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, 39 xml_node_t * xml_node_create_text_ns(struct xml_node_ctx *ctx, 51 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, 53 xml_node_t * xml_node_next_sibling(struct xml_node_ctx *ctx, 77 struct xml_node_ctx * xml_node_init_ctx(void *upper_ctx, [all …]
|
| H A D | xml_libxml2.c | 19 struct xml_node_ctx { struct 53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() 115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd() 167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() 195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname() 291 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text() 366 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, in xml_node_first_child() 373 xml_node_t * xml_node_next_sibling(struct xml_node_ctx *ctx, in xml_node_next_sibling() 437 struct xml_node_ctx * xml_node_init_ctx(void *upper_ctx, in xml_node_init_ctx() 440 struct xml_node_ctx *xctx; in xml_node_init_ctx() [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() 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() 277 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo, in mo_to_tnds() 309 static xml_node_t * get_first_child_node(struct xml_node_ctx *ctx, in get_first_child_node() [all …]
|
| H A D | http-utils.h | 46 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
|
| H A D | http_curl.c | 44 struct xml_node_ctx *xml; 1550 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
|
| /freebsd-14.2/contrib/wpa/hs20/client/ |
| H A D | osu_client.h | 28 struct xml_node_ctx *xml;
|
| H A D | spp_client.c | 34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in get_spp_attr_value() 44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() 74 static void add_mo_container(struct xml_node_ctx *ctx, xml_namespace_t *ns, in add_mo_container()
|