HomeSort by: relevance | last modified time | path
    Searched defs:expect_app (Results 1 - 4 of 4) 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);
844 if (!TEST_int_eq((int)expect_app,
1232 #define OP_EXPECT_CONN_CLOSE_INFO(name, error_code, expect_app, expect_remote) \
1234 OP_PUSH_U64(expect_app), \
quic_ops.c 833 uint64_t error_code, expect_app, expect_remote; local
836 F_POP2(expect_app, expect_remote);
844 if (!TEST_int_eq((int)expect_app,
1232 #define OP_EXPECT_CONN_CLOSE_INFO(name, error_code, expect_app, expect_remote) \
1234 OP_PUSH_U64(expect_app), \
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 1637 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; local
1653 if (!TEST_int_eq(expect_app,
1669 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; local
1682 || !TEST_int_eq(expect_app, tc->app)
quic_multistream_test.c 1637 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; local
1653 if (!TEST_int_eq(expect_app,
1669 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; local
1682 || !TEST_int_eq(expect_app, tc->app)

Completed in 50 milliseconds