Searched defs:AcceptEx (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | windows_listener.cc | 87 LPFN_ACCEPTEX AcceptEx; in Create() local 213 WindowsEventEngineListener* listener, LPFN_ACCEPTEX AcceptEx, in SinglePortSocketListener()
|
D | windows_listener.h | 122 LPFN_ACCEPTEX AcceptEx; variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | windows_listener.cc | 116 LPFN_ACCEPTEX AcceptEx; in Create() local 251 WindowsEventEngineListener* listener, LPFN_ACCEPTEX AcceptEx, in SinglePortSocketListener()
|
H A D | windows_listener.h | 130 LPFN_ACCEPTEX AcceptEx; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_server_windows.cc | 93 LPFN_ACCEPTEX AcceptEx; member 430 LPFN_ACCEPTEX AcceptEx; in add_socket_to_server() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_server_windows.cc | 101 LPFN_ACCEPTEX AcceptEx; member 477 LPFN_ACCEPTEX AcceptEx; in add_socket_to_server() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/ |
D | sys_windows.go | 162 func (sw *Switch) AcceptEx(ls syscall.Handle, as syscall.Handle, b *byte, rxdatalen uint32, laddrle… func
|
/aosp_15_r20/external/libevent/ |
H A D | iocp-internal.h | 66 AcceptExPtr AcceptEx; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_windows.go | 1168 func AcceptEx(ls Handle, as Handle, buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, … func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | zsyscall_windows.go | 3462 func AcceptEx(ls Handle, as Handle, buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, … func
|