Home
last modified time | relevance | path

Searched refs:str_version (Results 1 – 3 of 3) sorted by relevance

/external/openssl/apps/
Ds_cb.c345 …const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= … in msg_cb() local
352 str_version = "SSL 2.0"; in msg_cb()
355 str_version = "SSL 3.0 "; in msg_cb()
358 str_version = "TLS 1.0 "; in msg_cb()
361 str_version = "TLS 1.1 "; in msg_cb()
364 str_version = "TLS 1.2 "; in msg_cb()
367 str_version = "DTLS 1.0 "; in msg_cb()
370 str_version = "DTLS 1.0 (bad) "; in msg_cb()
373 str_version = "???"; in msg_cb()
631 …BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsig… in msg_cb()
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlconstants.h44 #define STR_VERSION XmlConstants::str_version()
55 static const std::string & str_version();
Dxmlconstants.cc57 const std::string & XmlConstants::str_version() { in str_version() function in XmlConstants