Home | History | Annotate | Download | only in jni

Lines Matching defs:newCount

622             int newCount = --nat->pollMemberCount;
624 nat->pollData[y].fd = nat->pollData[newCount].fd;
625 nat->pollData[y].events = nat->pollData[newCount].events;
626 nat->pollData[y].revents = nat->pollData[newCount].revents;
627 nat->watchData[y] = nat->watchData[newCount];