Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for unobtainable (0.11 sec)

  1. src/crypto/tls/alert.go

    	alertNoRenegotiation:              "no renegotiation",
    	alertMissingExtension:             "missing extension",
    	alertUnsupportedExtension:         "unsupported extension",
    	alertCertificateUnobtainable:      "certificate unobtainable",
    	alertUnrecognizedName:             "unrecognized name",
    	alertBadCertificateStatusResponse: "bad certificate status response",
    	alertBadCertificateHashValue:      "bad certificate hash value",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/syscall/syscall_windows.go

    // RegEnumKeyEx must be called with index starting at 0, incrementing
    // the index until the function returns ERROR_NO_MORE_ITEMS, or with
    // the index of the last subkey (obtainable from RegQueryInfoKey),
    // decrementing until index 0 is enumerated.
    //
    // Successive calls to this API must happen on the same OS thread,
    // so call [runtime.LockOSThread] before calling this function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/buildlist.go

    }
    
    // A Conflict is a path of requirements starting at a root or proposed root in
    // the requirement graph, explaining why that root either causes a module passed
    // in the mustSelect list to EditBuildList to be unattainable, or introduces an
    // unresolvable error in loading the requirement graph.
    type Conflict struct {
    	// Path is a path of requirements starting at some module version passed in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top