Searched refs:sock_recvfrom_into (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | socketmodule.c | 2740 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) function 3102 {"recvfrom_into", (PyCFunction)sock_recvfrom_into, METH_VARARGS | METH_KEYWORDS,
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 3533 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) in sock_recvfrom_into() function 4728 {"recvfrom_into", (PyCFunction)sock_recvfrom_into, METH_VARARGS | METH_KEYWORDS,
|