Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 78 for sqlite (0.12 sec)

  1. src/syscall/zerrors_linux_amd64.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)
  2. src/syscall/zerrors_openbsd_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: "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
    - 62.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{134, "ENOTCONN", "transport endpoint is not connected"},
    	{143, "ESHUTDOWN", "cannot send after socket shutdown"},
    	{144, "ETOOMANYREFS", "too many references: cannot splice"},
    	{145, "ETIMEDOUT", "connection timed out"},
    	{146, "ECONNREFUSED", "connection refused"},
    	{147, "EHOSTDOWN", "host is down"},
    	{148, "EHOSTUNREACH", "no route to host"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.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.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_386.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
    - 62.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_openbsd_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: "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
    - 62.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_dragonfly_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",
    	66: "directory not empty",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
  8. src/syscall/zerrors_netbsd_386.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.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.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.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_ppc64.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: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top