Home | History | Annotate | Download | only in Modules

Lines Matching full:nchanges

2102     int nchanges = 0;
2158 nchanges = PyObject_Size(ch);
2159 if (nchanges < 0) {
2163 chl = PyMem_New(struct kevent, nchanges);
2199 gotevents = kevent(self->kqfd, chl, nchanges,