Searched refs:maxThreads (Results 1 – 1 of 1) sorted by relevance
2734 int maxThreads = ap.getMaxListCount() + ap.getStartOffset(); in convoListing() local2743 limit = " LIMIT " + maxThreads; in convoListing()2795 if (!sizeOnly && count >= maxThreads) { in convoListing()2814 if (!sizeOnly && count >= maxThreads) { in convoListing()2861 while (isValid && ((sizeOnly) || (count < maxThreads))) { in convoListing()