Searched refs:is_socket (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_libcprint.h44 struct { Int fd; Bool is_socket; } member in struct:__anon13807
H A Dm_libcprint.c62 if (sink->is_socket) {
66 sink->is_socket = False;
505 VG_(log_output_sink).is_socket = False;
H A Dm_main.c257 VG_(log_output_sink).is_socket = False;
318 VG_(log_output_sink).is_socket = False;
389 sink->is_socket = False;
837 vg_assert(VG_(log_output_sink).is_socket == False);
841 vg_assert(VG_(xml_output_sink).is_socket == False);
877 VG_(log_output_sink).is_socket = True;
915 VG_(xml_output_sink).is_socket = True;
943 VG_(log_output_sink).is_socket = False;
954 VG_(xml_output_sink).is_socket = False;
H A Dm_libcproc.c720 if (VG_(log_output_sink).is_socket == False && VG_(clo_log_fname_unexpanded) != NULL) {
725 if (VG_(xml_output_sink).is_socket == False && VG_(clo_xml_fname_unexpanded) != NULL) {
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c43 struct { Int fd; Bool is_socket; } member in struct:__anon13906
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3033 if (!VG_(log_output_sink).is_socket)
3035 if (!VG_(xml_output_sink).is_socket)
H A Dsyswrap-linux.c413 if (!VG_(log_output_sink).is_socket)
415 if (!VG_(xml_output_sink).is_socket)

Completed in 117 milliseconds