Home
last modified time | relevance | path

Searched refs:out (Results 101 – 125 of 309) sorted by relevance

12345678910>>...13

/curl/lib/
H A Dsmtp.c406 goto out; in smtp_perform_upgrade_tls()
420 out: in smtp_perform_upgrade_tls()
624 goto out; in smtp_perform_mail()
650 goto out; in smtp_perform_mail()
664 goto out; in smtp_perform_mail()
690 goto out; in smtp_perform_mail()
713 goto out; in smtp_perform_mail()
721 goto out; in smtp_perform_mail()
730 goto out; in smtp_perform_mail()
754 goto out; in smtp_perform_mail()
[all …]
H A Dhostip.c1329 struct dynbuf out[2]; in show_resolve_info() local
1331 struct dynbuf out[1]; in show_resolve_info() local
1346 Curl_dyn_init(&out[0], 1024); in show_resolve_info()
1348 Curl_dyn_init(&out[1], 1024); in show_resolve_info()
1358 struct dynbuf *d = &out[(a->ai_family != PF_INET)]; in show_resolve_info()
1374 (Curl_dyn_len(&out[1]) ? Curl_dyn_ptr(&out[1]) : "(none)")); in show_resolve_info()
1377 (Curl_dyn_len(&out[0]) ? Curl_dyn_ptr(&out[0]) : "(none)")); in show_resolve_info()
1380 Curl_dyn_free(&out[0]); in show_resolve_info()
1382 Curl_dyn_free(&out[1]); in show_resolve_info()
H A Dcontent_encoding.c762 ZSTD_outBuffer out; in zstd_do_write() local
778 out.pos = 0; in zstd_do_write()
779 out.dst = zp->decomp; in zstd_do_write()
780 out.size = DSIZ; in zstd_do_write()
782 errorCode = ZSTD_decompressStream(zp->zds, &out, &in); in zstd_do_write()
786 if(out.pos > 0) { in zstd_do_write()
788 zp->decomp, out.pos); in zstd_do_write()
792 if((in.pos == nbytes) && (out.pos < out.size)) in zstd_do_write()
H A Dhsts.c359 FILE *out; in Curl_hsts_save() local
374 result = Curl_fopen(data, file, &out, &tempstore); in Curl_hsts_save()
378 out); in Curl_hsts_save()
382 result = hsts_out(sts, out); in Curl_hsts_save()
386 fclose(out); in Curl_hsts_save()
H A Durl.c2538 out:
3380 goto out;
3391 goto out;
3401 goto out;
3435 goto out;
3450 goto out;
3456 goto out;
3460 goto out;
3468 goto out;
3524 goto out;
[all …]
/curl/docs/cmdline-opts/
H A Dremote-time.md19 Makes curl attempt to figure out the timestamp of the remote file that is
H A Dxattr.md11 - write-out
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVE.md52 The optional leading "+" specifies that the new entry should time-out. Entries
53 added without the leading plus character never times out whereas entries added
54 with "+HOST:..." times out just like ordinary DNS cache entries.
H A DCURLMOPT_PUSHFUNCTION.md113 FILE *out;
119 out = fopen("pushed-stream", "wb");
122 curl_easy_setopt(easy, CURLOPT_WRITEDATA, out);
/curl/tests/data/
H A Dtest144528 perl -e 'exit((stat("%LOGDIR/curl%TESTNUMBER.out"))[9] != 946728000)'
H A Dtest119138 # Strip out the random part of the client id from the CONNECT message
H A Dtest36932 …STNUMBER --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER --include --output %LOGDIR/curl%TESTNUMBER.out
H A Dtest119942 # Strip out the random part of the client id from the CONNECT message
H A Dtest220138 # Strip out the random part of the client id from the CONNECT message
H A Dtest119360 # Strip out the random part of the client id from the CONNECT message
H A Dtest127837 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --no-progress-meter -o %LOGDIR/out%TESTNUMBER --no-remote-name…
H A Dtest220541 # Strip out the random part of the client id from the CONNECT message
H A Dtest144631 perl -e 'exit((stat("%LOGDIR/curl%TESTNUMBER.out"))[9] != 978264000)'
H A Dtest103736 <file name="%LOGDIR/curl%TESTNUMBER.out">
H A Dtest119842 # Strip out the random part of the client id from the CONNECT message
H A Dtest119042 # Strip out the random part of the client id from the CONNECT message
H A Dtest220243 # Strip out the random part of the client id from the CONNECT message
/curl/docs/libcurl/
H A Dcurl_multi_perform.md37 When an application has found out there is data available for the multi_handle
101 *CURLM_OK*. Use curl_multi_info_read(3) to figure out how individual
108 descriptor has activity or the function times out, the application calls
/curl/lib/vtls/
H A Dgtls.c221 goto out; in load_file()
224 goto out; in load_file()
229 out: in load_file()
1482 goto out; in gtls_verifyserver()
1500 out: in gtls_verifyserver()
1536 goto out; in gtls_connect_common()
1554 out: in gtls_connect_common()
1762 goto out; in gtls_recv()
1775 goto out; in gtls_recv()
1785 goto out; in gtls_recv()
[all …]
/curl/packages/vms/
H A Dcurlmsg.msg75 OUT_OF_MEMORY <out of memory>
76 OPERATION_TIMEOUTED <operation timed out, timeout time was reached>
118 REMOTE_DISK_FULL <out of disk space on server>
132 CURL_LAST <CURLMSG.MSG is out of sync with the source code>

Completed in 75 milliseconds

12345678910>>...13