Lines Matching defs:evFile
114 typedef struct evFile {120 struct evFile * prev;121 struct evFile * next;122 struct evFile * fdprev;123 struct evFile * fdnext;124 } evFile;172 struct { evFile *this; int eventmask; } file;225 evFile *files, *fdNext;232 evFile *fdTable[FD_SETSIZE];235 evFile **fdTable; /* Ditto */
Indexes created Thu May 07 00:24:58 UTC 2026