Home
last modified time | relevance | path

Searched refs:nohex (Results 1 – 15 of 15) sorted by relevance

/third_party/curl/tests/libtest/
Dtesttrace.c37 const unsigned char *ptr, size_t size, int nohex) in libtest_debug_dump() argument
44 if(nohex) in libtest_debug_dump()
55 if(!nohex) { in libtest_debug_dump()
66 if(nohex && in libtest_debug_dump()
75 if(nohex && in libtest_debug_dump()
143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex); in libtest_debug_cb()
Dlib552.c40 char nohex) in dump() argument
47 if(nohex) in dump()
57 if(!nohex) { in dump()
68 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
76 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Dtesttrace.h29 int nohex; /* 0 represents FALSE, anything else TRUE */ member
Dlib1542.c50 libtest_debug_config.nohex = 1; in test()
Dlib573.c60 libtest_debug_config.nohex = 1; in test()
Dlib1522.c65 libtest_debug_config.nohex = 1; in test()
Dlib2305.c87 libtest_debug_config.nohex = 1; in test()
Dlib500.c83 libtest_debug_config.nohex = 1; in test()
/third_party/curl/docs/examples/
Dmulti-debugcallback.c42 size_t size, char nohex) in dump() argument
49 if(nohex) in dump()
60 if(!nohex) { in dump()
71 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
79 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Ddebug.c38 char nohex) in dump() argument
45 if(nohex) in dump()
56 if(!nohex) { in dump()
67 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
75 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Dhttp2-download.c58 char nohex) in dump() argument
65 if(nohex) in dump()
76 if(!nohex) { in dump()
87 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
95 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Dhttp2-serverpush.c45 char nohex) in dump() argument
52 if(nohex) in dump()
63 if(!nohex) { in dump()
74 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
82 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Dhttp2-upload.c61 char nohex) in dump() argument
67 if(nohex) in dump()
78 if(!nohex) { in dump()
89 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
97 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
/third_party/curl/tests/http/clients/
Dh2-serverpush.c47 char nohex) in dump() argument
54 if(nohex) in dump()
65 if(!nohex) { in dump()
76 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
84 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()
Dws-data.c45 char nohex) in dump() argument
52 if(nohex) in dump()
63 if(!nohex) { in dump()
74 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && in dump()
82 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && in dump()