Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h123 bool dirlistonly; /* only get the FTP dir list */ member
Dtool_getparam.c1931 config->dirlistonly = toggle; /* only list the names of the FTP dir */ in getparameter()
Dtool_operate.c1255 my_setopt(curl, CURLOPT_DIRLISTONLY, config->dirlistonly?1L:0L); in single_transfer()