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

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

Completed in 563 milliseconds