Home
last modified time | relevance | path

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

/external/curl/lib/
Deasy.c679 int without_fds = 0; /* count number of consecutive returns from in easy_transfer() local
701 without_fds++; in easy_transfer()
702 if(without_fds > 2) { in easy_transfer()
703 int sleep_ms = without_fds < 10 ? (1 << (without_fds-1)): 1000; in easy_transfer()
709 without_fds = 0; in easy_transfer()
713 without_fds = 0; in easy_transfer()