HomeSort by relevance Sort by last modified time
    Searched refs:PySocketSockObject (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 629 internal_setblocking(PySocketSockObject *s, int block)
680 internal_select_ex(PySocketSockObject *s, int writing, double interval)
736 internal_select(PySocketSockObject *s, int writing)
782 init_sockobject(PySocketSockObject *s,
811 static PySocketSockObject *
814 PySocketSockObject *s;
815 s = (PySocketSockObject *)
    [all...]
socketmodule.h 136 } PySocketSockObject;
  /external/python/cpython2/Modules/
socketmodule.c 653 internal_setblocking(PySocketSockObject *s, int block)
704 internal_select_ex(PySocketSockObject *s, int writing, double interval)
760 internal_select(PySocketSockObject *s, int writing)
806 init_sockobject(PySocketSockObject *s,
835 static PySocketSockObject *
838 PySocketSockObject *s;
839 s = (PySocketSockObject *)
    [all...]
socketmodule.h 136 } PySocketSockObject;
_ssl.c 299 PySocketSockObject *Socket;
314 static int check_socket_and_wait_for_timeout(PySocketSockObject *s,
484 PySocketSockObject *s = obj->Socket;
541 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
618 PySocketSockObject *sock = self->Socket;
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 625 internal_setblocking(PySocketSockObject *s, int block)
684 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval,
785 sock_call_ex(PySocketSockObject *s,
787 int (*sock_func) (PySocketSockObject *s, void *data),
914 sock_call(PySocketSockObject *s,
916 int (*func) (PySocketSockObject *s, void *data),
929 init_sockobject(PySocketSockObject *s,
960 static PySocketSockObject *
963 PySocketSockObject *s;
964 s = (PySocketSockObject *)
    [all...]
socketmodule.h 179 } PySocketSockObject;
_ssl.c 337 static int PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout);
360 (PySocketSockObject *) PyWeakref_GetObject((obj)->Socket) : NULL)
528 PySocketSockObject *s = GET_SOCKET(obj);
585 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
686 PySocketSockObject *sock = GET_SOCKET(self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 617 internal_setblocking(PySocketSockObject *s, int block)
668 internal_select(PySocketSockObject *s, int writing)
724 init_sockobject(PySocketSockObject *s,
753 static PySocketSockObject *
756 PySocketSockObject *s;
757 s = (PySocketSockObject *)
    [all...]
socketmodule.h 135 } PySocketSockObject;
_ssl.c 117 PySocketSockObject *Socket; /* Socket on which we're layered */
130 static int check_socket_and_wait_for_timeout(PySocketSockObject *s,
264 newPySSLObject(PySocketSockObject *Sock, char *key_file, char *cert_file,
420 PySocketSockObject *Sock;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 135 } PySocketSockObject;

Completed in 295 milliseconds