Searched refs:xml_node_from_buf (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.h | 24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
|
H A D | xml_libxml2.c | 179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf() function
|
H A D | xml-utils.c | 162 node = xml_node_from_buf(ctx, buf); in node_from_file()
|
H A D | http_curl.c | 1526 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 446 getcert = xml_node_from_buf(ctx->xml, data); in oma_dm_exec_get_cert() 619 tnds = xml_node_from_buf(ctx->xml, data); in oma_dm_run_add() 807 tnds = xml_node_from_buf(ctx->xml, data); in oma_dm_replace() 979 resp = xml_node_from_buf(ctx->xml, res); in oma_dm_send_recv()
|
H A D | spp_client.c | 197 tnds = xml_node_from_buf(ctx->xml, tmp); in process_update_node() 202 tnds = xml_node_from_buf(ctx->xml, str); in process_update_node()
|
H A D | osu_client.c | 638 tnds = xml_node_from_buf(ctx->xml, str); in hs20_add_pps_mo()
|