Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qhostinfo.cpp File Reference
#include "qhostinfo.h"
#include "qhostinfo_p.h"
#include <qplatformdefs.h>
#include "QtCore/qapplicationstatic.h"
#include "QtCore/qscopedpointer.h"
#include <qabstracteventdispatcher.h>
#include <qcoreapplication.h>
#include <qmetaobject.h>
#include <qscopeguard.h>
#include <qstringlist.h>
#include <qthread.h>
#include <qurl.h>
#include <algorithm>
#include "moc_qhostinfo_p.cpp"
+ Include dependency graph for qhostinfo.cpp:

Go to the source code of this file.

Functions

static int nextId ()
 
QHostInfo qt_qhostinfo_lookup (const QString &name, QObject *receiver, const char *member, bool *valid, int *id)
 
void qt_qhostinfo_clear_cache ()
 

Function Documentation

◆ nextId()

static int nextId ( )
static

Definition at line 193 of file qhostinfo.cpp.

References Q_BASIC_ATOMIC_INITIALIZER.

◆ qt_qhostinfo_clear_cache()

void qt_qhostinfo_clear_cache ( )

Definition at line 1063 of file qhostinfo.cpp.

References manager.

◆ qt_qhostinfo_lookup()

QHostInfo qt_qhostinfo_lookup ( const QString name,
QObject receiver,
const char *  member,
bool *  valid,
int *  id 
)

Definition at line 1042 of file qhostinfo.cpp.

Referenced by QAbstractSocket::connectToHost(), and QHttpNetworkConnectionPrivate::startHostInfoLookup().

+ Here is the caller graph for this function: