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:
949 should_close = False952 should_close = True1010 close_fileobj=should_close)1012 if should_close:
2367 bool should_close = true; in close_open_fds() local2379 should_close = false; in close_open_fds()2384 if (should_close && fd != dir_fd) in close_open_fds()