Searched refs:xml_node_create_root (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | xml-utils.c | 284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree"); in mo_to_tnds() 349 root = xml_node_create_root(ctx, NULL, NULL, NULL, in add_mo_node() 448 envelope = xml_node_create_root( in soap_build_envelope()
|
D | xml-utils.h | 31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
|
D | xml_libxml2.c | 258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, in xml_node_create_root() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | xml-utils.c | 284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree"); in mo_to_tnds() 349 root = xml_node_create_root(ctx, NULL, NULL, NULL, in add_mo_node() 448 envelope = xml_node_create_root( in soap_build_envelope()
|
D | xml-utils.h | 31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
|
D | xml_libxml2.c | 258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, in xml_node_create_root() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | spp_client.c | 117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data() 871 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_update_response()
|
D | oma_dm_client.c | 120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | spp_client.c | 117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data() 871 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_update_response()
|
D | oma_dm_client.c | 120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()
|