Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dfile.c405 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
410 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
590 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
595 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
Dtftp.c891 result = CURLE_ABORTED_BY_CALLBACK; in tftp_translate_code()
1065 return CURLE_ABORTED_BY_CALLBACK; in tftp_done()
1174 return CURLE_ABORTED_BY_CALLBACK; in tftp_receive_packet()
1294 result = CURLE_ABORTED_BY_CALLBACK; in tftp_doing()
Dhttp_proxy.c348 return CURLE_ABORTED_BY_CALLBACK; in CONNECT()
565 return CURLE_ABORTED_BY_CALLBACK; in CONNECT()
Dmulti.c512 case CURLE_ABORTED_BY_CALLBACK: in multi_done()
530 if(CURLE_ABORTED_BY_CALLBACK != result) { in multi_done()
535 result = CURLE_ABORTED_BY_CALLBACK; in multi_done()
1807 result = CURLE_ABORTED_BY_CALLBACK; in multi_runsingle()
2089 result = CURLE_ABORTED_BY_CALLBACK; in multi_runsingle()
Dtransfer.c144 return CURLE_ABORTED_BY_CALLBACK; in Curl_fillreadbuffer()
1163 result = CURLE_ABORTED_BY_CALLBACK; in Curl_readwrite()
1222 return CURLE_ABORTED_BY_CALLBACK; in Curl_readwrite()
Dpingpong.c121 result = CURLE_ABORTED_BY_CALLBACK; in Curl_pp_statemach()
Dstrerror.c176 case CURLE_ABORTED_BY_CALLBACK: in curl_easy_strerror()
Dasyn-ares.c399 result = CURLE_ABORTED_BY_CALLBACK; in Curl_resolver_wait_resolv()
Drtsp.c615 result = CURLE_ABORTED_BY_CALLBACK; in rtsp_do()
Dssh-libssh.c1984 return CURLE_ABORTED_BY_CALLBACK; in myssh_block_statemach()
2224 return CURLE_ABORTED_BY_CALLBACK; in myssh_done()
Dconnect.c1044 return CURLE_ABORTED_BY_CALLBACK; in singleipconnect()
Dssh.c2770 return CURLE_ABORTED_BY_CALLBACK; in ssh_block_statemach()
3031 return CURLE_ABORTED_BY_CALLBACK; in ssh_done()
Dtelnet.c1690 result = CURLE_ABORTED_BY_CALLBACK; in telnet_do()
Dftp.c319 return CURLE_ABORTED_BY_CALLBACK; in AcceptServerConnect()
699 return CURLE_ABORTED_BY_CALLBACK; in Curl_GetFTPResponse()
Dhttp.c2762 result = CURLE_ABORTED_BY_CALLBACK; in Curl_http()
/external/curl/tests/data/
Dtest150726 SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
Dtest151341 # 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-versions33 CURLE_ABORTED_BY_CALLBACK 7.1
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc165 return CURLE_ABORTED_BY_CALLBACK; in curl_easy_perform()
/external/google-breakpad/src/third_party/curl/
Dcurl.h359 CURLE_ABORTED_BY_CALLBACK, /* 42 */ enumerator
/external/curl/include/curl/
Dcurl.h509 CURLE_ABORTED_BY_CALLBACK, /* 42 */ enumerator

12