OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ares_socklen_t
(Results
1 - 9
of
9
) sorted by null
/external/c-ares/
ares_build.h.in
101
/* Integral data type used for
ares_socklen_t
. */
104
/* The size of `
ares_socklen_t
', as computed by sizeof. */
107
/* Data type definition of
ares_socklen_t
. */
108
typedef CARES_TYPEOF_ARES_SOCKLEN_T
ares_socklen_t
;
ares_ipv6.h
42
ares_socklen_t
ai_addrlen; /* Follow rfc3493 struct addrinfo */
ares_rules.h
105
*
ares_socklen_t
is actually the the same as the one reported
111
[CareschkszEQ(
ares_socklen_t
, CARES_SIZEOF_ARES_SOCKLEN_T)];
114
* Verify at compile time that the size of
ares_socklen_t
as reported
121
[CareschkszGE(
ares_socklen_t
, int)];
acinclude.m4
[
all
...]
ares_build.h
248
/* Data type definition of
ares_socklen_t
. */
251
typedef CARES_TYPEOF_ARES_SOCKLEN_T
ares_socklen_t
;
typedef
ares.h
381
ares_socklen_t
salen,
ares_getnameinfo.c
95
ares_socklen_t
salen,
ares_process.c
435
ares_socklen_t
fromlen;
936
ares_socklen_t
salen;
1028
ares_socklen_t
salen;
[
all
...]
CHANGES
290
- Use a build-time configured
ares_socklen_t
data type instead of socklen_t.
[
all
...]
Completed in 761 milliseconds