Home | History | Annotate | Download | only in Modules

Lines Matching full:nchanges

1536     int nchanges = 0;
1602 nchanges = PyObject_Size(ch);
1603 if (nchanges < 0) {
1607 chl = PyMem_New(struct kevent, nchanges);
1638 gotevents = kevent(self->kqfd, chl, nchanges,