Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 78 for sqlite (0.12 sec)

  1. src/runtime/mheap.go

    	mp := acquirem()
    	span.ensureSwept()
    
    	offset := uintptr(p) - span.base()
    	kind := s.kind
    
    	lock(&span.speciallock)
    
    	// Find splice point, check for existing record.
    	iter, exists := span.specialFindSplicePoint(offset, kind)
    	if !exists {
    		// Splice in record, fill in offset.
    		s.offset = uint16(offset)
    		s.next = *iter
    		*iter = s
    		spanHasSpecials(span)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_arm64.go

    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    	57:  "socket is not connected",
    	58:  "can't send after socket shutdown",
    	59:  "too many references: can't splice",
    	60:  "operation timed out",
    	61:  "connection refused",
    	62:  "too many levels of symbolic links",
    	63:  "file name too long",
    	64:  "host is down",
    	65:  "no route to host",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	132: "no buffer space available",
    	133: "transport endpoint is already connected",
    	134: "transport endpoint is not connected",
    	143: "cannot send after socket shutdown",
    	144: "too many references: cannot splice",
    	145: "connection timed out",
    	146: "connection refused",
    	147: "host is down",
    	148: "no route to host",
    	149: "operation already in progress",
    	150: "operation now in progress",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_amd64.go

    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    	57:  "socket is not connected",
    	58:  "can't send after socket shutdown",
    	59:  "too many references: can't splice",
    	60:  "operation timed out",
    	61:  "connection refused",
    	62:  "too many levels of symbolic links",
    	63:  "file name too long",
    	64:  "host is down",
    	65:  "no route to host",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_386.go

    	105: "no buffer space available",
    	106: "transport endpoint is already connected",
    	107: "transport endpoint is not connected",
    	108: "cannot send after transport endpoint shutdown",
    	109: "too many references: cannot splice",
    	110: "connection timed out",
    	111: "connection refused",
    	112: "host is down",
    	113: "no route to host",
    	114: "operation already in progress",
    	115: "operation now in progress",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_arm.go

    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "operation timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    	63: "file name too long",
    	64: "host is down",
    	65: "no route to host",
    	66: "directory not empty",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm64.go

    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "operation timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    	63: "file name too long",
    	64: "host is down",
    	65: "no route to host",
    	66: "directory not empty",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "operation timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    	63: "file name too long",
    	64: "host is down",
    	65: "no route to host",
    	66: "directory not empty",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_netbsd_arm64.go

    	54: "connection reset by peer",
    	55: "no buffer space available",
    	56: "socket is already connected",
    	57: "socket is not connected",
    	58: "can't send after socket shutdown",
    	59: "too many references: can't splice",
    	60: "connection timed out",
    	61: "connection refused",
    	62: "too many levels of symbolic links",
    	63: "file name too long",
    	64: "host is down",
    	65: "no route to host",
    	66: "directory not empty",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{112, "ENOATTR", "no attribute found"},
    	{113, "ESAD", "security Authentication Denied"},
    	{114, "ENOTRUST", "not a Trusted Program"},
    	{115, "ETOOMANYREFS", "too many references: can't splice"},
    	{116, "EILSEQ", "invalid wide character"},
    	{117, "ECANCELED", "asynchronous I/O cancelled"},
    	{118, "ENOSR", "out of STREAMS resources"},
    	{119, "ETIME", "system call timed out"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top