Searched refs:read_quota (Results 1 – 1 of 1) sorted by relevance
33 size_t read_quota; member82 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()