Home
last modified time | relevance | path

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

12

/curl/tests/data/
H A Dtest150726 SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
H A Dtest151342 # 42 == CURLE_ABORTED_BY_CALLBACK
H A Dtest155542 # 42 == CURLE_ABORTED_BY_CALLBACK
H A Dtest191540 # 42 CURLE_ABORTED_BY_CALLBACK
H A Dtest58744 # CURLE_ABORTED_BY_CALLBACK (42)
/curl/lib/
H A Dfile.c398 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
403 result = CURLE_ABORTED_BY_CALLBACK; in file_upload()
598 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
635 result = CURLE_ABORTED_BY_CALLBACK; in file_do()
H A Dtftp.c886 result = CURLE_ABORTED_BY_CALLBACK; in tftp_translate_code()
1069 return CURLE_ABORTED_BY_CALLBACK; in tftp_done()
1175 return CURLE_ABORTED_BY_CALLBACK; in tftp_receive_packet()
1295 result = CURLE_ABORTED_BY_CALLBACK; in tftp_doing()
H A Dpingpong.c124 result = CURLE_ABORTED_BY_CALLBACK; in Curl_pp_statemach()
H A Dmulti.c713 case CURLE_ABORTED_BY_CALLBACK: in multi_done()
732 if(CURLE_ABORTED_BY_CALLBACK != result) { in multi_done()
737 result = CURLE_ABORTED_BY_CALLBACK; in multi_done()
1836 result = CURLE_ABORTED_BY_CALLBACK;
2111 result = CURLE_ABORTED_BY_CALLBACK;
2300 result = CURLE_ABORTED_BY_CALLBACK;
2584 result = CURLE_ABORTED_BY_CALLBACK;
3003 return CURLE_ABORTED_BY_CALLBACK;
H A Dstrerror.c175 case CURLE_ABORTED_BY_CALLBACK: in curl_easy_strerror()
H A Dcf-h1-proxy.c396 return CURLE_ABORTED_BY_CALLBACK; in recv_CONNECT_resp()
910 result = CURLE_ABORTED_BY_CALLBACK; in H1_CONNECT()
H A Dhsts.c492 return CURLE_ABORTED_BY_CALLBACK; in hsts_pull()
H A Dhttp_chunks.c525 result = CURLE_ABORTED_BY_CALLBACK; in add_last_chunk()
H A Dtransfer.c474 result = CURLE_ABORTED_BY_CALLBACK; in Curl_sendrecv()
512 result = CURLE_ABORTED_BY_CALLBACK; in Curl_sendrecv()
H A Dasyn-ares.c501 result = CURLE_ABORTED_BY_CALLBACK; in Curl_resolver_wait_resolv()
H A Dsendf.c704 ctx->error_result = CURLE_ABORTED_BY_CALLBACK; in cr_in_read()
705 return CURLE_ABORTED_BY_CALLBACK; in cr_in_read()
/curl/docs/examples/
H A Dcacertinmem.c42 CURLcode rv = CURLE_ABORTED_BY_CALLBACK; in sslctx_function()
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTSREADFUNCTION.md58 and make *CURLE_ABORTED_BY_CALLBACK* get returned.
H A DCURLOPT_PROGRESSFUNCTION.md69 *CURLE_ABORTED_BY_CALLBACK*.
H A DCURLOPT_XFERINFOFUNCTION.md62 *CURLE_ABORTED_BY_CALLBACK*.
H A DCURLOPT_SOCKOPTFUNCTION.md33 CURLE_ABORTED_BY_CALLBACK */
H A DCURLOPT_READFUNCTION.md55 operation immediately, resulting in a *CURLE_ABORTED_BY_CALLBACK* error
/curl/tests/libtest/
H A Dlib670.c89 return CURLE_ABORTED_BY_CALLBACK; in xferinfo()
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md78 operation immediately, resulting in a *CURLE_ABORTED_BY_CALLBACK* error
/curl/lib/vssh/
H A Dwolfssh.c1006 return CURLE_ABORTED_BY_CALLBACK; in wssh_block_statemach()
1055 return CURLE_ABORTED_BY_CALLBACK; in wssh_done()

Completed in 78 milliseconds

12