Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdnslookup.cpp File Reference

(a0aa857fefc00770d1b10efdd6cf6517e81058fe)

#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"
Include dependency graph for qdnslookup.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)

Function Documentation

◆ encodeLabel()

QDnsLookupRunnable::EncodedLabel encodeLabel ( const QString & label)
static

Definition at line 1491 of file qdnslookup.cpp.

◆ operator<<()

QDebug operator<< ( QDebug & d,
QDnsLookupRunnable * r )
inline

Definition at line 1558 of file qdnslookup.cpp.

◆ Q_APPLICATION_STATIC()

Q_APPLICATION_STATIC ( QDnsLookupThreadPool ,
theDnsLookupThreadPool  )

◆ qt_qdnsmailexchangerecord_less_than()

bool qt_qdnsmailexchangerecord_less_than ( const QDnsMailExchangeRecord & r1,
const QDnsMailExchangeRecord & r2 )
static

Definition at line 43 of file qdnslookup.cpp.

◆ qt_qdnsmailexchangerecord_sort()

void qt_qdnsmailexchangerecord_sort ( QList< QDnsMailExchangeRecord > & records)
static

Definition at line 53 of file qdnslookup.cpp.

◆ qt_qdnsservicerecord_less_than()

bool qt_qdnsservicerecord_less_than ( const QDnsServiceRecord & r1,
const QDnsServiceRecord & r2 )
static

Definition at line 82 of file qdnslookup.cpp.

◆ qt_qdnsservicerecord_sort()

void qt_qdnsservicerecord_sort ( QList< QDnsServiceRecord > & records)
static

Definition at line 95 of file qdnslookup.cpp.