Home
last modified time | relevance | path

Searched refs:curl_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c53 char *curl_buf; member
167 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
170 ctx->curl_buf = n; in curl_cb_write()
1477 os_free(ctx->curl_buf); in free_curl_buf()
1478 ctx->curl_buf = NULL; in free_curl_buf()
1522 if (ctx->curl_buf == NULL) in soap_send_receive()
1525 wpa_printf(MSG_MSGDUMP, "Server response:\n%s", ctx->curl_buf); in soap_send_receive()
1526 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()
1581 os_free(ctx->curl_buf); in http_deinit_ctx()
1711 if (ctx->curl_buf == NULL) in http_post()
[all …]