Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 194 for sendFile (0.37 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go

    	off = int64(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go

    	off = int64(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    	SYS_FHSTATFS                 = 398 // { int fhstatfs(const struct fhandle *u_fhp, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go

    	off = int64(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go

    	off = int64(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_386.go

    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    	SYS_FHSTATFS                 = 398 // { int fhstatfs(const struct fhandle *u_fhp, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsyscall_solaris_amd64.go

    //go:cgo_import_dynamic libc_Rename rename "libc.so"
    //go:cgo_import_dynamic libc_Rmdir rmdir "libc.so"
    //go:cgo_import_dynamic libc_lseek lseek "libc.so"
    //go:cgo_import_dynamic libc_sendfile sendfile "libsendfile.so"
    //go:cgo_import_dynamic libc_Setegid setegid "libc.so"
    //go:cgo_import_dynamic libc_Seteuid seteuid "libc.so"
    //go:cgo_import_dynamic libc_Setgid setgid "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 21:09:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE64, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm.go

    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    	SYS_FHSTATFS                 = 398 // { int fhstatfs(const struct fhandle *u_fhp, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go

    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
    	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
    	written = int(r0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top