HomeSort by relevance Sort by last modified time
    Searched refs:write_socket (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_libcfile.h 71 extern Int VG_(write_socket)( Int sd, const void *msg, Int count );
m_libcprint.c 37 #include "pub_core_libcfile.h" // VG_(write)(), VG_(write_socket)()
63 Int rc = VG_(write_socket)( sink->fd, msg, nbytes );
m_libcfile.c 999 Int VG_(write_socket)( Int sd, const void *msg, Int count ) function
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 179 Int n = VG_(write_socket)(fd, &buf[nWritten], nStillToDo);
    [all...]

Completed in 129 milliseconds