/third_party/curl/tests/libtest/ |
H A D | testtrace.c | 37 const unsigned char *ptr, size_t size, int nohex) in libtest_debug_dump() 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() 36 libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, int nohex) libtest_debug_dump() argument
|
H A D | lib552.c | 40 char nohex) in dump() 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() 38 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | testtrace.h | 29 int nohex; /* 0 represents FALSE, anything else TRUE */ member
|
H A D | lib1542.c | 50 libtest_debug_config.nohex = 1; in test()
|
H A D | lib573.c | 60 libtest_debug_config.nohex = 1; in test()
|
H A D | lib1522.c | 65 libtest_debug_config.nohex = 1; in test()
|
H A D | lib2305.c | 87 libtest_debug_config.nohex = 1; in test()
|
H A D | lib500.c | 83 libtest_debug_config.nohex = 1; in test()
|
/third_party/curl/docs/examples/ |
H A D | debug.c | 38 char nohex) in dump() 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() 36 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | multi-debugcallback.c | 42 size_t size, char nohex) in dump() 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() 41 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | http2-download.c | 58 char nohex) in dump() 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() 57 dump(const char *text, unsigned int num, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | http2-serverpush.c | 45 char nohex) in dump() 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() 44 dump(const char *text, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | http2-upload.c | 61 char nohex) in dump() 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() 60 dump(const char *text, int num, unsigned char *ptr, size_t size, char nohex) dump() argument
|
/third_party/curl/tests/http/clients/ |
H A D | h2-serverpush.c | 47 char nohex) in dump() 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() 46 dump(const char *text, unsigned char *ptr, size_t size, char nohex) dump() argument
|
H A D | ws-data.c | 45 char nohex) in dump() 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() 44 dump(const char *text, unsigned char *ptr, size_t size, char nohex) dump() argument
|