HomeSort by: relevance | last modified time | path
    Searched refs:helper_init (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_ackm_test.c 86 static int helper_init(struct helper *h, size_t num_pkts) function
356 if (!TEST_int_eq(helper_init(&h, c->pn_table_len), 1))
537 if (!TEST_int_eq(helper_init(&h, num_pkts), 1))
927 if (!TEST_int_eq(helper_init(&h, 0), 1))
quic_txp_test.c 136 static int helper_init(struct helper *h) function
1321 if (!helper_init(&h))
quic_multistream_test.c 685 static int helper_init(struct helper *h, const char *script_name, function
2021 if (!TEST_true(helper_init(&h, script_name,

Completed in 31 milliseconds