Searched refs:PySocketSockObject (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/ |
D | socketmodule.c | 654 internal_setblocking(PySocketSockObject *s, int block) in internal_setblocking() 706 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, in internal_select() 816 sock_call_ex(PySocketSockObject *s, in sock_call_ex() 818 int (*sock_func) (PySocketSockObject *s, void *data), in sock_call_ex() 943 sock_call(PySocketSockObject *s, in sock_call() 945 int (*func) (PySocketSockObject *s, void *data), in sock_call() 958 init_sockobject(PySocketSockObject *s, in init_sockobject() 1004 static PySocketSockObject * 1007 PySocketSockObject *s; in new_sockobject() 1008 s = (PySocketSockObject *) in new_sockobject() [all …]
|
D | socketmodule.h | 293 } PySocketSockObject; typedef
|
D | _ssl.c | 364 static int PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout); 384 (PySocketSockObject *) PyWeakref_GetObject((obj)->Socket) : NULL) 631 PySocketSockObject *s = GET_SOCKET(sslsock); in PySSL_SetError() 780 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() 931 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_do_handshake_impl() 2223 PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout) in PySSL_select() 2306 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_write_impl() 2442 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_read_impl() 2573 PySocketSockObject *sock = GET_SOCKET(self); in _ssl__SSLSocket_shutdown_impl() 4198 res = (PyObject *) newPySSLSocket(self, (PySocketSockObject *)sock, in _ssl__SSLContext__wrap_socket_impl()
|