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

  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 70 * When doing a blocking mode test run, s_priv always points to the TSERVER
71 * and s is NULL when the main thread should not be touching s_priv.
73 QUIC_TSERVER *s, *s_priv; member in struct:helper
551 h->s = h->s_priv;
589 ossl_quic_tserver_tick(h->s_priv);
641 ossl_quic_tserver_free(h->s_priv);
642 h->s_priv = h->s = NULL;
770 if (!TEST_ptr(h->s_priv = ossl_quic_tserver_new(&s_args, certfile, keyfile)))
774 h->s = h->s_priv;
777 h->qtf = qtest_create_injector(h->s_priv);
    [all...]

Completed in 18 milliseconds