Home
last modified time | relevance | path

Searched refs:sock_setblocking (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dsocketmodule.c1795 sock_setblocking(PySocketSockObject *s, PyObject *arg) in sock_setblocking() function
3110 {"setblocking", (PyCFunction)sock_setblocking, METH_O,
/external/python/cpython3/Modules/
Dsocketmodule.c2596 sock_setblocking(PySocketSockObject *s, PyObject *arg) in sock_setblocking() function
4736 {"setblocking", (PyCFunction)sock_setblocking, METH_O,