Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 89 for regUsed (0.35 sec)

  1. src/syscall/zerrors_linux_mips.go

    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint 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",
    	151:  "stale file handle",
    	158:  "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips64.go

    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint 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",
    	151:  "stale NFS file handle",
    	158:  "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_mips64le.go

    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint 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",
    	151:  "stale NFS file handle",
    	158:  "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mipsle.go

    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint 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",
    	151:  "stale file handle",
    	158:  "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_freebsd_386.go

    	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",
    	67: "too many processes",
    	68: "too many users",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_amd64.go

    	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",
    	67: "too many processes",
    	68: "too many users",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{58, "ESHUTDOWN", "can't send after socket shutdown"},
    	{59, "ETOOMANYREFS", "too many references: can't splice"},
    	{60, "ETIMEDOUT", "operation timed out"},
    	{61, "ECONNREFUSED", "connection refused"},
    	{62, "ELOOP", "too many levels of symbolic links"},
    	{63, "ENAMETOOLONG", "file name too long"},
    	{64, "EHOSTDOWN", "host is down"},
    	{65, "EHOSTUNREACH", "no route to host"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	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",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. src/runtime/mheap.go

    	// allocation bits. The pointers are 8 byte aligned.
    	// There are three arenas where this data is held.
    	// free: Dirty arenas that are no longer accessed
    	//       and can be reused.
    	// next: Holds information to be used in the next GC cycle.
    	// current: Information being used during this GC cycle.
    	// previous: Information being used during the last GC cycle.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_3x.md

     *  Fix: Apply call timeouts when connecting duplex calls, web sockets, and server-sent events.
        Once the streams are established no further timeout is enforced.
    
     *  Fix: Retain the `Route` when a connection is reused on a redirect or other follow-up. This was
        causing some `Authenticator` calls to see a null route when non-null was expected.
    
     *  Fix: Use the correct key size in the name of `TLS_AES_128_CCM_8_SHA256` which is a TLS 1.3
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top