Home
last modified time | relevance | path

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

/external/curl/lib/vquic/
Dquiche.h33 size_t alloclen; /* size of allocation */ member
Dngtcp2.h35 size_t alloclen; /* size of allocation */ member
Dngtcp2.c194 crypto_data->alloclen = 4096; in quic_add_handshake_data()
200 assert(crypto_data->len + len <= crypto_data->alloclen); in quic_add_handshake_data()