/curl/docs/cmdline-opts/ |
H A D | dump-header.md | 4 Long: dump-header 15 - --dump-header store.txt $URL 16 - --dump-header - $URL -o save 19 # `--dump-header` 32 missing directory components for the path provided in --dump-header.
|
H A D | dump-ca-embed.md | 4 Long: dump-ca-embed 18 - --dump-ca-embed 21 # `--dump-ca-embed`
|
H A D | suppress-connect-headers.md | 10 - dump-header 20 CONNECT response headers. This option is meant to be used with --dump-header
|
H A D | trace-ascii.md | 21 Save a full trace dump of all incoming and outgoing data, including 26 ASCII part of the dump. It makes smaller output that might be easier to read
|
/curl/tests/server/ |
H A D | mqttd.c | 388 static int publish(FILE *dump, in publish() argument 503 FILE *dump; in mqttit() local 512 dump = fopen(dumpfile, "ab"); in mqttit() 513 if(!dump) in mqttit() 562 dump, buffer, rc); in mqttit() 611 if(connack(dump, fd)) { in mqttit() 621 dump, buffer, rc); in mqttit() 672 disconnect(dump, fd); in mqttit() 687 puback(dump, fd, 0); in mqttit() 707 if(dump) in mqttit() [all …]
|
H A D | rtspd.c | 603 FILE *dump; in storerequest() local 614 dump = fopen(dumpfile, "ab"); in storerequest() 615 } while(!dump && ((error = errno) == EINTR)); in storerequest() 616 if(!dump) { in storerequest() 626 1, writeleft, dump); in storerequest() 645 res = fclose(dump); in storerequest() 772 FILE *dump; in send_doc() local 922 dump = fopen(responsedump, "ab"); in send_doc() 923 if(!dump) { in send_doc() 950 fwrite(buffer, 1, (size_t)written, dump); in send_doc() [all …]
|
H A D | socksd.c | 545 FILE *dump; in sockit() local 546 dump = fopen(reqlogfile, "ab"); in sockit() 547 if(dump) { in sockit() 549 fprintf(dump, "atyp %u =>", type); in sockit() 553 fprintf(dump, " %u.%u.%u.%u\n", in sockit() 559 fprintf(dump, " %.*s\n", len-1, &address[1]); in sockit() 564 fprintf(dump, " %02x", address[i]); in sockit() 566 fprintf(dump, "\n"); in sockit() 569 fclose(dump); in sockit()
|
/curl/tests/data/ |
H A D | test419 | 4 --dump-header 21 --dump-header to file that cannot be created
|
H A D | test1283 | 33 …HOSTIP:%HTTPPORT/[a-a][1-1][b-b:1][2-2:1]/%TESTNUMBER -o "%LOGDIR/outfile%TESTNUMBER_#1#2#3#4.dump" 46 <file name="%LOGDIR/outfile%TESTNUMBER_a1b2.dump">
|
H A D | test87 | 43 "http://%HOSTIP:%HTTPPORT/[%TESTNUMBER0001-%TESTNUMBER0002]" -o "%LOGDIR/dumpit%TESTNUMBER-#2.dump" 53 <file name="%LOGDIR/dumpit%TESTNUMBER-#2.dump">
|
H A D | test74 | 46 "http://%HOSTIP:%HTTPPORT/{%TESTNUMBER,%TESTNUMBER0001}" -o "%LOGDIR/dumpit#1.dump" 65 <file name="%LOGDIR/dumpit%TESTNUMBER0001.dump">
|
H A D | test3031 | 4 --dump-header 39 http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER --dump-header %PWD/%LOGDIR/tmp/out.txt --create-di…
|
H A D | test1066 | 35 HTTP --dump-header - with two URLs 38 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER0001 --dump-head…
|
H A D | test86 | 60 "http://%HOSTIP:%HTTPPORT/[%TESTNUMBER0001-%TESTNUMBER0003]" -o "%LOGDIR/dumpit#1.dump" 86 <file name="%LOGDIR/dumpit%TESTNUMBER0002.dump">
|
H A D | test1288 | 45 --proxytunnel --suppress-connect-headers --dump-header - --include --write-out "\nCONNECT CODE: %{h… 72 # Must suppress in --include and --dump-header
|
H A D | test75 | 28 "http://a-site-never-accessed.example.org/[2-1]" -o "%LOGDIR/weee#1.dump" --stderr -
|
/curl/tests/libtest/ |
H A D | first.c | 126 static char dump[200 * 3 + 1]; in hexdump() local 127 char *p = dump; in hexdump() 133 return dump; in hexdump()
|
H A D | lib552.c | 38 void dump(const char *text, in dump() function 122 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); in my_trace()
|
/curl/docs/examples/ |
H A D | multi-debugcallback.c | 37 static void dump(const char *text, FILE *stream, unsigned char *ptr, in dump() function 116 dump(text, stderr, data, size, TRUE); in my_trace()
|
H A D | debug.c | 36 void dump(const char *text, in dump() function 121 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); in my_trace()
|
H A D | http2-download.c | 53 void dump(const char *text, unsigned int num, unsigned char *ptr, size_t size, in dump() function 137 dump(text, num, (unsigned char *)data, size, 1); in my_trace()
|
H A D | http2-serverpush.c | 41 void dump(const char *text, unsigned char *ptr, size_t size, in dump() function 123 dump(text, (unsigned char *)data, size, 1); in my_trace()
|
/curl/tests/http/clients/ |
H A D | ws-data.c | 48 void dump(const char *text, unsigned char *ptr, size_t size, in dump() function 154 dump("expected:", (unsigned char *)exp_data + r_offset, nread, 0); in recv_binary() 155 dump("received:", (unsigned char *)recvbuf, nread, 0); in recv_binary()
|
H A D | h2-serverpush.c | 40 void dump(const char *text, unsigned char *ptr, size_t size, in dump() function 122 dump(text, (unsigned char *)data, size, 1); in my_trace()
|
/curl/src/ |
H A D | tool_cb_dbg.c | 35 static void dump(const char *timebuf, const char *idsbuf, const char *text, 242 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size, in tool_debug_cb() 247 static void dump(const char *timebuf, const char *idsbuf, const char *text, in dump() function
|