Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h278 long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds. member
Dtool_cfgable.c43 config->happy_eyeballs_timeout_ms = CURL_HET_DEFAULT; in config_init()
Dtool_operate.c2141 if(config->happy_eyeballs_timeout_ms != CURL_HET_DEFAULT) in single_transfer()
2143 config->happy_eyeballs_timeout_ms); in single_transfer()
Dtool_getparam.c1398 err = str2unum(&config->happy_eyeballs_timeout_ms, nextarg); in getparameter()