HomeSort by relevance Sort by last modified time
    Searched refs:nohex (Results 1 - 9 of 9) sorted by null

  /external/curl/tests/libtest/
testtrace.h 27 int nohex; /* 0 represents FALSE, anything else TRUE */ member in struct:libtest_trace_cfg
testtrace.c 35 const unsigned char *ptr, size_t size, int nohex)
42 if(nohex)
53 if(!nohex) {
64 if(nohex &&
72 if(nohex &&
139 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
lib552.c 38 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) {
lib573.c 58 libtest_debug_config.nohex = 1;
lib500.c 80 libtest_debug_config.nohex = 1;
  /external/curl/docs/examples/
debug.c 32 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) {
multi-debugcallback.c 40 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) {
http2-download.c 58 char nohex)
65 if(nohex)
76 if(!nohex) {
87 if (nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
94 if (nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
http2-upload.c 60 char nohex)
66 if(nohex)
77 if(!nohex) {
88 if (nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
95 if (nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {

Completed in 82 milliseconds