HomeSort by relevance Sort by last modified time
    Searched refs:acceptex (Results 1 - 3 of 3) sorted by null

  /external/libevent/
event_iocp.c 150 const GUID acceptex = WSAID_ACCEPTEX; local
156 ext->AcceptEx = get_extension_function(s, &acceptex);
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 798 return "acceptex", err
834 // before AcceptEx could complete. These errors relate to new
835 // connection, not to AcceptEx, so ignore broken connection and
836 // try AcceptEx again for more connections.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 798 return "acceptex", err
834 // before AcceptEx could complete. These errors relate to new
835 // connection, not to AcceptEx, so ignore broken connection and
836 // try AcceptEx again for more connections.

Completed in 271 milliseconds