Searched refs:should_terminate (Results 1 – 2 of 2) sorted by relevance
620 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite() local622 if (should_terminate) { in LibcurlWrite()
1338 bool should_terminate = false; in ReceivedBytes() local1345 should_terminate = true; in ReceivedBytes()1348 return !should_terminate; in ReceivedBytes()