![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdnslookup.h"
#include "qdnslookup_p.h"
#include <qapplicationstatic.h>
#include <qcoreapplication.h>
#include <qdatetime.h>
#include <qendian.h>
#include <qloggingcategory.h>
#include <qrandom.h>
#include <qspan.h>
#include <qurl.h>
#include <algorithm>
#include "moc_qdnslookup.cpp"
#include "moc_qdnslookup_p.cpp"
Go to the source code of this file.
Functions | |
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 1490 of file qdnslookup.cpp.
|
inline |
Definition at line 1557 of file qdnslookup.cpp.
Q_APPLICATION_STATIC | ( | QDnsLookupThreadPool | , |
theDnsLookupThreadPool | ) |
|
static |
Definition at line 42 of file qdnslookup.cpp.
|
static |
Definition at line 52 of file qdnslookup.cpp.
|
static |
Definition at line 81 of file qdnslookup.cpp.
|
static |
Definition at line 94 of file qdnslookup.cpp.