Searched defs:queryLimit (Results 1 – 2 of 2) sorted by relevance
98 int64_t queryLimit = queryCnt < QUERY_LIMIT ? queryCnt : QUERY_LIMIT; in QuerySysEvent() local123 const int64_t queryLimit, int64_t& totalQueryCnt) in HandleQueryResult()
143 int queryLimit = tag.isInnerQuery ? 50 : 1000; in IsQueryCntLimitValid() local