Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_ssl.c.h702 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming,
703 PySSLMemoryBIO *outgoing, int server_side,
715 PySSLMemoryBIO *incoming; in _ssl__SSLContext__wrap_bio()
716 PySSLMemoryBIO *outgoing; in _ssl__SSLContext__wrap_bio()
730 incoming = (PySSLMemoryBIO *)args[0]; in _ssl__SSLContext__wrap_bio()
735 outgoing = (PySSLMemoryBIO *)args[1]; in _ssl__SSLContext__wrap_bio()
916 _ssl_MemoryBIO_read_impl(PySSLMemoryBIO *self, int len);
919 _ssl_MemoryBIO_read(PySSLMemoryBIO *self, PyObject *const *args, Py_ssize_t nargs) in _ssl_MemoryBIO_read()
953 _ssl_MemoryBIO_write_impl(PySSLMemoryBIO *self, Py_buffer *b);
956 _ssl_MemoryBIO_write(PySSLMemoryBIO *self, PyObject *arg) in _ssl_MemoryBIO_write()
[all …]
/external/python/cpython3/Modules/
D_ssl.c331 } PySSLMemoryBIO; typedef
784 PySSLMemoryBIO *inbio, PySSLMemoryBIO *outbio) in newPySSLSocket()
4232 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, in _ssl__SSLContext__wrap_bio_impl()
4233 PySSLMemoryBIO *outgoing, int server_side, in _ssl__SSLContext__wrap_bio_impl()
4699 PySSLMemoryBIO *self; in _ssl_MemoryBIO_impl()
4713 self = (PySSLMemoryBIO *) type->tp_alloc(type, 0); in _ssl_MemoryBIO_impl()
4725 memory_bio_traverse(PySSLMemoryBIO *self, visitproc visit, void *arg) in memory_bio_traverse()
4732 memory_bio_dealloc(PySSLMemoryBIO *self) in memory_bio_dealloc()
4742 memory_bio_get_pending(PySSLMemoryBIO *self, void *c) in memory_bio_get_pending()
4751 memory_bio_get_eof(PySSLMemoryBIO *self, void *c) in memory_bio_get_eof()
[all …]