/curl/tests/libtest/ |
H A D | lib2305.c | 47 FILE *save = fopen(libtest_arg2, FOPEN_WRITETEXT); in websocket() local 48 if(!save) in websocket() 59 fclose(save); in websocket() 69 fwrite(buffer, 1, nread, save); in websocket() 71 fclose(save); in websocket()
|
/curl/docs/cmdline-opts/ |
H A D | etag-save.md | 4 Long: etag-save 6 Help: Parse incoming ETag and save to a file 14 - --etag-save storetag.txt $URL 17 # `--etag-save`
|
H A D | etag-compare.md | 12 - etag-save 26 Use the option --etag-save to first save the ETag from a response, and then
|
H A D | fail-with-body.md | 6 Help: Fail on HTTP errors but save the body 23 This option allows curl to output and save that content but also to return
|
/curl/lib/ |
H A D | cfilters.h | 663 #define CF_DATA_SAVE(save, cf, data) \ argument 665 (save) = CF_CTX_CALL_DATA(cf); \ 666 DEBUGASSERT((save).data == NULL || (save).depth > 0); \ 671 #define CF_DATA_RESTORE(cf, save) \ argument 673 DEBUGASSERT(CF_CTX_CALL_DATA(cf).depth == (save).depth + 1); \ 674 DEBUGASSERT((save).data == NULL || (save).depth > 0); \ 675 CF_CTX_CALL_DATA(cf) = (save); \ 680 #define CF_DATA_SAVE(save, cf, data) \ argument 682 (save) = CF_CTX_CALL_DATA(cf); \ 686 #define CF_DATA_RESTORE(cf, save) \ argument [all …]
|
H A D | cf-h2-proxy.c | 205 ctx->call_data = save; in cf_h2_proxy_ctx_clear() 1095 struct cf_call_data save; in cf_h2_proxy_connect() local 1141 CF_DATA_RESTORE(cf, save); in cf_h2_proxy_connect() 1176 struct cf_call_data save; in cf_h2_proxy_shutdown() local 1211 CF_DATA_RESTORE(cf, save); in cf_h2_proxy_shutdown() 1232 struct cf_call_data save; in cf_h2_proxy_adjust_pollset() local 1356 struct cf_call_data save; in cf_h2_proxy_recv() local 1404 struct cf_call_data save; in cf_h2_proxy_send() local 1490 struct cf_call_data save; in cf_h2_proxy_flush() local 1561 struct cf_call_data save; in cf_h2_proxy_is_alive() local [all …]
|
H A D | http2.c | 2032 struct cf_call_data save; in cf_h2_recv() local 2106 CF_DATA_RESTORE(cf, save); in cf_h2_recv() 2286 struct cf_call_data save; in cf_h2_send() local 2379 struct cf_call_data save; in cf_h2_flush() local 2421 struct cf_call_data save; in cf_h2_adjust_pollset() local 2464 struct cf_call_data save; in cf_h2_connect() local 2545 struct cf_call_data save; in cf_h2_shutdown() local 2627 struct cf_call_data save; in cf_h2_cntrl() local 2672 struct cf_call_data save; in cf_h2_is_alive() local 2686 struct cf_call_data save; in cf_h2_keep_alive() local [all …]
|
/curl/tests/data/ |
H A D | test379 | 31 <file name="%LOGDIR/save"> 41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/save --remove-on-error --no-clobber 64 <file name="%LOGDIR/save"> 68 <file2 name="%LOGDIR/save.1">
|
H A D | test343 | 34 Both --etag-compare and --etag-save to save new Etag 40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/out…
|
H A D | test370 | 22 --etag-save with bad path - no transfer 25 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER
|
H A D | test369 | 29 --etag-save with bad path then working transfer 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/nowhere/etag%TESTNUMBER --next http://%HOS…
|
H A D | test347 | 39 --etag-save with blank incoming header 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER
|
H A D | test473 | 40 Check if --etag-save saved correct etag to a file on 301 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER
|
H A D | test3204 | 28 Use --etag-compare and --etag-save on an existing file 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/eta…
|
H A D | test339 | 39 Check if --etag-save saved correct etag to a file 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER
|
H A D | test344 | 34 Both --etag-compare and -save store new Etag using non-existing file 37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/eta…
|
H A D | test345 | 34 Both --etag-compare and -save store new Etag using one pre-existing file 40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/eta…
|
H A D | test2305 | 47 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER %LOGDIR/save%TESTNUMBER 53 <file name="%LOGDIR/save%TESTNUMBER" mode="text">
|
H A D | test376 | 38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/save-%TESTNUMBER --remove-on-error 61 <file name="%LOGDIR/save-%TESTNUMBER">
|
H A D | test419 | 24 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -D loggg/save-here/fails
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 572 struct cf_call_data save; in cf_msh3_recv() local 613 CF_DATA_RESTORE(cf, save); in cf_msh3_recv() 628 struct cf_call_data save; in cf_msh3_send() local 709 CF_DATA_RESTORE(cf, save); in cf_msh3_send() 719 struct cf_call_data save; in cf_msh3_adjust_pollset() local 739 struct cf_call_data save; in cf_msh3_data_pending() local 755 CF_DATA_RESTORE(cf, save); in cf_msh3_data_pending() 776 struct cf_call_data save; in cf_msh3_data_event() local 881 struct cf_call_data save; in cf_msh3_connect() local 934 struct cf_call_data save; in cf_msh3_close() local [all …]
|
H A D | curl_ngtcp2.c | 1226 struct cf_call_data save; in cf_ngtcp2_recv() local 1280 CF_DATA_RESTORE(cf, save); in cf_ngtcp2_recv() 1525 struct cf_call_data save; in cf_ngtcp2_send() local 1615 CF_DATA_RESTORE(cf, save); in cf_ngtcp2_send() 1938 struct cf_call_data save; in cf_ngtcp2_data_event() local 1998 ctx->call_data = save; in cf_ngtcp2_ctx_close() 2005 struct cf_call_data save; in cf_ngtcp2_shutdown() local 2097 struct cf_call_data save; in cf_ngtcp2_close() local 2341 struct cf_call_data save; in cf_ngtcp2_connect() local 2428 struct cf_call_data save; in cf_ngtcp2_query() local [all …]
|
/curl/lib/vtls/ |
H A D | vtls.c | 1678 struct cf_call_data save; in ssl_cf_destroy() local 1682 CF_DATA_RESTORE(cf, save); in ssl_cf_destroy() 1690 struct cf_call_data save; in ssl_cf_close() local 1704 struct cf_call_data save; in ssl_cf_connect() local 1760 struct cf_call_data save; in ssl_cf_data_pending() local 1776 struct cf_call_data save; in ssl_cf_send() local 1794 struct cf_call_data save; in ssl_cf_recv() local 1836 struct cf_call_data save; in ssl_cf_adjust_pollset() local 1847 struct cf_call_data save; in ssl_cf_cntrl() local 1896 struct cf_call_data save; in cf_ssl_is_alive() local [all …]
|
/curl/src/ |
H A D | tool_vms.c | 201 #pragma extern_model save 209 #pragma extern_model save
|
/curl/packages/vms/ |
H A D | curl_crtl_init.c | 67 #pragma member_alignment save 69 #pragma message save 296 #pragma extern_model save
|