Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 50) sorted by relevance

12

/libuv/src/win/
H A Dprocess-stdio.c43 #define CHILD_STDIO_COUNT(buffer) \ argument
46 #define CHILD_STDIO_CRT_FLAGS(buffer, fd) \ argument
49 #define CHILD_STDIO_HANDLE(buffer, fd) \ argument
172 BYTE* buffer; in uv__stdio_create() local
357 void uv__stdio_destroy(BYTE* buffer) { in uv__stdio_destroy()
372 void uv__stdio_noinherit(BYTE* buffer) { in uv__stdio_noinherit()
385 int uv__stdio_verify(BYTE* buffer, WORD size) { in uv__stdio_verify()
409 WORD uv__stdio_size(BYTE* buffer) { in uv__stdio_size()
414 HANDLE uv__stdio_handle(BYTE* buffer, int fd) { in uv__stdio_handle()
H A Dutil.c97 int uv_exepath(char* buffer, size_t* size_ptr) { in uv_exepath()
189 int uv_cwd(char* buffer, size_t* size) { in uv_cwd()
396 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
934 int uv_os_homedir(char* buffer, size_t* size) { in uv_os_homedir()
971 int uv_os_tmpdir(char* buffer, size_t* size) { in uv_os_tmpdir()
1239 int uv_os_getenv(const char* name, char* buffer, size_t* size) { in uv_os_getenv()
1354 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname()
1508 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname()
H A Dgetaddrinfo.c344 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname()
365 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid()
/libuv/test/
H A Dtest-tty-escape-sequence-processing.c381 char buffer[1024]; in TEST_IMPL() local
432 char buffer[1024]; in TEST_IMPL() local
483 char buffer[1024]; in TEST_IMPL() local
544 char buffer[1024]; in TEST_IMPL() local
605 char buffer[1024]; in TEST_IMPL() local
656 char buffer[1024]; in TEST_IMPL() local
707 char buffer[1024]; in TEST_IMPL() local
753 char buffer[1024]; in TEST_IMPL() local
808 char buffer[1024]; in TEST_IMPL() local
844 char buffer[1024]; in TEST_IMPL() local
[all …]
H A Dtest-process-title.c28 char buffer[512]; in set_title() local
45 char buffer[512]; in uv_get_process_title_edge_cases() local
H A Dtest-uname.c37 uv_utsname_t buffer; in TEST_IMPL() local
H A Dtest-get-currentexe.c42 char buffer[PATHMAX]; in TEST_IMPL() local
H A Dtest-process-title-threadsafe.c43 char buffer[512]; in getter_thread_body() local
H A Dtest-pipe-close-stdout-read-stdin.c38 static char buffer[1024]; in alloc_buffer() local
H A Dtest-poll.c225 static char buffer[74]; local
246 static char buffer[931]; local
307 static char buffer[103]; local
331 static char buffer[1234]; local
H A Drun-tests.c147 char buffer[256]; in maybe_run_test() local
H A Dtest-signal-pending-on-close.c62 uv_buf_t buffer; in TEST_IMPL() local
H A Dtest-platform-output.c28 char buffer[512]; in TEST_IMPL() local
H A Dtest-udp-try-send.c83 static char buffer[64 * 1024]; in TEST_IMPL() local
/libuv/src/unix/
H A Dprocfs-exepath.c28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
H A Dgetaddrinfo.c226 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname()
250 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid()
H A Dno-proctitle.c39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
H A Daix-common.c60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
H A Dbsd-proctitle.c72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
H A Dpipe.c345 char* buffer, in uv__pipe_getsockpeername()
387 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname()
392 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
H A Dos390-proctitle.c105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
H A Dproctitle.c127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
/libuv/docs/code/idle-compute/
H A Dmain.c8 char buffer[1024]; variable
/libuv/docs/code/uvcat/
H A Dmain.c12 static char buffer[1024]; variable
/libuv/docs/code/udp-dhcp/
H A Dmain.c43 uv_buf_t buffer; in make_discover_msg() local

Completed in 82 milliseconds

12