Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendNode (0.09 sec)

  1. src/os/zero_copy_linux.go

    	//
    	// Visit https://man7.org/linux/man-pages/man2/copy_file_range.2.html#ERRORS and
    	// https://man7.org/linux/man-pages/man2/splice.2.html#ERRORS for details.
    	if f.appendMode {
    		return 0, false, nil
    	}
    
    	written, handled, err = f.copyFileRange(r)
    	if handled {
    		return
    	}
    	return f.spliceToFile(r)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 18:12:56 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top