OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ai2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libevent/dist/
evutil.c
1291
struct evutil_addrinfo *ai=NULL, *
ai2
=NULL, *ai3=NULL;
local
1307
r2 = getaddrinfo("1.2.3.4", "80", &hints, &
ai2
);
1311
if (!ai_find_protocol(
ai2
) || !ai_find_protocol(ai3)) {
1317
if (
ai2
)
1318
freeaddrinfo(
ai2
);
/src/external/bsd/ntp/dist/sntp/libevent/
evutil.c
1289
struct evutil_addrinfo *ai=NULL, *
ai2
=NULL, *ai3=NULL;
local
1305
r2 = getaddrinfo("1.2.3.4", "80", &hints, &
ai2
);
1309
if (!ai_find_protocol(
ai2
) || !ai_find_protocol(ai3)) {
1315
if (
ai2
)
1316
freeaddrinfo(
ai2
);
/src/tests/dev/audio/
audiotest.c
3930
struct audio_info
ai2
;
local
4015
r = IOCTL(fd[b], AUDIO_GETBUFINFO, &
ai2
, "");
4045
XP_EQ(
ai2
.play.seek, ai.play.seek);
Completed in 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026