Searched refs:should_close (Results 1 – 4 of 4) sorted by relevance
313 std::string should_close; in ReadIntoBuffer() local315 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()316 should_close.compare("close") == 0) { in ReadIntoBuffer()
952 should_close = False955 should_close = True1013 close_fileobj=should_close)1015 if should_close:
2207 bool should_close = true; in close_open_fds() local2219 should_close = false; in close_open_fds()2224 if (should_close && fd != dir_fd) in close_open_fds()