Searched refs:xml_node_get_attr_value_free (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 170 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 179 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 206 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 214 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 223 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 230 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 238 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 247 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 256 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() 280 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node() [all …]
|
D | osu_client.c | 152 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 155 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 160 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 50 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val);
|
D | xml_libxml2.c | 359 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_attr_value_free() function
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1311 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo() 1314 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo() 2092 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data() 2095 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data() 2227 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data() 2357 xml_node_get_attr_value_free(ctx->xml, req_reason_buf); in hs20_spp_post_dev_data() 2358 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data() 2619 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response() 2778 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response() 2848 xml_node_get_attr_value_free(ctx->xml, session_id); in hs20_spp_server_process() [all …]
|