Searched refs:PySSLMemoryBIO (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _ssl.c.h | 617 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, 618 PySSLMemoryBIO *outgoing, int server_side, 628 PySSLMemoryBIO *incoming; in _ssl__SSLContext__wrap_bio() 629 PySSLMemoryBIO *outgoing; in _ssl__SSLContext__wrap_bio() 788 _ssl_MemoryBIO_read_impl(PySSLMemoryBIO *self, int len); 791 _ssl_MemoryBIO_read(PySSLMemoryBIO *self, PyObject *const *args, Py_ssize_t nargs) in _ssl_MemoryBIO_read() 818 _ssl_MemoryBIO_write_impl(PySSLMemoryBIO *self, Py_buffer *b); 821 _ssl_MemoryBIO_write(PySSLMemoryBIO *self, PyObject *arg) in _ssl_MemoryBIO_write() 852 _ssl_MemoryBIO_write_eof_impl(PySSLMemoryBIO *self); 855 _ssl_MemoryBIO_write_eof(PySSLMemoryBIO *self, PyObject *Py_UNUSED(ignored)) in _ssl_MemoryBIO_write_eof()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 453 } PySSLMemoryBIO; typedef 889 PySSLMemoryBIO *inbio, PySSLMemoryBIO *outbio) in newPySSLSocket() 4160 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, in _ssl__SSLContext__wrap_bio_impl() 4161 PySSLMemoryBIO *outgoing, int server_side, in _ssl__SSLContext__wrap_bio_impl() 4654 PySSLMemoryBIO *self; in _ssl_MemoryBIO_impl() 4669 self = (PySSLMemoryBIO *) type->tp_alloc(type, 0); in _ssl_MemoryBIO_impl() 4681 memory_bio_dealloc(PySSLMemoryBIO *self) in memory_bio_dealloc() 4688 memory_bio_get_pending(PySSLMemoryBIO *self, void *c) in memory_bio_get_pending() 4697 memory_bio_get_eof(PySSLMemoryBIO *self, void *c) in memory_bio_get_eof() 4720 _ssl_MemoryBIO_read_impl(PySSLMemoryBIO *self, int len) in _ssl_MemoryBIO_read_impl() [all …]
|