Searched refs:str_content_type (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 660 const char *str_version, *str_content_type = "", *str_details1 = "", *str_details2 = ""; in msg_cb() local 668 str_content_type = ", ChangeCipherSpec"; in msg_cb() 672 str_content_type = ", Alert"; in msg_cb() 688 str_content_type = ", Handshake"; in msg_cb() 695 str_content_type = ", ApplicationData"; in msg_cb() 699 str_content_type = ", RecordHeader"; in msg_cb() 703 str_content_type = ", InnerContent"; in msg_cb() 707 str_content_type = tmpbuf; in msg_cb() 715 str_content_type, (unsigned long)len, str_details1, in msg_cb()
|