OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aitop
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
http.c
2728
struct addrinfo *
aitop
= NULL;
local
2767
struct addrinfo *
aitop
= NULL;
local
[
all
...]
/external/chromium/third_party/libevent/test/
regress_http.c
117
struct addrinfo ai, *
aitop
;
138
if (getaddrinfo(address, strport, &ai, &
aitop
) != 0) {
142
sa =
aitop
->ai_addr;
143
slen =
aitop
->ai_addrlen;
154
freeaddrinfo(
aitop
);
/external/tcpdump/
configure
[
all
...]
Completed in 32 milliseconds