Searched refs:xml_node_from_buf (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
|
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
|
D | xml-utils.c | 162 node = xml_node_from_buf(ctx, buf); in node_from_file()
|
D | http_curl.c | 1547 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()
|
/external/wpa_supplicant_8/hs20/server/ |
D | hs20_spp_server.c | 105 soap = xml_node_from_buf(ctx->xml, post); in process()
|
D | spp_server.c | 825 node = xml_node_from_buf(ctx->xml, pos); in read_subrem_file() 1325 tnds = xml_node_from_buf(ctx->xml, str); in spp_get_mo()
|
/external/wpa_supplicant_8/hs20/client/ |
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()
|
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()
|
D | osu_client.c | 638 tnds = xml_node_from_buf(ctx->xml, str); in hs20_add_pps_mo()
|