Lines Matching defs:CancelIo
42 /* CancelIo is not available for Windows 95 OS, so we need to use
44 #define CancelIo dyn_CancelIo
46 static CancelIo_ftype *CancelIo;
240 /* Stop any pending selects. On Windows 95 OS, CancelIo function does
244 if (CancelIo)
245 CancelIo ((HANDLE) _get_osfhandle (scb->fd));
1349 /* First find out if kernel32 exports CancelIo function. */
1353 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
1357 CancelIo = NULL;