Searched refs:curl_buf (Results 1 – 1 of 1) sorted by relevance
45 char *curl_buf; member158 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()161 ctx->curl_buf = n; in curl_cb_write()1459 os_free(ctx->curl_buf); in free_curl_buf()1460 ctx->curl_buf = NULL; in free_curl_buf()1504 if (ctx->curl_buf == NULL) in soap_send_receive()1507 wpa_printf(MSG_MSGDUMP, "Server response:\n%s", ctx->curl_buf); in soap_send_receive()1508 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()1563 os_free(ctx->curl_buf); in http_deinit_ctx()1692 if (ctx->curl_buf == NULL) in http_post()[all …]