HomeSort by: relevance | last modified time | path
    Searched defs:got_close (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_ssl.c 191 static int got_close; variable
243 got_close = 0;
394 ++got_close;
540 tt_int_op(got_close, ==, 1);
562 tt_int_op(got_close, ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c 190 static int got_close; variable
242 got_close = 0;
394 ++got_close;
540 tt_int_op(got_close, ==, 1);
562 tt_int_op(got_close, ==, 0);

Completed in 15 milliseconds