Lines Matching refs:text
35 static void dump(const char *timebuf, const char *idsbuf, const char *text,
97 const char *text; in tool_debug_cb() local
223 text = "=> Send header"; in tool_debug_cb()
226 text = "=> Send data"; in tool_debug_cb()
229 text = "<= Recv header"; in tool_debug_cb()
232 text = "<= Recv data"; in tool_debug_cb()
235 text = "<= Recv SSL data"; in tool_debug_cb()
238 text = "=> Send SSL data"; in tool_debug_cb()
242 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size, in tool_debug_cb()
247 static void dump(const char *timebuf, const char *idsbuf, const char *text, in dump() argument
261 text, size, size); in dump()