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

  /external/python/cpython3/Modules/clinic/
_ssl.c.h 617 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming,
618 PySSLMemoryBIO *outgoing, int server_side,
628 PySSLMemoryBIO *incoming;
629 PySSLMemoryBIO *outgoing;
788 _ssl_MemoryBIO_read_impl(PySSLMemoryBIO *self, int len);
791 _ssl_MemoryBIO_read(PySSLMemoryBIO *self, PyObject *const *args, Py_ssize_t nargs)
818 _ssl_MemoryBIO_write_impl(PySSLMemoryBIO *self, Py_buffer *b);
821 _ssl_MemoryBIO_write(PySSLMemoryBIO *self, PyObject *arg)
852 _ssl_MemoryBIO_write_eof_impl(PySSLMemoryBIO *self);
855 _ssl_MemoryBIO_write_eof(PySSLMemoryBIO *self, PyObject *Py_UNUSED(ignored)
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 453 } PySSLMemoryBIO;
484 class _ssl.MemoryBIO "PySSLMemoryBIO *" "&PySSLMemoryBIO_Type"
889 PySSLMemoryBIO *inbio, PySSLMemoryBIO *outbio)
    [all...]

Completed in 181 milliseconds