/libuv/include/uv/ |
H A D | tree.h | 51 #define RB_HEAD(name, type) \ argument 136 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 138 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 482 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument 483 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument 484 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument 485 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument 486 #define RB_NEXT(name, x) name##_RB_NEXT(x) argument 487 #define RB_PREV(name, x) name##_RB_PREV(x) argument 488 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) argument [all …]
|
/libuv/test/ |
H A D | runner.h | 63 #define TEST_DECLARE(name) \ argument 66 #define TEST_ENTRY(name) \ argument 69 #define TEST_ENTRY_CUSTOM(name, is_helper, show_output, timeout) \ argument 72 #define BENCHMARK_DECLARE(name) \ argument 75 #define BENCHMARK_ENTRY(name) \ argument 78 #define HELPER_DECLARE(name) \ argument 81 #define HELPER_ENTRY(task_name, name) \ argument
|
H A D | test-queue-foreach-delete.c | 69 #define DEFINE_GLOBALS_AND_CBS(name, ...) \ argument 102 #define INIT_AND_START(name, loop) \ argument 115 #define END_ASSERTS(name) \ argument
|
H A D | runner-win.h | 40 char *name; member
|
H A D | test-tmpdir.c | 71 const char *name = "TMP"; in TEST_IMPL() local
|
H A D | runner-unix.h | 31 char* name; member
|
H A D | test-env-vars.c | 29 const char* name = "UV_TEST_FOO"; in TEST_IMPL() local
|
H A D | benchmark-getaddrinfo.c | 29 static const char* name = "localhost"; variable
|
H A D | test-fs-event.c | 60 static void create_dir(const char* name) { in create_dir() 68 static void create_file(const char* name) { in create_file() 84 static int delete_dir(const char* name) { in delete_dir() 92 static int delete_file(const char* name) { in delete_file() 100 static void touch_file(const char* name) { in touch_file()
|
H A D | test-fs-copyfile.c | 76 static void touch_file(const char* name, unsigned int size) { in touch_file()
|
H A D | test-getaddrinfo.c | 28 static const char* name = "localhost"; variable
|
H A D | task.h | 265 #define TEST_IMPL(name) \ argument 269 #define BENCHMARK_IMPL(name) \ argument 273 #define HELPER_IMPL(name) \ argument
|
H A D | test-fork.c | 420 static void create_file(const char* name) { in create_file() 435 static void touch_file(const char* name) { in touch_file()
|
/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 18 def make_link_node(rawtext, app, name, manpage_num, options): argument 30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/libuv/src/unix/ |
H A D | loop-watcher.c | 25 #define UV_LOOP_WATCHER_DEFINE(name, type) \ argument
|
H A D | random-sysctl-linux.c | 33 int* name; member 44 static int name[] = {1 /*CTL_KERN*/, 40 /*KERN_RANDOM*/, 6 /*RANDOM_UUID*/}; in uv__random_sysctl() local
|
H A D | darwin-proctitle.c | 37 static int uv__pthread_setname_np(const char* name) { in uv__pthread_setname_np()
|
H A D | pipe.c | 56 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() 62 const char* name, in uv_pipe_bind2() 232 const char* name, in uv_pipe_connect() 255 const char* name, in uv_pipe_connect2()
|
H A D | dl.c | 53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
|
H A D | tcp.c | 369 struct sockaddr* name, in uv_tcp_getsockname() 383 struct sockaddr* name, in uv_tcp_getpeername()
|
H A D | core.c | 1169 #define CHECK_ENV_VAR(name) \ in uv_os_tmpdir() argument 1441 int uv_os_getenv(const char* name, char* buffer, size_t* size) { in uv_os_getenv() 1467 int uv_os_setenv(const char* name, const char* value) { in uv_os_setenv() 1478 int uv_os_unsetenv(const char* name) { in uv_os_unsetenv() 1758 struct sockaddr* name, in uv__getsockpeername()
|
/libuv/src/win/ |
H A D | loop-watcher.c | 38 #define UV_LOOP_WATCHER_DEFINE(name, NAME) \ argument
|
H A D | dl.c | 65 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
|
H A D | pipe.c | 109 static void uv__unique_pipe_name(unsigned long long ptr, char* name, size_t size) { in uv__unique_pipe_name() 139 static HANDLE open_named_pipe(const WCHAR* name, DWORD* duplex_flags) { in open_named_pipe() 211 char* name, size_t nameSize, unsigned long long random) { in uv__pipe_server() 704 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() 710 const char* name, in uv_pipe_bind2() 858 const char* name, in uv_pipe_connect() 878 const char* name, in uv_pipe_connect2()
|
/libuv/docs/code/plugin/ |
H A D | main.c | 11 void mfp_register(const char *name) { in mfp_register()
|