Searched refs:conn_recv_string (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_multiprocessing/ |
D | connection.h | 161 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()
|
D | pipe_connection.c | 42 conn_recv_string(ConnectionObject *conn, char *buffer, in conn_recv_string() function
|
D | socket_connection.c | 146 conn_recv_string(ConnectionObject *conn, char *buffer, in conn_recv_string() function
|