Home | History | Annotate | Download | only in net

Lines Matching refs:API

22 // CancelIo Windows API cancels all outstanding IO for a particular
27 // Some newer versions of Windows has new CancelIoEx API, that does
29 // package uses CancelIoEx API, if present, otherwise it fallback
33 canCancelIO bool // determines if CancelIoEx API is present
67 // canUseConnectEx reports whether we can use the ConnectEx Windows API call
74 // ConnectEx windows API does not support connectionless sockets.
148 // It is used only when the CancelIoEx API is unavailable.
162 // IO in the current thread for systems where Windows CancelIoEx API
248 // Only CancelIo API is available. Lets start two special goroutines
352 // ConnectEx windows API requires an unconnected, previously bound socket.
366 // Call ConnectEx API.