OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostname_ascii
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
getaddrinfo.c
144
char
hostname_ascii
[256];
local
159
(void) &
hostname_ascii
;
164
hostname_ascii
,
165
hostname_ascii
+ sizeof(
hostname_ascii
));
168
hostname =
hostname_ascii
;
/src/external/mit/libuv/dist/src/win/
getaddrinfo.c
246
char
hostname_ascii
[256];
local
269
hostname_ascii
,
270
hostname_ascii
+ sizeof(
hostname_ascii
));
273
nodesize = strlen(
hostname_ascii
) + 1;
274
node =
hostname_ascii
;
Completed in 15 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026