Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsocketmodule.c2322 sock_listen(PySocketSockObject *s, PyObject *arg) function
3090 {"listen", (PyCFunction)sock_listen, METH_O,
/external/python/cpython3/Modules/
Dsocketmodule.c3208 sock_listen(PySocketSockObject *s, PyObject *args) in sock_listen() function
4720 {"listen", (PyCFunction)sock_listen, METH_VARARGS,