Searched refs:MAX_RESULTSET_COUNT (Results 1 – 1 of 1) sorted by relevance
37 constexpr static int32_t MAX_RESULTSET_COUNT = 32; variable270 if (count > MAX_RESULTSET_COUNT && IsLimit(count, callingPid, callingTokenId)) { in Query()363 if (resultSetCount.load() <= MAX_RESULTSET_COUNT) { in IsLimit()