Searched refs:pipe_send (Results 1 – 4 of 4) sorted by relevance
31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen );
70 int ret = pipe_send(pipe, buff, len); in main()
86 pipe_send( Pipe* pipe, const void* buff, size_t bufflen ) in pipe_send() function
163 int ret = pipe_send(pipe, buffer, bufferSize); in main()