Searched refs:priority_string (Results 1 - 2 of 2) sorted by relevance

/external/libcups/cups/
H A Dtls-gnutls.c1246 char priority_string[2048]; local
1507 strlcpy(priority_string, "NORMAL", sizeof(priority_string));
1510 strlcat(priority_string, ":+VERS-TLS-ALL:-VERS-TLS1.0:-VERS-SSL3.0", sizeof(priority_string));
1512 strlcat(priority_string, ":+VERS-TLS-ALL:+VERS-SSL3.0", sizeof(priority_string));
1514 strlcat(priority_string, ":-VERS-TLS-ALL:-VERS-SSL3.0:+VERS-TLS1.0", sizeof(priority_string));
1516 strlcat(priority_string, "
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Drostermoduleimpl.cc223 std::string priority_string; local
224 if (rtc::ToString(priority, &priority_string)) {
226 raw_xml_->AddText(priority_string, 1);

Completed in 329 milliseconds