Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c79 SSL *c_conn; member
418 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in override_key_update()
426 if (!TEST_true(SSL_key_update(h->c_conn, SSL_KEY_UPDATE_REQUESTED))) in trigger_key_update()
434 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_ge()
455 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_lt()
630 SSL_free(h->c_conn); in helper_cleanup()
631 h->c_conn = NULL; in helper_cleanup()
634 SSL_free(h->c_conn); in helper_cleanup()
635 h->c_conn = NULL; in helper_cleanup()
808 if (!TEST_ptr(h->c_conn = SSL_new(h->c_ctx))) in helper_init()
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h115 char c_conn; /* must be connected to use command */ member
H A Ddomacro.c124 else if (c->c_conn && !connected) { in domacro()
H A Dmain.c325 if (c->c_conn && !connected) { in cmdscanner()
H A Dcmds.c1659 if (c->c_conn && !connected) { in doproxy()
/freebsd/contrib/tnftp/src/
H A Ddomacro.c129 } else if (c->c_conn && !connected) { in domacro()
H A Dftp_var.h132 char c_conn; /* must be connected to use command */ member
H A Dmain.c734 if (c->c_conn && !connected) { in cmdscanner()
H A Dcmds.c1877 if (c->c_conn && !connected) { in doproxy()