Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 40) sorted by relevance

12

/libuv/include/uv/
H A Dtree.h51 #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 Drunner.h63 #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 Dtest-queue-foreach-delete.c69 #define DEFINE_GLOBALS_AND_CBS(name, ...) \ argument
102 #define INIT_AND_START(name, loop) \ argument
115 #define END_ASSERTS(name) \ argument
H A Drunner-win.h40 char *name; member
H A Dtest-tmpdir.c71 const char *name = "TMP"; in TEST_IMPL() local
H A Drunner-unix.h31 char* name; member
H A Dtest-env-vars.c29 const char* name = "UV_TEST_FOO"; in TEST_IMPL() local
H A Dbenchmark-getaddrinfo.c29 static const char* name = "localhost"; variable
H A Dtest-fs-event.c60 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 Dtest-fs-copyfile.c76 static void touch_file(const char* name, unsigned int size) { in touch_file()
H A Dtest-getaddrinfo.c28 static const char* name = "localhost"; variable
H A Dtask.h265 #define TEST_IMPL(name) \ argument
269 #define BENCHMARK_IMPL(name) \ argument
273 #define HELPER_IMPL(name) \ argument
H A Dtest-fork.c420 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 Dmanpage.py18 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 Dloop-watcher.c25 #define UV_LOOP_WATCHER_DEFINE(name, type) \ argument
H A Drandom-sysctl-linux.c33 int* name; member
44 static int name[] = {1 /*CTL_KERN*/, 40 /*KERN_RANDOM*/, 6 /*RANDOM_UUID*/}; in uv__random_sysctl() local
H A Ddarwin-proctitle.c37 static int uv__pthread_setname_np(const char* name) { in uv__pthread_setname_np()
H A Dpipe.c56 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 Ddl.c53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
H A Dtcp.c369 struct sockaddr* name, in uv_tcp_getsockname()
383 struct sockaddr* name, in uv_tcp_getpeername()
H A Dcore.c1169 #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 Dloop-watcher.c38 #define UV_LOOP_WATCHER_DEFINE(name, NAME) \ argument
H A Ddl.c65 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
H A Dpipe.c109 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 Dmain.c11 void mfp_register(const char *name) { in mfp_register()

Completed in 43 milliseconds

12