Home
last modified time | relevance | path

Searched refs:write_socket (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_libcfile.h72 extern Int VG_(write_socket)( Int sd, const void *msg, Int count );
Dm_libcprint.c65 Int rc = VG_(write_socket)( sink->fd, msg, nbytes ); in send_bytes_to_logging_sink()
Dm_libcfile.c1169 Int VG_(write_socket)( Int sd, const void *msg, Int count ) in VG_() argument
/external/valgrind/coregrind/m_debuginfo/
Dimage.c181 Int n = VG_(write_socket)(fd, &buf[nWritten], nStillToDo); in my_write()