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

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

Completed in 168 milliseconds