Searched refs:maxThreads (Results 1 – 1 of 1) sorted by relevance
2731 int maxThreads = ap.getMaxListCount() + ap.getStartOffset(); in convoListing() local2740 limit = " LIMIT " + maxThreads; in convoListing()2789 if (!sizeOnly && count >= maxThreads) { in convoListing()2808 if (!sizeOnly && count >= maxThreads) { in convoListing()2851 while (isValid && ((sizeOnly) || (count < maxThreads))) { in convoListing()