Searched refs:curl_buf (Results 1 – 1 of 1) sorted by relevance
42 char *curl_buf; member155 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()158 ctx->curl_buf = n; in curl_cb_write()1389 os_free(ctx->curl_buf); in free_curl_buf()1390 ctx->curl_buf = NULL; in free_curl_buf()1434 if (ctx->curl_buf == NULL) in soap_send_receive()1437 wpa_printf(MSG_MSGDUMP, "Server response:\n%s", ctx->curl_buf); in soap_send_receive()1438 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()1493 os_free(ctx->curl_buf); in http_deinit_ctx()1622 if (ctx->curl_buf == NULL) in http_post()[all …]