OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_socket
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/
pub_core_libcprint.h
44
struct { Int fd; Bool
is_socket
; }
member in struct:__anon16942
m_libcprint.c
62
if (sink->
is_socket
) {
66
sink->
is_socket
= False;
510
VG_(log_output_sink).
is_socket
= False;
m_main.c
276
VG_(log_output_sink).
is_socket
= False;
350
VG_(log_output_sink).
is_socket
= False;
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c
43
struct { Int fd; Bool
is_socket
; }
member in struct:__anon17041
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-linux.c
461
if (!VG_(log_output_sink).
is_socket
)
463
if (!VG_(xml_output_sink).
is_socket
)
[
all
...]
Completed in 1411 milliseconds