Searched refs:xml_output_sink (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_libcprint.h49 extern OutputSink VG_(xml_output_sink);
H A Dm_main.c921 and (if relevant) VG_(xml_output_sink) should be connected to
930 vg_assert(VG_(xml_output_sink).fd == -1 /* disabled */);
931 vg_assert(VG_(xml_output_sink).is_socket == False);
1044 vg_assert(VG_(xml_output_sink).fd == 2);
1048 VG_(xml_output_sink).is_socket = True;
1099 VG_(xml_output_sink).fd = 2; // stderr
1100 VG_(xml_output_sink).is_socket = False;
1102 VG_(xml_output_sink).fd = tmp_xml_fd;
1103 VG_(fcntl)(VG_(xml_output_sink).fd, VKI_F_SETFD, VKI_FD_CLOEXEC);
1108 VG_(xml_output_sink)
[all...]
H A Dm_libcprint.c56 OutputSink VG_(xml_output_sink) = { -1, False }; /* disabled */ variable
158 return vprintf_WRK( &VG_(xml_output_sink), format, vargs );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c1267 if (fd == VG_(log_output_sink).fd || fd == VG_(xml_output_sink).fd)
1301 if (fd == VG_(xml_output_sink).fd && VG_(xml_output_sink).fd >= 0)
3127 if (!VG_(xml_output_sink).is_socket)
3128 VG_(xml_output_sink).fd = -1;
H A Dsyswrap-linux.c475 if (!VG_(xml_output_sink).is_socket)
476 VG_(xml_output_sink).fd = -1;

Completed in 1621 milliseconds