Searched refs:xml_node_get_localname (Results 1 – 4 of 4) 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 | 20 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
|
| H A D | xml_libxml2.c | 46 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname() function
|
| /freebsd/contrib/wpa/hs20/client/ |
| H A D | osu_client.c | 488 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_policy() 630 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_oi() 693 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_other_partner() 754 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp() 969 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_eap_method() 991 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_username_password() 1199 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_credential() 1229 name = xml_node_get_localname(ctx->xml, child); in set_pps_credential() 1268 name = xml_node_get_localname(ctx->xml, child); in set_pps() 1281 name = xml_node_get_localname(ctx->xml, child); in set_pps()
|