HomeSort by relevance Sort by last modified time
    Searched refs:PySSLMemoryBIO_Type (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/clinic/
_ssl.c.h 636 &PySSLMemoryBIO_Type, &incoming, &PySSLMemoryBIO_Type, &outgoing, &server_side, &hostname_obj, &owner, &session)) {
759 if ((type == &PySSLMemoryBIO_Type) &&
763 if ((type == &PySSLMemoryBIO_Type) &&
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 463 static PyTypeObject PySSLMemoryBIO_Type;
484 class _ssl.MemoryBIO "PySSLMemoryBIO *" "&PySSLMemoryBIO_Type"
496 #define PySSLMemoryBIO_Check(v) (Py_TYPE(v) == &PySSLMemoryBIO_Type)
    [all...]

Completed in 280 milliseconds