OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARES_VERSION
(Results
1 - 3
of
3
) sorted by null
/external/c-ares/
ares_version.c
5
const char *
ares_version
(int *version)
function
8
*version =
ARES_VERSION
;
ares_version.h
11
#define
ARES_VERSION
((ARES_VERSION_MAJOR<<16)|\
16
#if (
ARES_VERSION
>= 0x010700)
/external/curl/lib/
asyn-ares.c
77
# include <
ares_version
.h> /* really old c-ares didn't include this by
80
#if
ARES_VERSION
>= 0x010500
518
#if
ARES_VERSION
>= 0x010601
601
#if (
ARES_VERSION
>= 0x010704)
627
#if (
ARES_VERSION
>= 0x010704)
644
#if (
ARES_VERSION
>= 0x010704)
669
#if (
ARES_VERSION
>= 0x010704) && defined(ENABLE_IPV6)
Completed in 163 milliseconds