Home
last modified time | relevance | path

Searched refs:xml_node_get_text_free (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c94 xml_node_get_text_free(ctx->xml, url); in download_cert()
95 xml_node_get_text_free(ctx->xml, hash); in download_cert()
105 xml_node_get_text_free(ctx->xml, hash); in download_cert()
108 xml_node_get_text_free(ctx->xml, hash); in download_cert()
115 xml_node_get_text_free(ctx->xml, url); in download_cert()
223 xml_node_get_text_free(ctx->xml, txt); in set_pps_cred_policy_spe()
258 xml_node_get_text_free(ctx->xml, prio); in set_pps_cred_policy_prp()
290 xml_node_get_text_free(ctx->xml, country_buf); in set_pps_cred_policy_prp()
291 xml_node_get_text_free(ctx->xml, txt); in set_pps_cred_policy_prp()
331 xml_node_get_text_free(ctx->xml, type); in set_pps_cred_policy_min_backhaul()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.c252 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()
H A Dxml_libxml2.c191 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_text_free() function
212 xml_node_get_text_free(ctx, txt); in xml_node_get_base64_text()
H A Dxml-utils.h42 void xml_node_get_text_free(struct xml_node_ctx *ctx, char *val);