Home
last modified time | relevance | path

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

/curl/lib/
H A Dftplistparser.c153 } os_type; member
385 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) { in Curl_ftp_parselist()
387 parser->os_type = ISDIGIT(buffer[0]) ? OS_TYPE_WIN_NT : OS_TYPE_UNIX; in Curl_ftp_parselist()
417 switch(parser->os_type) { in Curl_ftp_parselist()

Completed in 8 milliseconds