• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/sntp/libevent/test/

Lines Matching refs:tt_int_op

611 	tt_int_op(fd, >=, 0);
664 tt_int_op(test_ok, ==, 2);
728 tt_int_op(fd, >=, 0);
751 tt_int_op(test_ok, ==, 2);
811 tt_int_op(fd, >=, 0);
832 tt_int_op(test_ok, ==, 4);
873 tt_int_op(fd1, >=, 0);
895 tt_int_op(fd2, >=, 0);
913 tt_int_op(fd3, >=, 0);
1278 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"),
1289 tt_int_op(test_ok, ==, 3);
1300 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1314 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1517 tt_int_op(test_ok, ==, 2);
1698 tt_int_op(test_ok, ==, 1);
1718 tt_int_op(test_ok, ==, 1);
1840 tt_int_op(test_ok, ==, 1);
1944 tt_int_op(fd, >=, 0);
1961 tt_int_op(test_ok, ==, 2);
2142 tt_int_op(r, ==, 0);
2148 tt_int_op(r, ==, 0);
2153 tt_int_op(r, ==, 0);
2158 tt_int_op(r, ==, 0);
2163 tt_int_op(r, ==, 0);
2167 tt_int_op(r, ==, -1);
2172 tt_int_op(r, ==, 0);
2176 tt_int_op(r, ==, 0);
2182 tt_int_op(r, ==, -1);
2186 tt_int_op(r, ==, -1);
2190 tt_int_op(r, ==, -1);
2194 tt_int_op(r, ==, 0);
2602 tt_int_op(sz,==,strlen(from)); \
2612 tt_int_op(sz,==,strlen(want)); \
2653 tt_int_op(bytes_decoded,==,6);
2670 tt_int_op(sz,==,5);
2712 tt_int_op(fd, >=, 0);
2735 tt_int_op(test_ok, ==, 2);
2796 tt_int_op(fd, >=, 0);
2832 tt_int_op(test_ok, ==, 2);
3039 tt_int_op(tv_end.tv_sec, <, 1);
3041 tt_int_op(test_ok, ==, 2);
3201 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK);
3302 tt_int_op(test_ok, ==, 1);
3312 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK);
3376 tt_int_op(tv_end.tv_sec, <, 1);
3378 tt_int_op(test_ok, ==, 1);
3447 tt_int_op(test_ok, ==, 1);
3473 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, NULL), ==, 0);
3474 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, NULL), ==, -1);
3475 tt_int_op(evhttp_del_cb(http, "/test"), ==, 0);
3476 tt_int_op(evhttp_del_cb(http, "/test"), ==, -1);
3477 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, NULL), ==, 0);
3503 tt_int_op(fd, !=, -1);
3528 tt_int_op(found_multi, ==, 1);
3529 tt_int_op(found_multi2, ==, 1);
3530 tt_int_op(test_ok, ==, 4);
3596 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST);
3605 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE);