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

  /src/external/bsd/libevent/dist/test/
regress.c 402 short got_read_on_close = 0, got_write_on_close = 0; local
439 &got_write_on_close);
454 tt_int_op(got_write_on_close, ==, EV_WRITE);
regress.c 402 short got_read_on_close = 0, got_write_on_close = 0; local
439 &got_write_on_close);
454 tt_int_op(got_write_on_close, ==, EV_WRITE);
regress.c 402 short got_read_on_close = 0, got_write_on_close = 0; local
439 &got_write_on_close);
454 tt_int_op(got_write_on_close, ==, EV_WRITE);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.c 400 short got_read_on_close = 0, got_write_on_close = 0; local
437 &got_write_on_close);
452 tt_int_op(got_write_on_close, ==, EV_WRITE);
regress.c 400 short got_read_on_close = 0, got_write_on_close = 0; local
437 &got_write_on_close);
452 tt_int_op(got_write_on_close, ==, EV_WRITE);
regress.c 400 short got_read_on_close = 0, got_write_on_close = 0; local
437 &got_write_on_close);
452 tt_int_op(got_write_on_close, ==, EV_WRITE);

Completed in 75 milliseconds