Searched refs:msg_ptr (Results 1 – 3 of 3) sorted by relevance
/external/chromium/base/ |
D | event_recorder.cc | 166 EVENTMSG* msg_ptr = NULL; in RecordWndProc() local 192 msg_ptr = reinterpret_cast<EVENTMSG*>(lParam); in RecordWndProc() 193 msg_ptr->time = timeGetTime(); in RecordWndProc() 194 fwrite(msg_ptr, sizeof(EVENTMSG), 1, file_); in RecordWndProc()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 3865 Syscall param mq_timedsend(msg_ptr) contains uninitialised byte(s) 3881 Syscall param mq_timedsend(msg_ptr) points to unaddressable byte(s) 3898 Syscall param mq_timedreceive(msg_ptr) contains uninitialised byte(s) 3914 Syscall param mq_timedreceive(msg_ptr) points to unaddressable byte(s)
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 1784 vki_mqd_t, mqdes, const char *, msg_ptr, vki_size_t, msg_len, in PRE() 1802 vki_mqd_t, mqdes, char *, msg_ptr, vki_size_t, msg_len, in PRE()
|