Searched refs:CURL_PROGRESSFUNC_CONTINUE (Results 1 – 6 of 6) sorted by relevance
162 return per->noprogress ? 0 : CURL_PROGRESSFUNC_CONTINUE; in tool_readbusy_cb()
598 if(result != CURL_PROGRESSFUNC_CONTINUE) { in pgrsupdate()614 if(result != CURL_PROGRESSFUNC_CONTINUE) { in pgrsupdate()
64 If your callback function returns CURL_PROGRESSFUNC_CONTINUE it makes libcurl
65 If your callback function returns CURL_PROGRESSFUNC_CONTINUE it causes libcurl
102 CURL_PROGRESSFUNC_CONTINUE 7.68.0
227 #define CURL_PROGRESSFUNC_CONTINUE 0x10000001 macro