Home
last modified time | relevance | path

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

/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_thread.c16 while (dt->thread_state < DOWNLOAD_THREAD_SKIP && count) { in download_thread_retry_delay()
27 while (dt->thread_state < DOWNLOAD_THREAD_SKIP && count) { in download_thread_retry_delay()
108 if (dt->thread_state < DOWNLOAD_THREAD_SKIP ) in download_thread_skip()
109 dt->thread_state = DOWNLOAD_THREAD_SKIP; in download_thread_skip()
203 if (dt->thread_state < DOWNLOAD_THREAD_SKIP && os_dir_name) { in download_thread_test_file()
325 if (dt->thread_state >= DOWNLOAD_THREAD_SKIP) { in download_thread_func()
H A Ddownload_thread.h41 DOWNLOAD_THREAD_SKIP, // skip current job enumerator
H A Ddownload_backend_curl.c271 return (dt->thread_state >= DOWNLOAD_THREAD_SKIP); in curl_progress_func()