Home
last modified time | relevance | path

Searched refs:ufd_len (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c329 int ufd_len; member
347 self->ufd_len = PyDict_Size(self->dict); in update_ufd_array()
348 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
357 assert(i < self->ufd_len); in update_ufd_array()
363 assert(i == self->ufd_len); in update_ufd_array()
560 poll_result = poll(self->ufds, self->ufd_len, timeout); in poll_poll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c329 int ufd_len; member
346 self->ufd_len = PyDict_Size(self->dict); in update_ufd_array()
347 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
529 poll_result = poll(self->ufds, self->ufd_len, timeout); in poll_poll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c329 int ufd_len; member
346 self->ufd_len = PyDict_Size(self->dict); in update_ufd_array()
347 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
529 poll_result = poll(self->ufds, self->ufd_len, timeout); in poll_poll()