Lines Matching defs:text
38 void dump(const char *text,
51 fprintf(stream, "%s, %zu bytes (0x%zx)\n", text, size, size);
93 const char *text;
101 text = "=> Send header";
104 text = "=> Send data";
107 text = "=> Send SSL data";
110 text = "<= Recv header";
113 text = "<= Recv data";
116 text = "<= Recv SSL data";
122 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii);