Searched refs:PySSLMemoryBIO (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _ssl.c.h | 703 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, 704 PySSLMemoryBIO *outgoing, int server_side, 716 PySSLMemoryBIO *incoming; in _ssl__SSLContext__wrap_bio() 717 PySSLMemoryBIO *outgoing; in _ssl__SSLContext__wrap_bio() 731 incoming = (PySSLMemoryBIO *)args[0]; in _ssl__SSLContext__wrap_bio() 736 outgoing = (PySSLMemoryBIO *)args[1]; in _ssl__SSLContext__wrap_bio() 919 _ssl_MemoryBIO_read_impl(PySSLMemoryBIO *self, int len); 922 _ssl_MemoryBIO_read(PySSLMemoryBIO *self, PyObject *const *args, Py_ssize_t nargs) in _ssl_MemoryBIO_read() 956 _ssl_MemoryBIO_write_impl(PySSLMemoryBIO *self, Py_buffer *b); 959 _ssl_MemoryBIO_write(PySSLMemoryBIO *self, PyObject *arg) in _ssl_MemoryBIO_write() [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _ssl.c | 329 } PySSLMemoryBIO; typedef 788 PySSLMemoryBIO *inbio, PySSLMemoryBIO *outbio) in newPySSLSocket() 4258 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, in _ssl__SSLContext__wrap_bio_impl() 4259 PySSLMemoryBIO *outgoing, int server_side, in _ssl__SSLContext__wrap_bio_impl() 4734 PySSLMemoryBIO *self; in _ssl_MemoryBIO_impl() 4748 self = (PySSLMemoryBIO *) type->tp_alloc(type, 0); in _ssl_MemoryBIO_impl() 4760 memory_bio_traverse(PySSLMemoryBIO *self, visitproc visit, void *arg) in memory_bio_traverse() 4767 memory_bio_dealloc(PySSLMemoryBIO *self) in memory_bio_dealloc() 4777 memory_bio_get_pending(PySSLMemoryBIO *self, void *c) in memory_bio_get_pending() 4786 memory_bio_get_eof(PySSLMemoryBIO *self, void *c) in memory_bio_get_eof() [all …]
|