Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 75) sorted by relevance

123

/libuv/src/unix/
H A Dopenbsd.c50 size_t size = sizeof(info); in uv_loadavg() local
61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
115 size_t size = sizeof(info); in uv_get_free_memory() local
128 size_t size = sizeof(info); in uv_get_total_memory() local
150 size_t size = sizeof(struct kinfo_proc); in uv_resident_set_memory() local
171 size_t size = sizeof(info); in uv_uptime() local
192 size_t size; in uv_cpu_info() local
H A Dnetbsd.c55 size_t size = sizeof(info); in uv_loadavg() local
66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
102 size_t size = sizeof(info); in uv_get_free_memory() local
120 size_t size = sizeof(info); in uv_get_total_memory() local
172 size_t size = sizeof(info); in uv_uptime() local
194 size_t size; in uv_cpu_info() local
H A Ddarwin.c66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
114 size_t size = sizeof(info); in uv_get_total_memory() local
135 size_t size = sizeof(info); in uv_loadavg() local
170 size_t size = sizeof(info); in uv_uptime() local
187 size_t size; in uv_cpu_info() local
H A Dfreebsd.c59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
91 size_t size = sizeof(freecount); in uv_get_free_memory() local
105 size_t size = sizeof(info); in uv_get_total_memory() local
126 size_t size = sizeof(info); in uv_loadavg() local
188 size_t size; in uv_cpu_info() local
H A Dos390-proctitle.c41 size_t size; in uv_setup_args() local
105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
H A Dprocfs-exepath.c28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
H A Dproctitle.c49 size_t size; in uv_setup_args() local
127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
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.c346 size_t* size) { 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()
/libuv/docs/code/progress/
H A Dmain.c13 int size = *((int*) req->data); in fake_download() local
40 int size = 10240; in main() local
/libuv/test/
H A Dtest-fs-copyfile.c47 uint64_t size; in handle_result() local
76 static void touch_file(const char* name, unsigned int size) { in touch_file()
H A Dtest-gethostname.c28 size_t size; in TEST_IMPL() local
H A Dtest-get-currentexe.c44 size_t size; in TEST_IMPL() local
H A Dtest-env-vars.c32 size_t size; in TEST_IMPL() local
H A Dtest-close-fd.c30 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb()
H A Dtest-fs-open-flags.c158 static void writeExpect(char *file, char *expected, int size) { in writeExpect()
226 static void readExpect(char *file, char *expected, int size) { in readExpect()
H A Drunner-win.c213 LARGE_INTEGER size; in process_output_size() local
243 DWORD size; in process_read_last_line() local
/libuv/src/
H A Dinet.c35 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop()
48 static int inet_ntop4(const unsigned char *src, char *dst, size_t size) { in inet_ntop4()
62 static int inet_ntop6(const unsigned char *src, char *dst, size_t size) { in inet_ntop6()
/libuv/docs/code/onchange/
H A Dmain.c11 size_t size = 1023; in run_command() local
/libuv/docs/code/proc-streams/
H A Dmain.c19 size_t size = 500; in main() local
/libuv/src/win/
H A Dfs-fd-hash-inl.h49 LARGE_INTEGER size; member
64 size_t size; member
H A Dgetnameinfo.c45 size_t size; in uv__getnameinfo_work() local

Completed in 54 milliseconds

123