Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c177 (data->set.prefer_ascii) || in Curl_fillreadbuffer()
206 if(data->set.prefer_ascii) { in Curl_fillreadbuffer()
227 else if((data->set.prefer_ascii) && (!sending_http_headers)) { in Curl_fillreadbuffer()
901 (data->set.prefer_ascii) || in readwrite_upload()
Dtftp.c457 if(data->set.prefer_ascii) in tftp_send_first()
1362 data->set.prefer_ascii = TRUE; in tftp_setup_connection()
1369 data->set.prefer_ascii = FALSE; in tftp_setup_connection()
Dftp.c1574 ftp_need_type(conn, data->set.prefer_ascii)) { in ftp_state_type()
1584 result = ftp_nb_type(conn, data->set.prefer_ascii, FTP_TYPE); in ftp_state_type()
2506 !data->set.prefer_ascii && in ftp_state_get_resp()
2544 else if((instate != FTP_LIST) && (data->set.prefer_ascii)) in ftp_state_get_resp()
3718 result = ftp_nb_type(conn, data->set.prefer_ascii, FTP_STOR_TYPE); in ftp_do_more()
3746 result = ftp_nb_type(conn, data->set.prefer_ascii, FTP_RETR_TYPE); in ftp_do_more()
4562 data->set.prefer_ascii = TRUE; in ftp_setup_connection()
4572 data->set.prefer_ascii = FALSE; in ftp_setup_connection()
Durldata.h1545 bool prefer_ascii; /* ASCII rather than binary */ member
Durl.c886 data->set.prefer_ascii = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_setopt()
5005 data->set.prefer_ascii?'A': in parse_remote_port()
Dhttp.c2103 data->set.prefer_ascii ? 'a' : 'i'); in Curl_http()
/external/curl/
DCHANGES.01572 data->set.prefer_ascii are set (depending on CURL_DO_LINEEND_CONV).