OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ossl_quic_rxfc_has_cwm_changed
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_fc.h
213
* You should check
ossl_quic_rxfc_has_cwm_changed
() after calling this
228
*
ossl_quic_rxfc_has_cwm_changed
() to detect this condition.
257
int
ossl_quic_rxfc_has_cwm_changed
(QUIC_RXFC *rxfc, int clear);
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txp.c
1502
if (a.allow_conn_fc && (txp->want_max_data ||
ossl_quic_rxfc_has_cwm_changed
(txp->args.conn_rxfc, 0)))
1508
||
ossl_quic_rxfc_has_cwm_changed
(txp->args.max_streams_bidi_rxfc,
1511
||
ossl_quic_rxfc_has_cwm_changed
(txp->args.max_streams_uni_rxfc,
2585
||
ossl_quic_rxfc_has_cwm_changed
(&stream->rxfc, 0))) {
2714
||
ossl_quic_rxfc_has_cwm_changed
(txp->args.conn_rxfc, 0))
2738
||
ossl_quic_rxfc_has_cwm_changed
(txp->args.max_streams_bidi_rxfc, 0))
2764
||
ossl_quic_rxfc_has_cwm_changed
(txp->args.max_streams_uni_rxfc, 0))
3047
ossl_quic_rxfc_has_cwm_changed
(&stream->rxfc, 1);
3096
ossl_quic_rxfc_has_cwm_changed
(txp->args.conn_rxfc, 1);
3101
ossl_quic_rxfc_has_cwm_changed
(txp->args.max_streams_bidi_rxfc, 1)
[
all
...]
quic_fc.c
382
int
ossl_quic_rxfc_has_cwm_changed
(QUIC_RXFC *rxfc, int clear)
function
quic_stream_map.c
361
||
ossl_quic_rxfc_has_cwm_changed
(&s->rxfc, 0))))
/src/crypto/external/apache2/openssl/dist/test/
quic_fc_test.c
583
if (!TEST_int_eq(
ossl_quic_rxfc_has_cwm_changed
(&conn_rxfc,
592
if (!TEST_int_eq(
ossl_quic_rxfc_has_cwm_changed
(&stream_rxfc[op->stream_idx],
Completed in 67 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026