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

  /external/valgrind/main/coregrind/m_mach/
mach_msg.c 51 mach_msg_trap(mach_msg_header_t *msg,
61 mach_msg_header_t *msg;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 121 size_t size = sizeof(mach_msg_header_t) + bodySize;
165 mach_msg_header_t* header = reinterpret_cast<mach_msg_header_t*>(&buffer);
231 static PassOwnPtr<ArgumentDecoder> createArgumentDecoder(mach_msg_header_t* header)
235 size_t bodySize = header->msgh_size - sizeof(mach_msg_header_t);
305 static mach_msg_header_t* readFromMachPort(mach_port_t machPort, ReceiveBuffer& buffer)
309 mach_msg_header_t* header = reinterpret_cast<mach_msg_header_t*>(buffer.data());
317 header = reinterpret_cast<mach_msg_header_t*>(buffer.data());
335 mach_msg_header_t* header = readFromMachPort(m_receivePort, buffer)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 265 mach_msg_header_t msg;
    [all...]
  /external/chromium/base/
mach_ipc_mac.h 24 // mach_msg_header_t
125 // (mach_msg_header_t, mach_msg_body_t, extra data)
213 mach_msg_header_t *Head() { return &(storage_->head); }
217 mach_msg_header_t head;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 187 ASSERT(static_cast<mach_msg_header_t*>(msg)->msgh_id == MACH_NOTIFY_DEAD_NAME);
301 mach_msg_header_t* msg = reinterpret_cast<mach_msg_header_t*>(buffer);
313 mach_msg_header_t* replyHeader = reinterpret_cast<mach_msg_header_t*>(&reply);
    [all...]
  /external/bison/
configure     [all...]

Completed in 348 milliseconds