Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c45 _conn_sendall(HANDLE h, char *string, size_t length) in _conn_sendall() function
121 res = _conn_sendall(conn->handle, message, length+4); in conn_send_string()
132 res = _conn_sendall(conn->handle, (char*)&lenbuff, 4) || in conn_send_string()
133 _conn_sendall(conn->handle, string, length); in conn_send_string()