HomeSort by: relevance | last modified time | path
    Searched defs:fc_credit (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_stream_map.c 244 uint64_t fc_credit, fc_swm, fc_limit; local
271 fc_credit = ossl_quic_txfc_get_credit(&s->txfc, 0);
273 fc_limit = fc_swm + fc_credit;
quic_txp.c 2223 uint64_t fc_credit, fc_swm, fc_limit; local
2240 fc_credit = ossl_quic_txfc_get_credit(stream_txfc, consumed);
2242 fc_limit = fc_swm + fc_credit;

Completed in 15 milliseconds