Searched refs:write_quota (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dasync_bio.cc27 size_t write_quota; member in struct:__anon11685::async_bio
51 if (a->write_quota == 0) {
57 if (!a->datagram && (size_t)inl > a->write_quota) {
58 inl = a->write_quota;
64 a->write_quota -= ret;
176 a->write_quota += count;

Completed in 416 milliseconds