Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h165 if (res == MP_BAD_MESSAGE_LENGTH) { in connection_recvbytes()
219 if (res == MP_BAD_MESSAGE_LENGTH) { in connection_recvbytes_into()
305 if (res == MP_BAD_MESSAGE_LENGTH) { in connection_recv_obj()
Dsocket_connection.c128 return MP_BAD_MESSAGE_LENGTH; in conn_send_string()
162 return MP_BAD_MESSAGE_LENGTH; in conn_recv_string()
Dmultiprocessing.h123 #define MP_BAD_MESSAGE_LENGTH (-1004) macro
Dpipe_connection.c68 return MP_BAD_MESSAGE_LENGTH; in conn_recv_string()
Dmultiprocessing.c59 case MP_BAD_MESSAGE_LENGTH: in mp_SetError()