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