Home
last modified time | relevance | path

Searched refs:MESSAGE_FLAG_REPLY_DONE (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/build/private/app/
H A DMessagePrivate.h29 MESSAGE_FLAG_REPLY_DONE = 0x0004, enumerator
/haiku/headers/private/app/
H A DMessagePrivate.h29 MESSAGE_FLAG_REPLY_DONE = 0x0004, enumerator
/haiku/src/kits/app/
H A DMessage.cpp208 fHeader->flags &= ~(MESSAGE_FLAG_REPLY_REQUIRED | MESSAGE_FLAG_REPLY_DONE in operator =()
839 && (fHeader->flags & MESSAGE_FLAG_REPLY_DONE) == 0; in IsSourceWaiting()
938 if ((fHeader->flags & MESSAGE_FLAG_REPLY_DONE) != 0) in SendReply()
941 fHeader->flags |= MESSAGE_FLAG_REPLY_DONE; in SendReply()
990 if ((fHeader->flags & MESSAGE_FLAG_REPLY_DONE) != 0) in SendReply()
993 fHeader->flags |= MESSAGE_FLAG_REPLY_DONE; in SendReply()
2227 header->flags &= ~MESSAGE_FLAG_REPLY_DONE; in _SendMessage()
2250 fHeader->flags |= MESSAGE_FLAG_REPLY_DONE; in _SendMessage()
H A DMessageAdapter.cpp443 *pointer = (header->flags & MESSAGE_FLAG_REPLY_DONE ? 1 : 0); in _FlattenR5Message()
587 header->flags |= MESSAGE_FLAG_REPLY_DONE; in _UnflattenR5Message()
/haiku/src/build/libbe/app/
H A DMessage.cpp153 fHeader->flags &= ~(MESSAGE_FLAG_REPLY_REQUIRED | MESSAGE_FLAG_REPLY_DONE in operator =()
701 && (fHeader->flags & MESSAGE_FLAG_REPLY_DONE) == 0; in IsSourceWaiting()