Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_impl.c28 static int qc_wait_for_default_xso_for_read(QCTX *ctx, int peek);
271 if (!qc_wait_for_default_xso_for_read(ctx, /*peek=*/0)) in expect_quic_with_stream_lock()
1856 static int qc_wait_for_default_xso_for_read(QCTX *ctx, int peek) in qc_wait_for_default_xso_for_read() function
2775 if (!qc_wait_for_default_xso_for_read(&ctx, /*peek=*/0)) { in quic_read()
2873 if (qc_wait_for_default_xso_for_read(&ctx, /*peek=*/1)) { in ossl_quic_pending_int()

Completed in 19 milliseconds