HomeSort by relevance Sort by last modified time
    Searched refs:nohex (Results 1 - 10 of 10) 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 36 char nohex)
43 if(nohex)
54 if(!nohex) {
65 if(nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
72 if(nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
multi-debugcallback.c 43 bool nohex)
50 if(nohex)
61 if(!nohex) {
72 if(nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
79 if(nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
http2-download.c 63 char nohex)
70 if(nohex)
81 if(!nohex) {
92 if(nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
99 if(nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
http2-serverpush.c 43 char nohex)
50 if(nohex)
61 if(!nohex) {
72 if(nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
79 if(nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {
http2-upload.c 65 char nohex)
71 if(nohex)
82 if(!nohex) {
93 if(nohex && (i+c+1 < size) && ptr[i+c]==0x0D && ptr[i+c+1]==0x0A) {
100 if(nohex && (i+c+2 < size) && ptr[i+c+1]==0x0D && ptr[i+c+2]==0x0A) {

Completed in 707 milliseconds