Lines Matching refs:uv_pipe_t
46 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) {
56 int uv_pipe_bind(uv_pipe_t* handle, const char* name) {
61 int uv_pipe_bind2(uv_pipe_t* handle,
146 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) {
172 void uv__pipe_close(uv_pipe_t* handle) {
189 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) {
226 uv_pipe_t* handle,
249 uv_pipe_t* handle,
343 static int uv__pipe_getsockpeername(const uv_pipe_t* handle,
387 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) {
392 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) {
397 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) {
401 int uv_pipe_pending_count(uv_pipe_t* handle) {
418 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) {
429 int uv_pipe_chmod(uv_pipe_t* handle, int mode) {