Searched refs:intervals (Results 1 – 3 of 3) sorted by relevance
39 HTTP transfers also support several intervals, separated with commas as in40 *"X-Y,N-M"*. Using this kind of multiple intervals causes the HTTP server
1197 int intervals = msecs_left / MAX_SLEEP_TIME_MS; in send_doc() local1199 intervals++; in send_doc()1202 while((intervals > 0) && !got_exit_signal) { in send_doc()1205 intervals--; in send_doc()
776 function pointer you pass to libcurl is then called on irregular intervals
Completed in 20 milliseconds