Go to the source code of this file.
Macros | |
#define | CareschkszEQ(t, s) sizeof(t) == s ? 1 : -1 |
#define | CareschkszGE(t1, t2) sizeof(t1) >= sizeof(t2) ? 1 : -1 |
Typedefs | |
typedef char | __cares_rule_02__[CareschkszEQ(ares_socklen_t, sizeof(CARES_TYPEOF_ARES_SOCKLEN_T))] |
typedef char | __cares_rule_03__[CareschkszGE(ares_socklen_t, int)] |
#define CareschkszEQ | ( | t, | |
s | |||
) | sizeof(t) == s ? 1 : -1 |
Definition at line 80 of file ares_rules.h.
Definition at line 82 of file ares_rules.h.
typedef char __cares_rule_02__[CareschkszEQ(ares_socklen_t, sizeof(CARES_TYPEOF_ARES_SOCKLEN_T))] |
Definition at line 92 of file ares_rules.h.
typedef char __cares_rule_03__[CareschkszGE(ares_socklen_t, int)] |
Definition at line 102 of file ares_rules.h.