Searched refs:MSG (Results 1 – 7 of 7) sorted by relevance
33 MSG = b'Michael Gilfix was here\n' variable44 MSG = 'Michael Gilfix was here\n' variable720 self.assertEqual(msg, MSG)723 self.serv_conn.send(MSG)727 seg1 = self.cli_conn.recv(len(MSG) - 3)730 self.assertEqual(msg, MSG)733 self.serv_conn.send(MSG)738 self.assertEqual(msg, MSG)741 self.serv_conn.send(MSG)745 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)[all …]
28 MSG = " This is a test."29 MSG_LEN = len(MSG)53 os.write(wr, MSG)68 self.assertEqual(bufs, [MSG] * NUM_PIPES)
540 MSG = "Some output has been sent"542 s("200 OK",[])(MSG)549 "\r\n"+MSG)
149 #define MSG(msg,reg,label) \ macro
1065 CONST MSG *lpMsg1072 CONST MSG *lpMsg
1068 CONST MSG *lpMsg1075 CONST MSG *lpMsg
879 MSG Message; in WinNtGopThreadWinMain()