Home
last modified time | relevance | path

Searched refs:pipe_fname (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dpipe.c38 handle->pipe_fname = NULL; in uv_pipe_init()
46 const char* pipe_fname; in uv_pipe_bind() local
50 pipe_fname = NULL; in uv_pipe_bind()
66 pipe_fname = memcpy(m, name, len); in uv_pipe_bind()
68 pipe_fname = uv__strdup(name); in uv_pipe_bind()
70 if (pipe_fname == NULL) in uv_pipe_bind()
84 uv__strscpy(saddr.sun_path + 1, pipe_fname + 1, sizeof(saddr.sun_path)); in uv_pipe_bind()
86 uv__strscpy(saddr.sun_path, pipe_fname, sizeof(saddr.sun_path)); in uv_pipe_bind()
102 handle->pipe_fname = pipe_fname; /* I in uv_pipe_bind()
[all...]
/third_party/libuv/src/unix/
H A Dpipe.c50 handle->pipe_fname = NULL; in uv_pipe_init()
66 char* pipe_fname; in uv_pipe_bind2() local
71 pipe_fname = NULL; in uv_pipe_bind2()
107 pipe_fname = uv__malloc(namelen + 1); in uv_pipe_bind2()
108 if (pipe_fname == NULL) in uv_pipe_bind2()
110 memcpy(pipe_fname, name, namelen); in uv_pipe_bind2()
111 pipe_fname[namelen] = '\0'; in uv_pipe_bind2()
136 handle->pipe_fname = pipe_fname; /* NULL or a copy of |name| */ in uv_pipe_bind2()
141 uv__free(pipe_fname); in uv_pipe_bind2()
[all...]
/third_party/libuv/include/uv/
H A Dunix.h308 const char* pipe_fname; /* NULL or strdup'ed */
/third_party/libuv/test/
H A Dtest-pipe-getsockname.c124 ASSERT_STR_EQ(pipe_server.pipe_fname, TEST_PIPENAME); in TEST_IMPL()
/third_party/node/deps/uv/include/uv/
H A Dunix.h308 const char* pipe_fname; /* strdup'ed */

Completed in 4 milliseconds