Searched refs:got_fin (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-poll.c64 int got_fin, sent_fin, got_disconnect; member in struct:connection_context_s
159 context->got_fin = 0;
235 context->got_fin = 1;
260 context->got_fin = 1;
418 if (context->got_fin && context->sent_fin && context->got_disconnect) {
420 if (context->got_fin && context->sent_fin) {

Completed in 92 milliseconds