Searched refs:ftp_lc_writer (Results 1 – 1 of 1) sorted by relevance
3986 struct Curl_cwriter *ftp_lc_writer; in ftp_do() local3988 result = Curl_cwriter_create(&ftp_lc_writer, data, &ftp_cw_lc, in ftp_do()3993 result = Curl_cwriter_add(data, ftp_lc_writer); in ftp_do()3995 Curl_cwriter_free(data, ftp_lc_writer); in ftp_do()
Completed in 10 milliseconds