Searched refs:can_be_slow (Results 1 – 3 of 3) sorted by relevance
117 bool can_be_slow = slow_scheduler_id_ == -1; in loop() local119 auto res = reader_.read_next(current_query_.get(), can_be_slow); in loop()123 CHECK(!can_be_slow); in loop()
30 …Result<size_t> read_next(HttpQuery *query, bool can_be_slow = true) TD_WARN_UNUSED_RESULT; // TOD…92 Result<bool> parse_multipart_form_data(bool can_be_slow) TD_WARN_UNUSED_RESULT;
41 Result<size_t> HttpReader::read_next(HttpQuery *query, bool can_be_slow) { in read_next() argument172 if (!can_be_slow) { in read_next()228 TRY_RESULT(result, parse_multipart_form_data(can_be_slow)); in read_next()248 Result<bool> HttpReader::parse_multipart_form_data(bool can_be_slow) { in parse_multipart_form_data() argument467 if (!can_be_slow) { in parse_multipart_form_data()