Go to the source code of this file.
Classes | |
struct | test_message_t |
Functions | |
bool | has_more (void *socket_) |
int | main (int, char **) |
void | test_stream_disconnect () |
Variables | |
static const int | CLIENT = 1 |
const test_message_t | dialog [] |
static const SETUP_TEARDOWN_TESTCONTEXT int | SERVER = 0 |
const int | steps = sizeof (dialog) / sizeof (dialog[0]) |
bool has_more | ( | void * | socket_ | ) |
Definition at line 27 of file test_stream_disconnect.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 231 of file test_stream_disconnect.cpp.
void test_stream_disconnect | ( | ) |
Definition at line 37 of file test_stream_disconnect.cpp.
|
static |
Definition at line 11 of file test_stream_disconnect.cpp.
const test_message_t dialog[] |
Definition at line 20 of file test_stream_disconnect.cpp.
|
static |
Definition at line 10 of file test_stream_disconnect.cpp.
Definition at line 25 of file test_stream_disconnect.cpp.