Searched refs:should_terminate (Results 1 – 2 of 2) sorted by relevance
622 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite() local624 if (should_terminate) { in LibcurlWrite()
1324 bool should_terminate = false; in ReceivedBytes() local1331 should_terminate = true; in ReceivedBytes()1334 return !should_terminate; in ReceivedBytes()