- uv_after_work_cb
alias uv_after_work_cb = ExternC!(void function(uv_work_t* req, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_alloc_cb
alias uv_alloc_cb = ExternC!(void function(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_async_cb
alias uv_async_cb = ExternC!(void function(uv_async_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_async_t
alias uv_async_t = uv_async_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_calloc_func
alias uv_calloc_func = ExternC!(void* function(size_t count, size_t size))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_check_cb
alias uv_check_cb = ExternC!(void function(uv_check_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_check_t
alias uv_check_t = uv_check_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_close_cb
alias uv_close_cb = ExternC!(void function(uv_handle_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_connect_cb
alias uv_connect_cb = ExternC!(void function(uv_connect_t* req, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_connect_t
alias uv_connect_t = uv_connect_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_connection_cb
alias uv_connection_cb = ExternC!(void function(uv_stream_t* server, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cpu_info_t
alias uv_cpu_info_t = uv_cpu_info_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dir_t
alias uv_dir_t = uv_dir_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dirent_t
alias uv_dirent_t = uv_dirent_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_env_item_t
alias uv_env_item_t = uv_env_item_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_exit_cb
alias uv_exit_cb = ExternC!(void function(uv_process_t*, int64_t exit_status, int term_signal))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_free_func
alias uv_free_func = ExternC!(void function(void* ptr))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_cb
alias uv_fs_cb = ExternC!(void function(uv_fs_t* req))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_cb
alias uv_fs_event_cb = ExternC!(void function(uv_fs_event_t* handle, inout(char)* filename, int events, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_t
alias uv_fs_event_t = uv_fs_event_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_cb
alias uv_fs_poll_cb = ExternC!(void function(uv_fs_poll_t* handle, int status, inout(uv_stat_t)* prev, inout(uv_stat_t)* curr))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_t
alias uv_fs_poll_t = uv_fs_poll_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_t
alias uv_fs_t = uv_fs_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getaddrinfo_cb
alias uv_getaddrinfo_cb = ExternC!(void function(uv_getaddrinfo_t* req, int status, addrinfo* res))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getaddrinfo_t
alias uv_getaddrinfo_t = uv_getaddrinfo_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getnameinfo_cb
alias uv_getnameinfo_cb = ExternC!(void function(uv_getnameinfo_t* req, int status, inout(char)* hostname, inout(char)* service))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getnameinfo_t
alias uv_getnameinfo_t = uv_getnameinfo_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_t
alias uv_handle_t = uv_handle_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_idle_cb
alias uv_idle_cb = ExternC!(void function(uv_idle_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_idle_t
alias uv_idle_t = uv_idle_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_interface_address_t
alias uv_interface_address_t = uv_interface_address_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_t
alias uv_loop_t = uv_loop_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_malloc_func
alias uv_malloc_func = ExternC!(void* function(size_t size))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_passwd_t
alias uv_passwd_t = uv_passwd_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_t
alias uv_pipe_t = uv_pipe_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_cb
alias uv_poll_cb = ExternC!(void function(uv_poll_t* handle, int status, int events))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_t
alias uv_poll_t = uv_poll_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_prepare_cb
alias uv_prepare_cb = ExternC!(void function(uv_prepare_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_prepare_t
alias uv_prepare_t = uv_prepare_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_process_options_t
alias uv_process_options_t = uv_process_options_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_process_t
alias uv_process_t = uv_process_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_random_cb
alias uv_random_cb = ExternC!(void function(uv_random_t* req, int status, void* buf, size_t buflen))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_random_t
alias uv_random_t = uv_random_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_read_cb
alias uv_read_cb = ExternC!(void function(uv_stream_t* stream, ssize_t nread, inout(uv_buf_t)* buf))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_realloc_func
alias uv_realloc_func = ExternC!(void* function(void* ptr, size_t size))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_t
alias uv_req_t = uv_req_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_shutdown_cb
alias uv_shutdown_cb = ExternC!(void function(uv_shutdown_t* req, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_shutdown_t
alias uv_shutdown_t = uv_shutdown_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_cb
alias uv_signal_cb = ExternC!(void function(uv_signal_t* handle, int signum))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_t
alias uv_signal_t = uv_signal_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_statfs_t
alias uv_statfs_t = uv_statfs_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stdio_container_t
alias uv_stdio_container_t = uv_stdio_container_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stream_t
alias uv_stream_t = uv_stream_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_t
alias uv_tcp_t = uv_tcp_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_cb
alias uv_thread_cb = ExternC!(void function(void* arg))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_options_t
alias uv_thread_options_t = uv_thread_options_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_cb
alias uv_timer_cb = ExternC!(void function(uv_timer_t* handle))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_t
alias uv_timer_t = uv_timer_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_t
alias uv_tty_t = uv_tty_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_recv_cb
alias uv_udp_recv_cb = ExternC!(void function(uv_udp_t* handle, ssize_t nread, inout(uv_buf_t)* buf, inout(sockaddr)* addr, uint flags))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_send_cb
alias uv_udp_send_cb = ExternC!(void function(uv_udp_send_t* req, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_send_t
alias uv_udp_send_t = uv_udp_send_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_t
alias uv_udp_t = uv_udp_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_utsname_t
alias uv_utsname_t = uv_utsname_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_walk_cb
alias uv_walk_cb = ExternC!(void function(uv_handle_t* handle, void* arg))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_work_cb
alias uv_work_cb = ExternC!(void function(uv_work_t* req))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_work_t
alias uv_work_t = uv_work_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_write_cb
alias uv_write_cb = ExternC!(void function(uv_write_t* req, int status))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_write_t
alias uv_write_t = uv_write_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_accept
int uv_accept(uv_stream_t* server, uv_stream_t* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_async_init
int uv_async_init(uv_loop_t* , uv_async_t* async, uv_async_cb async_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_async_send
int uv_async_send(uv_async_t* async)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_backend_fd
int uv_backend_fd(inout(uv_loop_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_backend_timeout
int uv_backend_timeout(inout(uv_loop_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_barrier_destroy
void uv_barrier_destroy(uv_barrier_t* barrier)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_barrier_init
int uv_barrier_init(uv_barrier_t* barrier, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_barrier_wait
int uv_barrier_wait(uv_barrier_t* barrier)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_buf_init
uv_buf_t uv_buf_init(char* base, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cancel
int uv_cancel(uv_req_t* req)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_chdir
int uv_chdir(inout(char)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_check_init
int uv_check_init(uv_loop_t* , uv_check_t* check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_check_start
int uv_check_start(uv_check_t* check, uv_check_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_check_stop
int uv_check_stop(uv_check_t* check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_close
void uv_close(uv_handle_t* handle, uv_close_cb close_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_broadcast
void uv_cond_broadcast(uv_cond_t* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_destroy
void uv_cond_destroy(uv_cond_t* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_init
int uv_cond_init(uv_cond_t* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_signal
void uv_cond_signal(uv_cond_t* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_timedwait
int uv_cond_timedwait(uv_cond_t* cond, uv_mutex_t* mutex, uint64_t timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cond_wait
void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cpu_info
int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_cwd
int uv_cwd(char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_default_loop
uv_loop_t* uv_default_loop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_disable_stdio_inheritance
void uv_disable_stdio_inheritance()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dlclose
void uv_dlclose(uv_lib_t* lib)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dlerror
const(char)* uv_dlerror(inout(uv_lib_t)* lib)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dlopen
int uv_dlopen(inout(char)* filename, uv_lib_t* lib)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_dlsym
int uv_dlsym(uv_lib_t* lib, inout(char)* name, void** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_err_name
const(char)* uv_err_name(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_err_name_r
char* uv_err_name_r(int err, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_exepath
int uv_exepath(char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fileno
int uv_fileno(inout(uv_handle_t)* handle, uv_os_fd_t* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_free_cpu_info
void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_free_interface_addresses
void uv_free_interface_addresses(uv_interface_address_t* addresses, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_freeaddrinfo
void uv_freeaddrinfo(addrinfo* ai)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_access
int uv_fs_access(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, int mode, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_chmod
int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, int mode, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_chown
int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_close
int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_closedir
int uv_fs_closedir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_copyfile
int uv_fs_copyfile(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, inout(char)* new_path, int flags, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_getpath
int uv_fs_event_getpath(uv_fs_event_t* handle, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_init
int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_start
int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, inout(char)* path, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_event_stop
int uv_fs_event_stop(uv_fs_event_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_fchmod
int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_fchown
int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_fdatasync
int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_fstat
int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_fsync
int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_ftruncate
int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file file, int64_t offset, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_futime
int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_path
const(char)* uv_fs_get_path(inout(uv_fs_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_ptr
void* uv_fs_get_ptr(inout(uv_fs_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_result
ssize_t uv_fs_get_result(inout(uv_fs_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_statbuf
uv_stat_t* uv_fs_get_statbuf(uv_fs_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_system_error
int uv_fs_get_system_error(inout(uv_fs_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_get_type
uv_fs_type uv_fs_get_type(inout(uv_fs_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_lchown
int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_link
int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, inout(char)* new_path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_lstat
int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_lutime
int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, double atime, double mtime, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_mkdir
int uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, int mode, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_mkdtemp
int uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, inout(char)* tpl, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_mkstemp
int uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, inout(char)* tpl, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_open
int uv_fs_open(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, int flags, int mode, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_opendir
int uv_fs_opendir(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_getpath
int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_init
int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_start
int uv_fs_poll_start(uv_fs_poll_t* handle, uv_fs_poll_cb poll_cb, inout(char)* path, uint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_poll_stop
int uv_fs_poll_stop(uv_fs_poll_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_read
int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, inout(uv_buf_t)* bufs, uint nbufs, int64_t offset, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_readdir
int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_readlink
int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_realpath
int uv_fs_realpath(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_rename
int uv_fs_rename(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, inout(char)* new_path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_req_cleanup
void uv_fs_req_cleanup(uv_fs_t* req)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_rmdir
int uv_fs_rmdir(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_scandir
int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, int flags, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_scandir_next
int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_sendfile
int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset, size_t length, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_stat
int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_statfs
int uv_fs_statfs(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_symlink
int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, inout(char)* new_path, int flags, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_unlink
int uv_fs_unlink(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_utime
int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, inout(char)* path, double atime, double mtime, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_fs_write
int uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, inout(uv_buf_t)* bufs, uint nbufs, int64_t offset, uv_fs_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_get_constrained_memory
uint64_t uv_get_constrained_memory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_get_free_memory
uint64_t uv_get_free_memory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_get_osfhandle
uv_os_fd_t uv_get_osfhandle(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_get_process_title
int uv_get_process_title(char* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_get_total_memory
uint64_t uv_get_total_memory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getaddrinfo
int uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, inout(char)* node, inout(char)* service, inout(addrinfo)* hints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getnameinfo
int uv_getnameinfo(uv_loop_t* loop, uv_getnameinfo_t* req, uv_getnameinfo_cb getnameinfo_cb, inout(sockaddr)* addr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_getrusage
int uv_getrusage(uv_rusage_t* rusage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_gettimeofday
int uv_gettimeofday(uv_timeval64_t* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_guess_handle
uv_handle_type uv_guess_handle(uv_file file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_get_data
void* uv_handle_get_data(inout(uv_handle_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_get_loop
uv_loop_t* uv_handle_get_loop(inout(uv_handle_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_get_type
uv_handle_type uv_handle_get_type(inout(uv_handle_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_set_data
void uv_handle_set_data(uv_handle_t* handle, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_size
size_t uv_handle_size(uv_handle_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_handle_type_name
const(char)* uv_handle_type_name(uv_handle_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_has_ref
int uv_has_ref(inout(uv_handle_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_hrtime
uint64_t uv_hrtime()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_idle_init
int uv_idle_init(uv_loop_t* , uv_idle_t* idle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_idle_start
int uv_idle_start(uv_idle_t* idle, uv_idle_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_idle_stop
int uv_idle_stop(uv_idle_t* idle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_if_indextoiid
int uv_if_indextoiid(uint ifindex, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_if_indextoname
int uv_if_indextoname(uint ifindex, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_inet_ntop
int uv_inet_ntop(int af, inout(void)* src, char* dst, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_inet_pton
int uv_inet_pton(int af, inout(char)* src, void* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_interface_addresses
int uv_interface_addresses(uv_interface_address_t** addresses, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_ip4_addr
int uv_ip4_addr(inout(char)* ip, int port, sockaddr_in* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_ip4_name
int uv_ip4_name(inout(sockaddr_in)* src, char* dst, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_ip6_addr
int uv_ip6_addr(inout(char)* ip, int port, sockaddr_in6* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_ip6_name
int uv_ip6_name(inout(sockaddr_in6)* src, char* dst, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_is_active
int uv_is_active(inout(uv_handle_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_is_closing
int uv_is_closing(inout(uv_handle_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_is_readable
int uv_is_readable(inout(uv_stream_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_is_writable
int uv_is_writable(inout(uv_stream_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_key_create
int uv_key_create(uv_key_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_key_delete
void uv_key_delete(uv_key_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_key_get
void* uv_key_get(uv_key_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_key_set
void uv_key_set(uv_key_t* key, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_kill
int uv_kill(int pid, int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_library_shutdown
void uv_library_shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_listen
int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loadavg
void uv_loadavg(double[3] avg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_alive
int uv_loop_alive(inout(uv_loop_t)* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_close
int uv_loop_close(uv_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_configure
int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_delete
void uv_loop_delete(uv_loop_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_fork
int uv_loop_fork(uv_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_get_data
void* uv_loop_get_data(inout(uv_loop_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_init
int uv_loop_init(uv_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_new
uv_loop_t* uv_loop_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_set_data
void uv_loop_set_data(uv_loop_t* , void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_loop_size
size_t uv_loop_size()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_metrics_idle_time
uint64_t uv_metrics_idle_time(uv_loop_t* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_destroy
void uv_mutex_destroy(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_init
int uv_mutex_init(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_init_recursive
int uv_mutex_init_recursive(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_lock
void uv_mutex_lock(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_trylock
int uv_mutex_trylock(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_unlock
void uv_mutex_unlock(uv_mutex_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_now
uint64_t uv_now(inout(uv_loop_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_once
void uv_once(uv_once_t* guard, ExternC!(void function()) callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_open_osfhandle
int uv_open_osfhandle(uv_os_fd_t os_fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_environ
int uv_os_environ(uv_env_item_t** envitems, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_free_environ
void uv_os_free_environ(uv_env_item_t* envitems, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_free_passwd
void uv_os_free_passwd(uv_passwd_t* pwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_get_passwd
int uv_os_get_passwd(uv_passwd_t* pwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_getenv
int uv_os_getenv(inout(char)* name, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_gethostname
int uv_os_gethostname(char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_getpid
uv_pid_t uv_os_getpid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_getppid
uv_pid_t uv_os_getppid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_getpriority
int uv_os_getpriority(uv_pid_t pid, int* priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_homedir
int uv_os_homedir(char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_setenv
int uv_os_setenv(inout(char)* name, inout(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_setpriority
int uv_os_setpriority(uv_pid_t pid, int priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_tmpdir
int uv_os_tmpdir(char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_uname
int uv_os_uname(uv_utsname_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_unsetenv
int uv_os_unsetenv(inout(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_bind
int uv_pipe_bind(uv_pipe_t* handle, inout(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_chmod
int uv_pipe_chmod(uv_pipe_t* handle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_connect
void uv_pipe_connect(uv_connect_t* req, uv_pipe_t* handle, inout(char)* name, uv_connect_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_getpeername
int uv_pipe_getpeername(inout(uv_pipe_t)* handle, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_getsockname
int uv_pipe_getsockname(inout(uv_pipe_t)* handle, char* buffer, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_init
int uv_pipe_init(uv_loop_t* , uv_pipe_t* handle, int ipc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_open
int uv_pipe_open(uv_pipe_t* , uv_file file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_pending_count
int uv_pipe_pending_count(uv_pipe_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_pending_instances
void uv_pipe_pending_instances(uv_pipe_t* handle, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_pending_type
uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_init
int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_init_socket
int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_start
int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_poll_stop
int uv_poll_stop(uv_poll_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_prepare_init
int uv_prepare_init(uv_loop_t* , uv_prepare_t* prepare)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_prepare_start
int uv_prepare_start(uv_prepare_t* prepare, uv_prepare_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_prepare_stop
int uv_prepare_stop(uv_prepare_t* prepare)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_print_active_handles
void uv_print_active_handles(uv_loop_t* loop, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_print_all_handles
void uv_print_all_handles(uv_loop_t* loop, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_process_get_pid
uv_pid_t uv_process_get_pid(inout(uv_process_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_process_kill
int uv_process_kill(uv_process_t* , int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_queue_work
int uv_queue_work(uv_loop_t* loop, uv_work_t* req, uv_work_cb work_cb, uv_after_work_cb after_work_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_random
int uv_random(uv_loop_t* loop, uv_random_t* req, void* buf, size_t buflen, uint flags, uv_random_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_read_start
int uv_read_start(uv_stream_t* , uv_alloc_cb alloc_cb, uv_read_cb read_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_read_stop
int uv_read_stop(uv_stream_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_recv_buffer_size
int uv_recv_buffer_size(uv_handle_t* handle, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_ref
void uv_ref(uv_handle_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_replace_allocator
int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, uv_calloc_func calloc_func, uv_free_func free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_get_data
void* uv_req_get_data(inout(uv_req_t)* req)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_get_type
uv_req_type uv_req_get_type(inout(uv_req_t)* req)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_set_data
void uv_req_set_data(uv_req_t* req, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_size
size_t uv_req_size(uv_req_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_req_type_name
const(char)* uv_req_type_name(uv_req_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_resident_set_memory
int uv_resident_set_memory(size_t* rss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_run
int uv_run(uv_loop_t* , uv_run_mode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_destroy
void uv_rwlock_destroy(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_init
int uv_rwlock_init(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_rdlock
void uv_rwlock_rdlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_rdunlock
void uv_rwlock_rdunlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_tryrdlock
int uv_rwlock_tryrdlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_trywrlock
int uv_rwlock_trywrlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_wrlock
void uv_rwlock_wrlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_rwlock_wrunlock
void uv_rwlock_wrunlock(uv_rwlock_t* rwlock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_destroy
void uv_sem_destroy(uv_sem_t* sem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_init
int uv_sem_init(uv_sem_t* sem, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_post
void uv_sem_post(uv_sem_t* sem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_trywait
int uv_sem_trywait(uv_sem_t* sem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_wait
void uv_sem_wait(uv_sem_t* sem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_send_buffer_size
int uv_send_buffer_size(uv_handle_t* handle, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_set_process_title
int uv_set_process_title(inout(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_setup_args
char** uv_setup_args(int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_shutdown
int uv_shutdown(uv_shutdown_t* req, uv_stream_t* handle, uv_shutdown_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_init
int uv_signal_init(uv_loop_t* loop, uv_signal_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_start
int uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_start_oneshot
int uv_signal_start_oneshot(uv_signal_t* handle, uv_signal_cb signal_cb, int signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_signal_stop
int uv_signal_stop(uv_signal_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sleep
void uv_sleep(uint msec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_spawn
int uv_spawn(uv_loop_t* loop, uv_process_t* handle, inout(uv_process_options_t)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stop
void uv_stop(uv_loop_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stream_get_write_queue_size
size_t uv_stream_get_write_queue_size(inout(uv_stream_t)* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stream_set_blocking
int uv_stream_set_blocking(uv_stream_t* handle, int blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_strerror
const(char)* uv_strerror(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_strerror_r
char* uv_strerror_r(int err, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_bind
int uv_tcp_bind(uv_tcp_t* handle, inout(sockaddr)* addr, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_close_reset
int uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_connect
int uv_tcp_connect(uv_connect_t* req, uv_tcp_t* handle, inout(sockaddr)* addr, uv_connect_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_getpeername
int uv_tcp_getpeername(inout(uv_tcp_t)* handle, sockaddr* name, int* namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_getsockname
int uv_tcp_getsockname(inout(uv_tcp_t)* handle, sockaddr* name, int* namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_init
int uv_tcp_init(uv_loop_t* , uv_tcp_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_init_ex
int uv_tcp_init_ex(uv_loop_t* , uv_tcp_t* handle, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_keepalive
int uv_tcp_keepalive(uv_tcp_t* handle, int enable, uint delay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_nodelay
int uv_tcp_nodelay(uv_tcp_t* handle, int enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_open
int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_simultaneous_accepts
int uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_create
int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_create_ex
int uv_thread_create_ex(uv_thread_t* tid, inout(uv_thread_options_t)* params, uv_thread_cb entry, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_equal
int uv_thread_equal(inout(uv_thread_t)* t1, inout(uv_thread_t)* t2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_join
int uv_thread_join(uv_thread_t* tid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_self
uv_thread_t uv_thread_self()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_again
int uv_timer_again(uv_timer_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_get_due_in
uint64_t uv_timer_get_due_in(inout(uv_timer_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_get_repeat
uint64_t uv_timer_get_repeat(inout(uv_timer_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_init
int uv_timer_init(uv_loop_t* , uv_timer_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_set_repeat
void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_start
int uv_timer_start(uv_timer_t* handle, uv_timer_cb cb, uint64_t timeout, uint64_t repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_timer_stop
int uv_timer_stop(uv_timer_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_translate_sys_error
int uv_translate_sys_error(int sys_errno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_try_write
int uv_try_write(uv_stream_t* handle, inout(uv_buf_t)* bufs, uint nbufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_get_vterm_state
int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_get_winsize
int uv_tty_get_winsize(uv_tty_t* , int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_init
int uv_tty_init(uv_loop_t* , uv_tty_t* , uv_file fd, int readable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_reset_mode
int uv_tty_reset_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_set_mode
int uv_tty_set_mode(uv_tty_t* , uv_tty_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tty_set_vterm_state
void uv_tty_set_vterm_state(uv_tty_vtermstate_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_bind
int uv_udp_bind(uv_udp_t* handle, inout(sockaddr)* addr, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_connect
int uv_udp_connect(uv_udp_t* handle, inout(sockaddr)* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_get_send_queue_count
size_t uv_udp_get_send_queue_count(inout(uv_udp_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_get_send_queue_size
size_t uv_udp_get_send_queue_size(inout(uv_udp_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_getpeername
int uv_udp_getpeername(inout(uv_udp_t)* handle, sockaddr* name, int* namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_getsockname
int uv_udp_getsockname(inout(uv_udp_t)* handle, sockaddr* name, int* namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_init
int uv_udp_init(uv_loop_t* , uv_udp_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_init_ex
int uv_udp_init_ex(uv_loop_t* , uv_udp_t* handle, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_open
int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_recv_start
int uv_udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_recv_stop
int uv_udp_recv_stop(uv_udp_t* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_send
int uv_udp_send(uv_udp_send_t* req, uv_udp_t* handle, inout(uv_buf_t)* bufs, uint nbufs, inout(sockaddr)* addr, uv_udp_send_cb send_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_broadcast
int uv_udp_set_broadcast(uv_udp_t* handle, int on)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_membership
int uv_udp_set_membership(uv_udp_t* handle, inout(char)* multicast_addr, inout(char)* interface_addr, uv_membership membership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_multicast_interface
int uv_udp_set_multicast_interface(uv_udp_t* handle, inout(char)* interface_addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_multicast_loop
int uv_udp_set_multicast_loop(uv_udp_t* handle, int on)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_multicast_ttl
int uv_udp_set_multicast_ttl(uv_udp_t* handle, int ttl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_source_membership
int uv_udp_set_source_membership(uv_udp_t* handle, inout(char)* multicast_addr, inout(char)* interface_addr, inout(char)* source_addr, uv_membership membership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_set_ttl
int uv_udp_set_ttl(uv_udp_t* handle, int ttl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_try_send
int uv_udp_try_send(uv_udp_t* handle, inout(uv_buf_t)* bufs, uint nbufs, inout(sockaddr)* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_udp_using_recvmmsg
int uv_udp_using_recvmmsg(inout(uv_udp_t)* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_unref
void uv_unref(uv_handle_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_update_time
void uv_update_time(uv_loop_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_uptime
int uv_uptime(double* uptime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_version
uint uv_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_version_string
const(char)* uv_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_walk
void uv_walk(uv_loop_t* loop, uv_walk_cb walk_cb, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_write
int uv_write(uv_write_t* req, uv_stream_t* handle, inout(uv_buf_t)* bufs, uint nbufs, uv_write_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_write2
int uv_write2(uv_write_t* req, uv_stream_t* handle, inout(uv_buf_t)* bufs, uint nbufs, uv_stream_t* send_handle, uv_write_cb cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.