Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h189 connection_recvbytes_into(ConnectionObject *self, PyObject *args) in connection_recvbytes_into() function
439 {"recv_bytes_into",(PyCFunction)connection_recvbytes_into,METH_VARARGS,