Searched refs:PySocketSockObject (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/ |
D | socketmodule.c | 653 internal_setblocking(PySocketSockObject *s, int block) in internal_setblocking() 704 internal_select_ex(PySocketSockObject *s, int writing, double interval) in internal_select_ex() 760 internal_select(PySocketSockObject *s, int writing) in internal_select() 806 init_sockobject(PySocketSockObject *s, in init_sockobject() 835 static PySocketSockObject * 838 PySocketSockObject *s; in new_sockobject() 839 s = (PySocketSockObject *) in new_sockobject() 1262 getsockaddrarg(PySocketSockObject *s, PyObject *args, in getsockaddrarg() 1631 getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret) in getsockaddrlen() 1723 sock_accept(PySocketSockObject *s) in sock_accept() [all …]
|
D | _ssl.c | 330 PySocketSockObject *Socket; 345 static int check_socket_and_wait_for_timeout(PySocketSockObject *s, 515 PySocketSockObject *s = obj->Socket; in PySSL_SetError() 572 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() 685 PySocketSockObject *sock = self->Socket; in PySSL_SSLdo_handshake() 1690 check_socket_and_wait_for_timeout(PySocketSockObject *s, int writing) in check_socket_and_wait_for_timeout() 1759 PySocketSockObject *sock = self->Socket; in PySSL_SSLwrite() 1869 PySocketSockObject *sock = self->Socket; in PySSL_SSLread() 1976 PySocketSockObject *sock = self->Socket; in PySSL_SSLshutdown() 3102 PySocketSockObject *sock; in context_wrap_socket()
|
D | socketmodule.h | 136 } PySocketSockObject; typedef
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | socketmodule.c | 676 internal_setblocking(PySocketSockObject *s, int block) in internal_setblocking() 728 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, in internal_select() 838 sock_call_ex(PySocketSockObject *s, in sock_call_ex() 840 int (*sock_func) (PySocketSockObject *s, void *data), in sock_call_ex() 967 sock_call(PySocketSockObject *s, in sock_call() 969 int (*func) (PySocketSockObject *s, void *data), in sock_call() 982 init_sockobject(PySocketSockObject *s, in init_sockobject() 1029 static PySocketSockObject * 1032 PySocketSockObject *s; in new_sockobject() 1033 s = (PySocketSockObject *) in new_sockobject() [all …]
|
D | socketmodule.h | 308 } PySocketSockObject; typedef
|
D | _ssl.c | 362 static int PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout); 382 (PySocketSockObject *) PyWeakref_GetObject((obj)->Socket) : NULL) 625 PySocketSockObject *s = GET_SOCKET(sslsock); in PySSL_SetError() 784 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() 935 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_do_handshake_impl() 2260 PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout) in PySSL_select() 2343 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_write_impl() 2481 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_read_impl() 2613 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_shutdown_impl() 4236 res = (PyObject *) newPySSLSocket(self, (PySocketSockObject *)sock, in _ssl__SSLContext__wrap_socket_impl()
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | socketmodule.c.h | 6 sock_initobj_impl(PySocketSockObject *self, int family, int type, int proto, 60 return_value = sock_initobj_impl((PySocketSockObject *)self, family, type, proto, fdobj); in sock_initobj()
|