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.h261 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.c1534 if(config->happy_eyeballs_timeout_ms != CURL_HET_DEFAULT) in operate_do()
1536 config->happy_eyeballs_timeout_ms); in operate_do()
Dtool_getparam.c1155 err = str2unum(&config->happy_eyeballs_timeout_ms, nextarg); in getparameter()