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

  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 833 uint64_t error_code, expect_app, expect_remote; local
836 F_POP2(expect_app, expect_remote);
846 || !TEST_int_eq((int)expect_remote,
1232 #define OP_EXPECT_CONN_CLOSE_INFO(name, error_code, expect_app, expect_remote) \
1235 OP_PUSH_U64(expect_remote), \
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 1638 int expect_remote = (op->arg1 & EXPECT_CONN_CLOSE_REMOTE) != 0; local
1657 || !TEST_int_eq(expect_remote,
1670 int expect_remote = (op->arg1 & EXPECT_CONN_CLOSE_REMOTE) != 0; local
1683 || !TEST_int_eq(expect_remote, tc->remote))

Completed in 112 milliseconds