Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c125 UINT32 lenbuff; in conn_send_string() local
130 lenbuff = htonl((UINT32)length); in conn_send_string()
132 res = _conn_sendall(conn->handle, (char*)&lenbuff, 4) || in conn_send_string()