Searched refs:should_terminate (Results 1 – 2 of 2) sorted by relevance
545 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite() local547 if (should_terminate) { in LibcurlWrite()
1323 bool should_terminate = false; in ReceivedBytes() local1330 should_terminate = true; in ReceivedBytes()1333 return !should_terminate; in ReceivedBytes()