Home
last modified time | relevance | path

Searched refs:send_bytes_to_logging_sink (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_libcprint.c571 void send_bytes_to_logging_sink ( OutputSink* sink, const HChar* msg, Int nbytes ) in send_bytes_to_logging_sink() function
616 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used ); in add_to__printf_buf()
644 send_bytes_to_logging_sink( myprintf_buf.sink, in vprintf_WRK()
1020 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used ); in add_to__vmessage_buf()
1048 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used ); in VG_()
1128 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used ); in VG_()
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes ) in send_bytes_to_logging_sink() function
75 send_bytes_to_logging_sink( b->sink, b->buf, b->buf_used ); in add_to__printf_buf()
105 send_bytes_to_logging_sink( myprintf_buf.sink, in vprintf_WRK()