Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c2304 http->sendit = &data->set.mimepost; in Curl_http_body()
2313 http->sendit = &http->form; in Curl_http_body()
2316 http->sendit = NULL; in Curl_http_body()
2320 if(http->sendit) { in Curl_http_body()
2324 http->sendit->flags |= MIME_BODY_ONLY; in Curl_http_body()
2331 else if(http->sendit->kind == MIMEKIND_MULTIPART) in Curl_http_body()
2334 curl_mime_headers(http->sendit, data->set.headers, 0); in Curl_http_body()
2335 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http_body()
2337 curl_mime_headers(http->sendit, NULL, 0); in Curl_http_body()
2339 result = Curl_mime_rewind(http->sendit); in Curl_http_body()
[all …]
Dhttp.h169 curl_mimepart *sendit; member
Dtransfer.c434 if(http->sendit) in Curl_readrewind()
435 mimepart = http->sendit; in Curl_readrewind()