OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_version
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlconstants.h
44
#define
STR_VERSION
XmlConstants::
str_version
()
55
static const std::string &
str_version
();
xmlconstants.cc
57
const std::string & XmlConstants::
str_version
() {
function in class:XmlConstants
/external/openssl/apps/
s_cb.c
345
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
= "DTLS 1.0 ";
364
str_version
= "DTLS 1.0 (bad) ";
367
str_version
= "???";
602
BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p,
str_version
, str_content_type, (unsigned long)len, str_details1, str_details2);
Completed in 40 milliseconds