/libuv/src/unix/ |
H A D | openbsd.c | 50 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 D | netbsd.c | 55 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 D | darwin.c | 66 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 D | freebsd.c | 64 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() 96 size_t size = sizeof(freecount); in uv_get_free_memory() local 110 size_t size = sizeof(info); in uv_get_total_memory() local 131 size_t size = sizeof(info); in uv_loadavg() local 193 size_t size; in uv_cpu_info() local
|
H A D | os390-proctitle.c | 41 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 D | procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
|
H A D | proctitle.c | 49 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 D | getaddrinfo.c | 226 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 D | no-proctitle.c | 39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
H A D | aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
|
H A D | bsd-proctitle.c | 72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
H A D | pipe.c | 351 size_t* size) { in uv__pipe_getsockpeername() 402 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() 407 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
|
/libuv/docs/code/progress/ |
H A D | main.c | 13 int size = *((int*) req->data); in fake_download() local 40 int size = 10240; in main() local
|
/libuv/test/ |
H A D | test-fs-copyfile.c | 47 uint64_t size; in handle_result() local 76 static void touch_file(const char* name, unsigned int size) { in touch_file()
|
H A D | test-gethostname.c | 28 size_t size; in TEST_IMPL() local
|
H A D | test-get-currentexe.c | 44 size_t size; in TEST_IMPL() local
|
H A D | test-env-vars.c | 32 size_t size; in TEST_IMPL() local
|
H A D | test-close-fd.c | 30 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb()
|
H A D | test-fs-open-flags.c | 158 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 D | runner-win.c | 213 LARGE_INTEGER size; in process_output_size() local 243 DWORD size; in process_read_last_line() local
|
/libuv/src/ |
H A D | inet.c | 35 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 D | main.c | 11 size_t size = 1023; in run_command() local
|
/libuv/docs/code/proc-streams/ |
H A D | main.c | 19 size_t size = 500; in main() local
|
/libuv/src/win/ |
H A D | fs-fd-hash-inl.h | 49 LARGE_INTEGER size; member 64 size_t size; member
|
H A D | getnameinfo.c | 45 size_t size; in uv__getnameinfo_work() local
|