Searched refs:should_close (Results 1 – 5 of 5) sorted by relevance
292 std::string should_close; in ReadIntoBuffer() local294 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()295 should_close.compare("close") == 0) { in ReadIntoBuffer()
2061 bool should_close; in ProcessOneElement() local2064 (*writer).get(), &should_close)); in ProcessOneElement()2065 if (should_close) { in ProcessOneElement()2146 bool* should_close) { in ShouldCloseWriter() argument2154 *should_close = bytes_written > (compression_ratio_ * in ShouldCloseWriter()2162 *should_close = false; in ShouldCloseWriter()2174 *should_close = file_size >= dataset()->shard_size_bytes_; in ShouldCloseWriter()
949 should_close = False952 should_close = True1010 close_fileobj=should_close)1012 if should_close:
2925 bool should_close = true; in close_open_fds() local2937 should_close = false; in close_open_fds()2942 if (should_close && fd != dir_fd) in close_open_fds()
2398 const bool should_close = in CloseIfTooManyOutstandingSentPackets() local2403 if (should_close) { in CloseIfTooManyOutstandingSentPackets()