Searched refs:RETRY_SLEEP_DEFAULT (Results 1 – 2 of 2) sorted by relevance
/external/curl/src/ | ||
D | tool_main.h | 28 #define RETRY_SLEEP_DEFAULT 1000L /* ms */ macro |
D | tool_operate.c | 1423 config->retry_delay*1000L : RETRY_SLEEP_DEFAULT; /* ms */ in operate_do() |