Lines Matching defs:text
36 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream,
48 fprintf(stream, "%s%s, %zu bytes (0x%zx)\n", timebuf, text,
93 const char *text;
122 text = "=> Send header";
125 text = "=> Send data";
128 text = "=> Send SSL data";
131 text = "<= Recv header";
134 text = "<= Recv data";
137 text = "<= Recv SSL data";
143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);