Searched refs:ftp_typecode (Results 1 – 1 of 1) sorted by relevance
1918 char ftp_typecode[sizeof("/;type=?")] = ""; in Curl_http() local2341 char *p = ftp_typecode; in Curl_http()2347 msnprintf(p, sizeof(ftp_typecode) - 1, ";type=%c", in Curl_http()2548 ftp_typecode, in Curl_http()