Lines Matching defs:text
57 void dump(const char *text, unsigned int num, unsigned char *ptr, size_t size,
70 num, text, (unsigned long)size, (unsigned long)size);
110 const char *text;
120 text = "=> Send header";
123 text = "=> Send data";
126 text = "=> Send SSL data";
129 text = "<= Recv header";
132 text = "<= Recv data";
135 text = "<= Recv SSL data";
141 dump(text, num, (unsigned char *)data, size, 1);