Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsocketmodule.c2740 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/
Dsocketmodule.c3533 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,