Searched refs:curl_buf (Results 1 – 1 of 1) sorted by relevance
53 char *curl_buf; member166 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()169 ctx->curl_buf = n; in curl_cb_write()1498 os_free(ctx->curl_buf); in free_curl_buf()1499 ctx->curl_buf = NULL; in free_curl_buf()1543 if (ctx->curl_buf == NULL) in soap_send_receive()1546 wpa_printf(MSG_MSGDUMP, "Server response:\n%s", ctx->curl_buf); in soap_send_receive()1547 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()1602 os_free(ctx->curl_buf); in http_deinit_ctx()1731 if (ctx->curl_buf == NULL) in http_post()[all …]