HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 751 - 775 of 827) sorted by null

<<31323334

  /external/mdnsresponder/mDNSCore/
DNSCommon.c 29 // -- domain labels have an initial length byte, not a terminating null character
330 #pragma mark - Domain Name Utility Functions
362 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); }
389 const domainname *d1, *d2, *d3, *d4, *d5; // Top-level domain, second-level domain, etc.
417 // Returns length of a domain name INCLUDING the byte for the final null label
433 // CompressedDomainNameLength returns the length of a domain name INCLUDING the byte
437 // In the case where a parent domain name is provided, and the given name is a child
479 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 256 bytes)
501 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 256 bytes
    [all...]
  /external/python/cpython3/Lib/test/
test_functools.py     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]
config_file.c 968 fprintf(f, "\tdomain=\"%s\"\n", cred->domain[i]);
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/python/cpython3/Lib/test/test_email/
test_email.py     [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 28 * BeautifulStoneSoup, for parsing XML, SGML, or your domain-specific
    [all...]
  /external/libxml2/
xpointer.c 111 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux.go 682 // "Abstract" Unix domain socket.
692 // abstract Unix domain sockets--they are supposed
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 694 // Domain: The domain associated with the entity, if any.
695 Domain string `json:"domain,omitempty"`
706 // - domain-domain
713 // - To refer to all members of the Google Apps for Business domain
714 // example.com, the entity would be domain-example.com.
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc     [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 9 // This code is a port of the public domain, ?ref10? implementation of ed25519
    [all...]
  /external/fonttools/Doc/source/designspaceLib/
readme.rst 576 - Items in the dict need to use **reverse domain name notation** <https://en.wikipedia.org/wiki/Reverse_domain_name_notation>__
    [all...]
  /external/lzma/Asm/x86/
LzmaDecOpt.asm 2 ; 2018-02-06: Igor Pavlov : Public domain
  /external/syzkaller/pkg/csource/
generated.go 1148 static long syz_init_net_socket(long domain, long type, long proto)
1155 int sock = syscall(__NR_socket, domain, type, proto);
1164 static long syz_init_net_socket(long domain, long type, long proto)
1166 return syscall(__NR_socket, domain, type, proto);
    [all...]

Completed in 2284 milliseconds

<<31323334