MySQL 9.7.0
Source Code Documentation
mock_host_resolver_export.h File Reference

Go to the source code of this file.

Macros

#define MOCK_HOST_RESOLVER_EXPORT   __attribute__((visibility("default")))
 
#define MOCK_HOST_RESOLVER_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define MOCK_HOST_RESOLVER_DEPRECATED   __attribute__ ((__deprecated__))
 
#define MOCK_HOST_RESOLVER_DEPRECATED_EXPORT   MOCK_HOST_RESOLVER_EXPORT MOCK_HOST_RESOLVER_DEPRECATED
 
#define MOCK_HOST_RESOLVER_DEPRECATED_NO_EXPORT   MOCK_HOST_RESOLVER_NO_EXPORT MOCK_HOST_RESOLVER_DEPRECATED
 

Macro Definition Documentation

◆ MOCK_HOST_RESOLVER_DEPRECATED

#define MOCK_HOST_RESOLVER_DEPRECATED   __attribute__ ((__deprecated__))

◆ MOCK_HOST_RESOLVER_DEPRECATED_EXPORT

#define MOCK_HOST_RESOLVER_DEPRECATED_EXPORT   MOCK_HOST_RESOLVER_EXPORT MOCK_HOST_RESOLVER_DEPRECATED

◆ MOCK_HOST_RESOLVER_DEPRECATED_NO_EXPORT

#define MOCK_HOST_RESOLVER_DEPRECATED_NO_EXPORT   MOCK_HOST_RESOLVER_NO_EXPORT MOCK_HOST_RESOLVER_DEPRECATED

◆ MOCK_HOST_RESOLVER_EXPORT

#define MOCK_HOST_RESOLVER_EXPORT   __attribute__((visibility("default")))

◆ MOCK_HOST_RESOLVER_NO_EXPORT

#define MOCK_HOST_RESOLVER_NO_EXPORT   __attribute__((visibility("hidden")))