Searched refs:PySocketSockObject (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | socketmodule.c | 335 class _socket.socket "PySocketSockObject *" "&sock_type" 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 * in new_sockobject() [all...] |
H A D | socketmodule.h | 308 } PySocketSockObject; typedef
|
H A 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 *)soc in _ssl__SSLContext__wrap_socket_impl() [all...] |
/third_party/python/Modules/clinic/ |
H A 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()
|
Completed in 11 milliseconds