Searched defs:IOINFO_ARRAYS (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dposixmodule.c564 #define IOINFO_ARRAYS 64 macro
565 #define _NHANDLE_ (IOINFO_ARRAYS * IOINFO_ARRAY_ELTS)
594 if (0 <= i1 && i1 < IOINFO_ARRAYS && __pioinfo[i1] != NULL) {

Completed in 703 milliseconds