Searched refs:xml_node_get_localname (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 29 name = xml_node_get_localname(ctx, node); in get_node_uri_iter() 76 name = xml_node_get_localname(ctx, node); in get_node_iter() 238 name = xml_node_get_localname(ctx, node); in node_to_tnds() 290 name = xml_node_get_localname(ctx, mo); in mo_to_tnds() 318 lname = xml_node_get_localname(ctx, child); in get_first_child_node() 398 name = xml_node_get_localname(ctx, node); in tnds_to_mo_iter() 432 name = xml_node_get_localname(ctx, tnds); in tnds_to_mo()
|
H A D | xml-utils.h | 25 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
|
H A D | xml_libxml2.c | 195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname() function
|
H A D | http_curl.c | 1542 xml_node_get_localname(ctx->xml, ret)); in soap_send_receive()
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 264 name = xml_node_get_localname(ctx->xml, child); in add_replace_devinfo() 456 name = xml_node_get_localname(ctx->xml, getcert); in oma_dm_exec_get_cert() 897 name = xml_node_get_localname(ctx->xml, pps_node); in oma_dm_get() 1010 name = xml_node_get_localname(ctx->xml, resp); in oma_dm_process() 1025 name = xml_node_get_localname(ctx->xml, child); in oma_dm_process() 1058 name = xml_node_get_localname(ctx->xml, child); in oma_dm_process()
|
H A D | osu_client.c | 655 name = xml_node_get_localname(ctx->xml, mo); in hs20_add_pps_mo() 1065 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_policy() 1207 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_oi() 1270 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_other_partner() 1331 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp() 1546 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_eap_method() 1568 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_username_password() 1776 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_credential() 1806 name = xml_node_get_localname(ctx->xml, child); in set_pps_credential() 1845 name = xml_node_get_localname(ctx->xml, child); in set_pps() [all …]
|
H A D | spp_client.c | 52 name = xml_node_get_localname(xctx, node); in hs20_spp_validate() 538 name = xml_node_get_localname(ctx->xml, cmd); in hs20_spp_exec() 630 name = xml_node_get_localname(ctx->xml, child); in process_spp_post_dev_data_response()
|