Lines Matching defs:text
44 void dump(const char *text, unsigned char *ptr, size_t size,
57 text, (unsigned long)size, (unsigned long)size);
97 const char *text;
105 text = "=> Send header";
108 text = "=> Send data";
111 text = "=> Send SSL data";
114 text = "<= Recv header";
117 text = "<= Recv data";
120 text = "<= Recv SSL data";
126 dump(text, (unsigned char *)data, size, 1);