Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Namelen (0.22 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP        = 0x23d
    	DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP      = 0x23e
    )
    
    //sys	LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) = advapi32.LookupAccountSidW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route_test.go

    		// *.example.org, *.hello.example.org. The *.google.com VS is missing from virtualHosts because
    		// it is not attached to a service
    		g.Expect(vhosts).To(HaveLen(2))
    		for _, vhost := range vhosts {
    			g.Expect(vhost.Services).To(HaveLen(1))
    			g.Expect(vhost.Routes).To(HaveLen(1))
    		}
    	})
    
    	t.Run("for virtualservices with with wildcard hosts outside of the serviceregistry (on port 80)", func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
Back to top