Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cb_rea.c78 return per->noprogress? 0 : CURL_PROGRESSFUNC_CONTINUE; in tool_readbusy_cb()
/third_party/curl/lib/
Dprogress.c586 if(result != CURL_PROGRESSFUNC_CONTINUE) { in Curl_pgrsUpdate()
602 if(result != CURL_PROGRESSFUNC_CONTINUE) { in Curl_pgrsUpdate()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions967 CURL_PROGRESSFUNC_CONTINUE 7.68.0
/third_party/curl/include/curl/
Dcurl.h218 #define CURL_PROGRESSFUNC_CONTINUE 0x10000001 macro