Searched refs:xml_node_get_text_free (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 251 xml_node_get_text_free(ctx, val); in node_to_tnds() 355 xml_node_get_text_free(ctx, nodename); in add_mo_node() 356 xml_node_get_text_free(ctx, value); in add_mo_node() 363 xml_node_get_text_free(ctx, path); in add_mo_node() 366 xml_node_get_text_free(ctx, nodename); in add_mo_node() 367 xml_node_get_text_free(ctx, value); in add_mo_node() 377 xml_node_get_text_free(ctx, nodename); in add_mo_node() 378 xml_node_get_text_free(ctx, value); in add_mo_node() 403 xml_node_get_text_free(ctx, nodename); in tnds_to_mo_iter() 420 xml_node_get_text_free(ctx, nodename); in tnds_to_mo_iter()
|
D | xml_libxml2.c | 392 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_text_free() function 413 xml_node_get_text_free(ctx, txt); in xml_node_get_base64_text()
|
D | xml-utils.h | 57 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val);
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 179 xml_node_get_text_free(ctx->xml, url); in osu_get_certificate() 180 xml_node_get_text_free(ctx->xml, user); in osu_get_certificate() 181 xml_node_get_text_free(ctx->xml, pw); in osu_get_certificate() 204 xml_node_get_text_free(ctx->xml, fingerprint); in process_est_cert() 207 xml_node_get_text_free(ctx->xml, fingerprint); in process_est_cert() 293 xml_node_get_text_free(ctx->xml, url); in download_cert() 294 xml_node_get_text_free(ctx->xml, hash); in download_cert() 304 xml_node_get_text_free(ctx->xml, hash); in download_cert() 307 xml_node_get_text_free(ctx->xml, hash); in download_cert() 316 xml_node_get_text_free(ctx->xml, url); in download_cert() [all …]
|
D | oma_dm_client.c | 91 xml_node_get_text_free(ctx->xml, uri); in oma_dm_get_target_locuri() 263 xml_node_get_text_free(ctx->xml, txt); in add_replace_devinfo() 405 xml_node_get_text_free(ctx->xml, data); in oma_dm_exec_browser() 441 xml_node_get_text_free(ctx->xml, data); in oma_dm_exec_get_cert() 614 xml_node_get_text_free(ctx->xml, data); in oma_dm_run_add() 671 xml_node_get_text_free(ctx->xml, locuri); in oma_dm_add() 678 xml_node_get_text_free(ctx->xml, locuri); in oma_dm_add() 685 xml_node_get_text_free(ctx->xml, locuri); in oma_dm_add() 692 xml_node_get_text_free(ctx->xml, locuri); in oma_dm_add() 802 xml_node_get_text_free(ctx->xml, data); in oma_dm_replace() [all …]
|
D | spp_client.c | 203 xml_node_get_text_free(ctx->xml, str); in process_update_node() 551 xml_node_get_text_free(ctx->xml, uri); in hs20_spp_exec()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1098 xml_node_get_text_free(ctx->xml, str); in spp_get_mo() 1644 xml_node_get_text_free(ctx->xml, supp); in hs20_spp_post_dev_data() 1652 xml_node_get_text_free(ctx->xml, supp); in hs20_spp_post_dev_data()
|