Searched refs:nohex (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtesttrace.h27 int nohex; /* 0 represents FALSE, anything else TRUE */ member in struct:libtest_trace_cfg
H A Dtesttrace.c39 const unsigned char *ptr, size_t size, int nohex)
46 if(nohex)
57 if(!nohex) {
68 if(nohex &&
76 if(nohex &&
143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
38 libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, int nohex) argument
H A Dlib552.c38 char nohex)
45 if(nohex)
55 if(!nohex) {
66 if (nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
73 if (nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
36 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) argument
H A Dlib573.c58 libtest_debug_config.nohex = 1;
H A Dlib500.c80 libtest_debug_config.nohex = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Ddebug.c32 char nohex)
39 if(nohex)
50 if(!nohex) {
61 if (nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
68 if (nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
30 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) argument
H A Dmulti-debugcallback.c40 bool nohex)
47 if(nohex)
58 if(!nohex) {
69 if (nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
76 if (nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
38 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, bool nohex) argument

Completed in 44 milliseconds