Searched refs:MAXCOLLECTIONSIZE (Results 1 – 2 of 2) sorted by relevance
67 if (nLimit > MAXCOLLECTIONSIZE) in ScCollection()68 nLimit = MAXCOLLECTIONSIZE; in ScCollection()124 if ((nCount < MAXCOLLECTIONSIZE) && (nIndex <= nCount) && pItems) in AtInsert()
36 #define MAXCOLLECTIONSIZE 16384 macro
Completed in 14 milliseconds