Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AcceptFunc (0.15 sec)

  1. src/internal/poll/fd_windows.go

    	// Submit accept request.
    	o.handle = s
    	o.rsan = int32(unsafe.Sizeof(rawsa[0]))
    	_, err := execIO(o, func(o *operation) error {
    		return AcceptFunc(o.fd.Sysfd, o.handle, (*byte)(unsafe.Pointer(&rawsa[0])), 0, uint32(o.rsan), uint32(o.rsan), &o.qty, &o.o)
    	})
    	if err != nil {
    		CloseFunc(s)
    		return "acceptex", err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top