Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h161 res = conn_recv_string(self, self->buffer, CONNECTION_BUFFER_SIZE, in connection_recvbytes()
215 res = conn_recv_string(self, buffer+offset, length-offset, in connection_recvbytes_into()
301 res = conn_recv_string(self, self->buffer, CONNECTION_BUFFER_SIZE, in connection_recv_obj()
Dpipe_connection.c42 conn_recv_string(ConnectionObject *conn, char *buffer, in conn_recv_string() function
Dsocket_connection.c146 conn_recv_string(ConnectionObject *conn, char *buffer, in conn_recv_string() function