Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib513.c34 return CURL_READFUNC_ABORT; in read_callback()
Dlib1507.c47 return CURL_READFUNC_ABORT; in read_callback()
Dlib554.c44 return CURL_READFUNC_ABORT; in read_callback()
/third_party/curl/docs/libcurl/opts/
DCURLOPT_READFUNCTION.md51 The read callback may return *CURL_READFUNC_ABORT* to stop the current
118 CURL_READFUNC_PAUSE return code was added in 7.18.0 and CURL_READFUNC_ABORT
/third_party/curl/tests/data/
Dtest51325 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
/third_party/curl/docs/examples/
Dsftpuploadresume.c40 return CURL_READFUNC_ABORT; in readfunc()
Dftpuploadresume.c62 return CURL_READFUNC_ABORT; in readfunc()
/third_party/curl/lib/
Dmime.c796 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()
Dtelnet.c1392 if(n == CURL_READFUNC_ABORT) { in telnet_do()
1599 if(nread == CURL_READFUNC_ABORT) { in telnet_do()
Dformdata.c733 if(nread == CURL_READFUNC_ABORT) in curl_formget()
Dtransfer.c245 if(nread == CURL_READFUNC_ABORT) { in Curl_fillreadbuffer()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c744 return CURL_READFUNC_ABORT; in curl_read_cb()
758 return CURL_READFUNC_ABORT; in curl_read_cb()
/third_party/curl/docs/libcurl/
Dcurl_mime_data_cb.md72 The read callback may return *CURL_READFUNC_ABORT* to stop the current
Dsymbols-in-versions107 CURL_READFUNC_ABORT 7.12.1
Dlibcurl-symbols.md305 ## CURL_READFUNC_ABORT section in libcurl symbols
/third_party/curl/src/
Dtool_formparse.c208 return CURL_READFUNC_ABORT; in tool_mime_stdin_read()
/third_party/curl/include/curl/
Dcurl.h379 #define CURL_READFUNC_ABORT 0x10000000 macro
/third_party/curl/packages/OS400/
Dcurl.inc.in180 d CURL_READFUNC_ABORT...