Searched refs:CURL_READFUNC_ABORT (Results 1 – 18 of 18) sorted by relevance
34 return CURL_READFUNC_ABORT; in read_callback()
47 return CURL_READFUNC_ABORT; in read_callback()
44 return CURL_READFUNC_ABORT; in read_callback()
51 The read callback may return *CURL_READFUNC_ABORT* to stop the current118 CURL_READFUNC_PAUSE return code was added in 7.18.0 and CURL_READFUNC_ABORT
25 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
40 return CURL_READFUNC_ABORT; in readfunc()
62 return CURL_READFUNC_ABORT; in readfunc()
796 case CURL_READFUNC_ABORT: in read_part_content()839 case CURL_READFUNC_ABORT: in read_part_content()899 case CURL_READFUNC_ABORT: in read_encoded_part_content()975 case CURL_READFUNC_ABORT: in readback_part()1041 case CURL_READFUNC_ABORT: in mime_subparts_read()
1392 if(n == CURL_READFUNC_ABORT) { in telnet_do()1599 if(nread == CURL_READFUNC_ABORT) { in telnet_do()
733 if(nread == CURL_READFUNC_ABORT) in curl_formget()
245 if(nread == CURL_READFUNC_ABORT) { in Curl_fillreadbuffer()
744 return CURL_READFUNC_ABORT; in curl_read_cb()758 return CURL_READFUNC_ABORT; in curl_read_cb()
72 The read callback may return *CURL_READFUNC_ABORT* to stop the current
107 CURL_READFUNC_ABORT 7.12.1
305 ## CURL_READFUNC_ABORT section in libcurl symbols
208 return CURL_READFUNC_ABORT; in tool_mime_stdin_read()
379 #define CURL_READFUNC_ABORT 0x10000000 macro
180 d CURL_READFUNC_ABORT...