Searched refs:read_quota (Results 1 – 1 of 1) sorted by relevance
29 size_t read_quota; member80 if (a->read_quota == 0) { in AsyncRead()86 if (!a->datagram && (size_t)outl > a->read_quota) { in AsyncRead()87 outl = a->read_quota; in AsyncRead()93 a->read_quota -= (a->datagram ? 1 : ret); in AsyncRead()171 a->read_quota += count; in AsyncBioAllowRead()