Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h132 res = conn_send_string(self, buffer + offset, size); in connection_sendbytes()
277 res = conn_send_string(self, buffer, (int)length); in connection_send_obj()
Dpipe_connection.c18 conn_send_string(ConnectionObject *conn, char *string, size_t length) in conn_send_string() function
Dsocket_connection.c103 conn_send_string(ConnectionObject *conn, char *string, size_t length) in conn_send_string() function