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.h39 size_t alloclen; /* size of allocation */ member
Dngtcp2.c229 crypto_data->alloclen = 4096; in write_client_handshake()
234 assert(crypto_data->len + len <= crypto_data->alloclen); in write_client_handshake()