HomeSort by relevance Sort by last modified time
    Searched refs:NS_TLS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 47 const char NS_TLS[] = "urn:ietf:params:xml:ns:xmpp-tls";
187 const StaticQName QN_TLS_STARTTLS = { NS_TLS, "starttls" };
188 const StaticQName QN_TLS_REQUIRED = { NS_TLS, "required" };
189 const StaticQName QN_TLS_PROCEED = { NS_TLS, "proceed" };
190 const StaticQName QN_TLS_FAILURE = { NS_TLS, "failure" };
constants.h 41 extern const char NS_TLS[];
  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc 59 const std::string & Constants::ns_tls() { function in class:buzz::Constants
186 const QName QN_TLS_STARTTLS(true, NS_TLS, "starttls");
187 const QName QN_TLS_REQUIRED(true, NS_TLS, "required");
188 const QName QN_TLS_PROCEED(true, NS_TLS, "proceed");
189 const QName QN_TLS_FAILURE(true, NS_TLS, "failure");
constants.h 40 #define NS_TLS Constants::ns_tls()
66 static const std::string & ns_tls();

Completed in 27 milliseconds