Home
last modified time | relevance | path

Searched refs:CURLE_ABORTED_BY_CALLBACK (Results 1 – 25 of 27) sorted by relevance

12

/external/curl/lib/
Dfile.c347 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
352 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
534 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
539 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
Dtftp.c894 result = CURLE_ABORTED_BY_CALLBACK; in tftp_translate_code()
1069 return CURLE_ABORTED_BY_CALLBACK; in tftp_done()
1181 return CURLE_ABORTED_BY_CALLBACK; in tftp_receive_packet()
1301 result = CURLE_ABORTED_BY_CALLBACK; in tftp_doing()
Dhttp_proxy.c347 return CURLE_ABORTED_BY_CALLBACK; in CONNECT()
564 return CURLE_ABORTED_BY_CALLBACK; in CONNECT()
Dtransfer.c206 c = CURLE_ABORTED_BY_CALLBACK; in Curl_fillreadbuffer()
253 return CURLE_ABORTED_BY_CALLBACK; in Curl_fillreadbuffer()
1342 result = CURLE_ABORTED_BY_CALLBACK; in Curl_readwrite()
1401 return CURLE_ABORTED_BY_CALLBACK; in Curl_readwrite()
Dmulti.c548 case CURLE_ABORTED_BY_CALLBACK: in multi_done()
566 if(CURLE_ABORTED_BY_CALLBACK != result) { in multi_done()
571 result = CURLE_ABORTED_BY_CALLBACK; in multi_done()
1782 result = CURLE_ABORTED_BY_CALLBACK; in multi_runsingle()
2084 result = CURLE_ABORTED_BY_CALLBACK; in multi_runsingle()
Dpingpong.c121 result = CURLE_ABORTED_BY_CALLBACK; in Curl_pp_statemach()
Dstrerror.c176 case CURLE_ABORTED_BY_CALLBACK: in curl_easy_strerror()
Dasyn-ares.c432 result = CURLE_ABORTED_BY_CALLBACK; in Curl_resolver_wait_resolv()
Drtsp.c604 result = CURLE_ABORTED_BY_CALLBACK; in rtsp_do()
Dssh-libssh.c2001 return CURLE_ABORTED_BY_CALLBACK; in myssh_block_statemach()
2244 return CURLE_ABORTED_BY_CALLBACK; in myssh_done()
Dconnect.c1061 return CURLE_ABORTED_BY_CALLBACK; in singleipconnect()
Dtelnet.c1689 result = CURLE_ABORTED_BY_CALLBACK; in telnet_do()
Dssh.c2821 return CURLE_ABORTED_BY_CALLBACK; in ssh_block_statemach()
3082 return CURLE_ABORTED_BY_CALLBACK; in ssh_done()
Dftp.c322 return CURLE_ABORTED_BY_CALLBACK; in AcceptServerConnect()
695 return CURLE_ABORTED_BY_CALLBACK; in Curl_GetFTPResponse()
/external/curl/tests/data/
Dtest150726 SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
Dtest151341 # 42 == CURLE_ABORTED_BY_CALLBACK
Dtest155541 # 42 == CURLE_ABORTED_BY_CALLBACK
Dtest58753 # CURLE_ABORTED_BY_CALLBACK (42)
Dtest64454 # CURLE_ABORTED_BY_CALLBACK (42)
/external/curl/docs/examples/
Dcacertinmem.c40 CURLcode rv = CURLE_ABORTED_BY_CALLBACK; in sslctx_function()
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc76 return CURLE_ABORTED_BY_CALLBACK; in DoPerform()
/external/curl/docs/libcurl/
Dsymbols-in-versions40 CURLE_ABORTED_BY_CALLBACK 7.1
/external/google-breakpad/src/third_party/curl/
Dcurl.h359 CURLE_ABORTED_BY_CALLBACK, /* 42 */ enumerator
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc169 return CURLE_ABORTED_BY_CALLBACK; in curl_easy_perform()
/external/curl/include/curl/
Dcurl.h532 CURLE_ABORTED_BY_CALLBACK, /* 42 */ enumerator

12