Home | History | Annotate | Download | only in win

Lines Matching defs:newCount

509     int newCount = CFArrayGetCount(entries);
512 *count = newCount;
516 if (*count < newCount) {
517 *count = newCount;
521 *count = newCount;
522 for (int i = 0; i < newCount; i++) {