Searched refs:wherelen (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bio_addr.c | 103 const void *where, size_t wherelen, in BIO_ADDR_rawmake() argument 108 if (wherelen + 1 > sizeof(ap->s_un.sun_path)) in BIO_ADDR_rawmake() 117 if (wherelen != sizeof(struct in_addr)) in BIO_ADDR_rawmake() 127 if (wherelen != sizeof(struct in6_addr)) in BIO_ADDR_rawmake() 577 const void *where, size_t wherelen, in addrinfo_wrap() argument 604 BIO_ADDR_rawmake(addr, family, where, wherelen, port); in addrinfo_wrap()
|
/third_party/openssl/doc/man3/ |
D | BIO_ADDR.pod | 21 const void *where, size_t wherelen, unsigned short port); 46 size B<wherelen> with an address in network byte order pointed at 50 In case this creates a B<AF_UNIX> B<BIO_ADDR>, B<wherelen> is expected
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bio.h | 646 const void *where, size_t wherelen, unsigned short port);
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 707 const void *where, size_t wherelen, unsigned short port);
|