Home
last modified time | relevance | path

Searched refs:ASSERT_PTR_EQ (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/test/
Dtest-shutdown-simultaneous.c45 ASSERT_PTR_EQ(req, &shutdown_req); in shutdown_cb()
53 ASSERT_PTR_EQ((uv_tcp_t*)t, &tcp); in read_cb()
83 ASSERT_PTR_EQ(req, &connect_req); in connect_cb()
Dtest-ipc.c72 ASSERT_PTR_EQ(&tcp_server, server); in on_connection()
324 ASSERT_PTR_EQ(req->handle, &tcp_connection); in on_tcp_write()
340 ASSERT_PTR_EQ(tcp, &tcp_connection); in on_tcp_read()
557 ASSERT_PTR_EQ(&conn.conn, req->handle); in tcp_connection_write_cb()
619 ASSERT_PTR_EQ(&tcp_server, server); in ipc_on_connection()
650 ASSERT_PTR_EQ(&tcp_server, server); in ipc_on_connection_tcp_conn()
Dtest-udp-sendmmsg-error.c38 ASSERT_PTR_EQ(handle, &client); in close_cb()
Dtest-tcp-connect-timeout.c98 ASSERT_PTR_EQ(req, &connect_req); in connect_local_cb()
Dtest-udp-send-unreachable.c97 ASSERT_PTR_EQ(h, &timer); in timer_cb()
Dtask.h245 #define ASSERT_PTR_EQ(a, b) \ macro