Searched defs:OutputSink (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_libcprint.h45 OutputSink; typedef in typeref:struct:__anon32713
48 extern OutputSink VG_(log_output_sink);
49 extern OutputSink VG_(xml_output_sink);
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c44 OutputSink; typedef in typeref:struct:__anon32814
47 OutputSink VG_(log_output_sink) = { 2, False }; /* 2 = stderr */
51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
64 OutputSink* sink;
96 static UInt vprintf_WRK ( OutputSink* sink,

Completed in 618 milliseconds