Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 50) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Ddump-header.md4 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 Ddump-ca-embed.md4 Long: dump-ca-embed
18 - --dump-ca-embed
21 # `--dump-ca-embed`
H A Dsuppress-connect-headers.md10 - dump-header
20 CONNECT response headers. This option is meant to be used with --dump-header
H A Dtrace-ascii.md21 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 Dmqttd.c388 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 Drtspd.c603 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 Dsocksd.c545 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 Dtest4194 --dump-header
21 --dump-header to file that cannot be created
H A Dtest128333 …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 Dtest8743 "http://%HOSTIP:%HTTPPORT/[%TESTNUMBER0001-%TESTNUMBER0002]" -o "%LOGDIR/dumpit%TESTNUMBER-#2.dump"
53 <file name="%LOGDIR/dumpit%TESTNUMBER-#2.dump">
H A Dtest7446 "http://%HOSTIP:%HTTPPORT/{%TESTNUMBER,%TESTNUMBER0001}" -o "%LOGDIR/dumpit#1.dump"
65 <file name="%LOGDIR/dumpit%TESTNUMBER0001.dump">
H A Dtest30314 --dump-header
39 http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER --dump-header %PWD/%LOGDIR/tmp/out.txt --create-di…
H A Dtest106635 HTTP --dump-header - with two URLs
38 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER0001 --dump-head…
H A Dtest8660 "http://%HOSTIP:%HTTPPORT/[%TESTNUMBER0001-%TESTNUMBER0003]" -o "%LOGDIR/dumpit#1.dump"
86 <file name="%LOGDIR/dumpit%TESTNUMBER0002.dump">
H A Dtest128845 --proxytunnel --suppress-connect-headers --dump-header - --include --write-out "\nCONNECT CODE: %{h…
72 # Must suppress in --include and --dump-header
H A Dtest7528 "http://a-site-never-accessed.example.org/[2-1]" -o "%LOGDIR/weee#1.dump" --stderr -
/curl/tests/libtest/
H A Dfirst.c126 static char dump[200 * 3 + 1]; in hexdump() local
127 char *p = dump; in hexdump()
133 return dump; in hexdump()
H A Dlib552.c38 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 Dmulti-debugcallback.c37 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 Ddebug.c36 void dump(const char *text, in dump() function
121 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); in my_trace()
H A Dhttp2-download.c53 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 Dhttp2-serverpush.c41 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 Dws-data.c48 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 Dh2-serverpush.c40 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 Dtool_cb_dbg.c35 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

Completed in 73 milliseconds

12