Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtlsbackend.cpp File Reference

(f7792d2b6d3d1e5dd47a8f6429b817b793bcfb9b)

#include "qtlsbackend_p.h"
#include "qssl_p.h"
#include <QtCore/private/qfactoryloader_p.h>
#include "QtCore/qapplicationstatic.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmutex.h>
#include <algorithm>
#include <vector>
#include "moc_qtlsbackend_p.cpp"
+ Include dependency graph for qtlsbackend.cpp:

Go to the source code of this file.

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.
 

Macros

#define REPORT_MISSING_SUPPORT(message)    qCWarning(lcSsl) << "The backend" << backendName() << message
 

Functions

 Q_APPLICATION_STATIC (QFactoryLoader, qtlsbLoader, QTlsBackend_iid, QStringLiteral("/tls")) namespace
 
 Q_GLOBAL_STATIC (BackendCollection, backends)
 

Macro Definition Documentation

◆ REPORT_MISSING_SUPPORT

Function Documentation

◆ Q_APPLICATION_STATIC()

Q_APPLICATION_STATIC ( QFactoryLoader ,
qtlsbLoader ,
QTlsBackend_iid ,
QStringLiteral("/tls")  )

Definition at line 30 of file qtlsbackend.cpp.

References QTlsBackend::backendName(), QSet< T >::end(), QTlsBackend::isValid(), it, mutex, nullptr, and Q_ASSERT.

+ Here is the call graph for this function:

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( BackendCollection ,
backends  )