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.cc30 size_t read_quota; member
79 if (a->read_quota == 0) { in AsyncRead()
85 if (!a->datagram && (size_t)outl > a->read_quota) { in AsyncRead()
86 outl = a->read_quota; in AsyncRead()
92 a->read_quota -= (a->datagram ? 1 : ret); in AsyncRead()
171 a->read_quota += count; in AsyncBioAllowRead()