Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c1734 char ftp_typecode[sizeof("/;type=?")] = ""; in Curl_http() local
2076 char *p = ftp_typecode; in Curl_http()
2082 snprintf(p, sizeof(ftp_typecode) - 1, ";type=%c", in Curl_http()
2268 ftp_typecode, in Curl_http()