OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noblock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
nanohttp.c
896
bool
noblock
= true;
local
899
setsockopt(s, SOL_SOCKET, SO_NONBLOCK, &
noblock
,
900
sizeof(
noblock
));
[
all
...]
/external/libxml2/
nanohttp.c
894
bool
noblock
= true;
local
897
setsockopt(s, SOL_SOCKET, SO_NONBLOCK, &
noblock
,
898
sizeof(
noblock
));
[
all
...]
Completed in 586 milliseconds