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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_cfq.h 26 typedef struct quic_cfq_item_st QUIC_CFQ_ITEM;
34 QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
46 uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item);
49 const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item);
52 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
55 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item);
58 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item);
61 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item);
88 * On success, returns a QUIC_CFQ_ITEM pointer which acts as a handle to
102 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq
    [all...]
quic_txpim.h 31 QUIC_CFQ_ITEM *retx_head;
108 QUIC_CFQ_ITEM *item);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_cfq.c 17 QUIC_CFQ_ITEM public;
28 uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item)
35 const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item)
42 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item)
49 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item)
56 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item)
63 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item)
232 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
262 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
280 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item
    [all...]
quic_fifd.c 74 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
130 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
236 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
254 QUIC_CFQ_ITEM *cfq_item;
314 static void txpim_pkt_remove_cfq_item(QUIC_TXPIM_PKT *pkt, QUIC_CFQ_ITEM *cfq_item)
316 QUIC_CFQ_ITEM *prev = cfq_item->pkt_prev;
333 QUIC_CFQ_ITEM *cfq_item, *cfq_next;
quic_txpim.c 144 QUIC_CFQ_ITEM *item)
quic_txp.c 1429 QUIC_CFQ_ITEM *cfq_item;
2669 QUIC_CFQ_ITEM *cfq_item;
quic_channel.c 567 QUIC_CFQ_ITEM *cfq_item;
  /src/crypto/external/apache2/openssl/dist/test/
quic_cfq_test.c 55 static QUIC_CFQ_ITEM *items[QUIC_PN_SPACE_NUM][10];
69 QUIC_CFQ_ITEM *item;
104 QUIC_CFQ_ITEM *item, *inext;
quic_fifd_test.c 121 QUIC_CFQ_ITEM *cfq_item = NULL;
quic_txp_test.c 415 QUIC_CFQ_ITEM *cfq_item;
496 QUIC_CFQ_ITEM *cfq_item;

Completed in 48 milliseconds