OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xml_output_sink
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
pub_core_libcprint.h
49
extern OutputSink VG_(
xml_output_sink
);
m_libcprint.c
56
OutputSink VG_(
xml_output_sink
) = { -1, False }; /* disabled */
variable
156
return vprintf_WRK( &VG_(
xml_output_sink
), format, vargs );
m_main.c
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-linux.c
463
if (!VG_(
xml_output_sink
).is_socket)
464
VG_(
xml_output_sink
).fd = -1;
[
all
...]
Completed in 1046 milliseconds