Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.cc33 size_t read_quota; member
82 if (a->read_quota == 0) { in AsyncRead()
88 if (!a->datagram && (size_t)outl > a->read_quota) { in AsyncRead()
89 outl = a->read_quota; in AsyncRead()
95 a->read_quota -= (a->datagram ? 1 : ret); in AsyncRead()
174 a->read_quota += count; in AsyncBioAllowRead()