Searched refs:MESSAGE_FLAG_REPLY_DONE (Results 1 – 5 of 5) sorted by relevance
29 MESSAGE_FLAG_REPLY_DONE = 0x0004, enumerator
208 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()
443 *pointer = (header->flags & MESSAGE_FLAG_REPLY_DONE ? 1 : 0); in _FlattenR5Message()587 header->flags |= MESSAGE_FLAG_REPLY_DONE; in _UnflattenR5Message()
153 fHeader->flags &= ~(MESSAGE_FLAG_REPLY_REQUIRED | MESSAGE_FLAG_REPLY_DONE in operator =()701 && (fHeader->flags & MESSAGE_FLAG_REPLY_DONE) == 0; in IsSourceWaiting()