OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acceptex
(Results
1 - 3
of
3
) sorted by null
/external/libevent/
event_iocp.c
149
const GUID
acceptex
= WSAID_ACCEPTEX;
local
155
ext->
AcceptEx
= get_extension_function(s, &
acceptex
);
/prebuilts/go/darwin-x86/src/net/
fd_windows.go
589
_, err = rsrv.ExecIO(o, "
AcceptEx
", func(o *operation) error {
595
err = os.NewSyscallError("
acceptex
", err)
627
// before
AcceptEx
could complete. These errors relate to new
628
// connection, not to
AcceptEx
, so ignore broken connection and
629
// try
AcceptEx
again for more connections.
646
// Get local and peer addr out of
AcceptEx
buffer.
/prebuilts/go/linux-x86/src/net/
fd_windows.go
589
_, err = rsrv.ExecIO(o, "
AcceptEx
", func(o *operation) error {
595
err = os.NewSyscallError("
acceptex
", err)
627
// before
AcceptEx
could complete. These errors relate to new
628
// connection, not to
AcceptEx
, so ignore broken connection and
629
// try
AcceptEx
again for more connections.
646
// Get local and peer addr out of
AcceptEx
buffer.
Completed in 266 milliseconds