Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-callback-stack.c31 static const char MESSAGE[] = "Failure is for the weak. Everyone dies alone."; variable
94 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 4 milliseconds