Lines Matching refs:MAX_CAP_HANDLES
1269 // The maximum count of handles we may return is MAX_CAP_HANDLES1270 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;