Searched refs:happy_eyeballs_timeout_ms (Results 1 – 4 of 4) sorted by relevance
261 long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds. member
45 config->happy_eyeballs_timeout_ms = CURL_HET_DEFAULT; in config_init()
1534 if(config->happy_eyeballs_timeout_ms != CURL_HET_DEFAULT) in operate_do()1536 config->happy_eyeballs_timeout_ms); in operate_do()
1155 err = str2unum(&config->happy_eyeballs_timeout_ms, nextarg); in getparameter()