Lines Matching defs:text
46 void dump(const char *text, unsigned char *ptr, size_t size,
59 text, (unsigned long)size, (unsigned long)size);
99 const char *text;
107 text = "=> Send header";
110 text = "=> Send data";
113 text = "=> Send SSL data";
116 text = "<= Recv header";
119 text = "<= Recv data";
122 text = "<= Recv SSL data";
128 dump(text, (unsigned char *)data, size, 1);