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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fc.h 24 typedef struct quic_txfc_st QUIC_TXFC;
27 QUIC_TXFC *parent; /* stream-level iff non-NULL */
37 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
43 QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc);
55 int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm);
67 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed);
75 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed);
92 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes)
    [all...]
quic_txp.h 45 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */
quic_stream_map.h 155 QUIC_TXFC txfc; /* NULL if RX-only */
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fc.c 23 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc)
35 QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc)
40 int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm)
49 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed)
55 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed)
71 int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes)
88 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes)
101 int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear
    [all...]
quic_channel_local.h 86 QUIC_TXFC conn_txfc;
quic_txp.c 2218 QUIC_TXFC *stream_txfc,
2273 QUIC_TXFC *stream_txfc,
  /src/crypto/external/apache2/openssl/dist/test/
quic_fc_test.c 17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc;
quic_txp_test.c 62 QUIC_TXFC conn_txfc;

Completed in 91 milliseconds