Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c202 #define EXPECT_CONN_CLOSE_APP (1U << 0) macro
277 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \
281 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \
1637 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()
1669 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()