Home
last modified time | relevance | path

Searched refs:PySSL_MAX (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c628 #define PySSL_MAX(x, y) (((x) > (y)) ? (x) : (y)) in newPySSLSocket() macro
629 char packed[PySSL_MAX(sizeof(struct in_addr), sizeof(struct in6_addr))]; in newPySSLSocket()