Searched refs:xml_node_for_each_child (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 74 xml_node_for_each_child(ctx, node, root) { in get_node_iter() 112 xml_node_for_each_child(ctx, node, root) { in get_child_node() 236 xml_node_for_each_child(ctx, node, in) { in node_to_tnds() 316 xml_node_for_each_child(ctx, child, node) { in get_first_child_node() 466 xml_node_for_each_child(ctx, child, body) { in soap_get_body()
|
H A D | xml-utils.h | 62 #define xml_node_for_each_child(ctx, child, parent) \ macro
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 809 xml_node_for_each_child(ctx->xml, child, spel) { in set_pps_cred_policy_spel() 877 xml_node_for_each_child(ctx->xml, child, prpl) { in set_pps_cred_policy_prpl() 963 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_min_backhaul_list() 1035 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_required_proto_ports() 1063 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy() 1150 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_network_ids() 1205 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi() 1254 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi_list() 1268 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partner() 1300 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partners() [all …]
|
H A D | oma_dm_client.c | 262 xml_node_for_each_child(ctx->xml, child, info) { in add_replace_devinfo() 1023 xml_node_for_each_child(ctx->xml, child, hdr) { in oma_dm_process() 1055 xml_node_for_each_child(ctx->xml, child, body) { in oma_dm_process()
|
H A D | spp_client.c | 527 xml_node_for_each_child(ctx->xml, cmd, exec) { in hs20_spp_exec() 626 xml_node_for_each_child(ctx->xml, child, node) { in process_spp_post_dev_data_response()
|