Searched refs:flush_flight (Results 1 – 11 of 11) sorted by relevance
562 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()640 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
294 if (!ssl->quic_method->flush_flight(ssl)) { in tls_flush_flight()
2184 int (*flush_flight)(SSL *ssl);
5737 auto flush_flight = [](SSL *ssl) -> int { in TEST_F() local5754 quic_method.flush_flight = flush_flight; in TEST_F()
554 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()632 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
2141 int (*flush_flight)(SSL *ssl);
5681 auto flush_flight = [](SSL *ssl) -> int { in TEST_F() local5698 quic_method.flush_flight = flush_flight; in TEST_F()
104 flush_flight: extern fn(ssl: *mut SSL) -> c_int, field120 flush_flight,686 extern fn flush_flight(_ssl: *mut SSL) -> c_int { in flush_flight() function
3258 int (*flush_flight)(SSL *ssl); member
3313 int (*flush_flight)(SSL *ssl); member