#include "qplatformdefs.h"
#include "qhostinfo_p.h"
#include "private/qnativesocketengine_p.h"
#include "qiodevice.h"
#include <qbytearray.h>
#include <qlibrary.h>
#include <qurl.h>
#include <qfile.h>
#include <private/qmutexpool_p.h>
#include <private/qnet_unix_p.h>
#include <sys/types.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <resolv.h>
Go to the source code of this file.
◆ QT_SOCKOPTLEN_T
◆ res_init_proto
typedef int(* res_init_proto) (void) |
◆ res_nclose_proto
◆ res_ninit_proto
◆ res_state_ptr
◆ resolveLibrary()
static void resolveLibrary |
( |
| ) |
|
|
static |
Definition at line 95 of file qhostinfo_unix.cpp.
Referenced by QHostInfoAgent::fromName(), and QHostInfo::localDomainName().
97 #if !defined(QT_NO_LIBRARY) && !defined(Q_OS_QNX) 108 if (!local_res_ninit)
111 if (!local_res_ninit) {
void(* res_nclose_proto)(res_state_ptr)
static res_state_ptr local_res
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
struct __res_state * res_state_ptr
int(* res_init_proto)(void)
int(* res_ninit_proto)(res_state_ptr)
static res_init_proto local_res_init
static res_nclose_proto local_res_nclose
static res_ninit_proto local_res_ninit
The QLibrary class loads shared libraries at runtime.
◆ local_res
◆ local_res_init
◆ local_res_nclose
◆ local_res_ninit