Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_convert_to_network

214     result = Curl_convert_to_network(data, data->req.upload_fromhere, length);
215 /* Curl_convert_to_network calls failf if unsuccessful */
229 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread);
230 /* Curl_convert_to_network calls failf if unsuccessful */