![]() |
Qt 6.x
The Qt SDK
|
#include "qdnslookup.h"
#include "qdnslookup_p.h"
#include <qapplicationstatic.h>
#include <qcoreapplication.h>
#include <qdatetime.h>
#include <qloggingcategory.h>
#include <qrandom.h>
#include <qurl.h>
#include <algorithm>
#include "moc_qdnslookup.cpp"
#include "moc_qdnslookup_p.cpp"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcDnsLookup, "qt.network.dnslookup", QtCriticalMsg) namespace |
Q_APPLICATION_STATIC (QDnsLookupThreadPool, theDnsLookupThreadPool) | |
static bool | qt_qdnsmailexchangerecord_less_than (const QDnsMailExchangeRecord &r1, const QDnsMailExchangeRecord &r2) |
static void | qt_qdnsmailexchangerecord_sort (QList< QDnsMailExchangeRecord > &records) |
static bool | qt_qdnsservicerecord_less_than (const QDnsServiceRecord &r1, const QDnsServiceRecord &r2) |
static void | qt_qdnsservicerecord_sort (QList< QDnsServiceRecord > &records) |
static QDnsLookupRunnable::EncodedLabel | encodeLabel (const QString &label) |
QDebug | operator<< (QDebug &d, QDnsLookupRunnable *r) |
|
static |
Definition at line 1055 of file qdnslookup.cpp.
References ForbidLeadingDot, qt_ACE_do(), ToAceOnly, and QString::toLatin1().
|
inline |
Definition at line 1116 of file qdnslookup.cpp.
Q_APPLICATION_STATIC | ( | QDnsLookupThreadPool | , |
theDnsLookupThreadPool | |||
) |
|
static |
Definition at line 19 of file qdnslookup.cpp.
References QThreadPool::setMaxThreadCount().
|
static |
Definition at line 34 of file qdnslookup.cpp.
Referenced by qt_qdnsmailexchangerecord_sort().
|
static |
Definition at line 44 of file qdnslookup.cpp.
References QList< T >::at(), QList< T >::begin(), QRandomGenerator::bounded(), QList< T >::end(), QRandomGenerator::global(), i, QList< T >::isEmpty(), j, pos, qt_qdnsmailexchangerecord_less_than(), QList< T >::size(), and QList< T >::takeAt().
Referenced by QDnsLookupRunnable::run().
|
static |
Definition at line 73 of file qdnslookup.cpp.
Referenced by qt_qdnsservicerecord_sort().
|
static |
Definition at line 86 of file qdnslookup.cpp.
References QList< T >::at(), QList< T >::begin(), QRandomGenerator::bounded(), QList< T >::end(), QRandomGenerator::global(), i, QList< T >::isEmpty(), j, qDebug, qPrintable, qt_qdnsservicerecord_less_than(), QList< T >::size(), and QList< T >::takeAt().
Referenced by QDnsLookupRunnable::run().