Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h285 long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds. member
Dtool_cfgable.c45 config->happy_eyeballs_timeout_ms = CURL_HET_DEFAULT; in config_init()
Dtool_operate.c2014 if(config->happy_eyeballs_timeout_ms != CURL_HET_DEFAULT) in single_transfer()
2016 config->happy_eyeballs_timeout_ms); in single_transfer()
Dtool_getparam.c1205 err = str2unum(&config->happy_eyeballs_timeout_ms, nextarg); in getparameter()