Searched refs:MESSAGE (Results 1 – 1 of 1) sorted by relevance
31 static const char MESSAGE[] = "Failure is for the weak. Everyone dies alone."; variable94 if (bytes_received == sizeof MESSAGE) { in read_cb()158 buf.base = (char*) &MESSAGE; in connect_cb()159 buf.len = sizeof MESSAGE; in connect_cb()201 ASSERT_EQ(bytes_received, sizeof MESSAGE); in TEST_IMPL()
Completed in 3 milliseconds