Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 27) sorted by relevance

12

/libuv/src/
H A Dstrscpy.c25 ssize_t uv__strscpy(char* d, const char* s, size_t n) { in uv__strscpy()
H A Didna.c152 static int uv__idna_toascii_label(const char* s, const char* se, in uv__idna_toascii_label()
318 ssize_t uv__idna_toascii(const char* s, const char* se, char* d, char* de) { in uv__idna_toascii()
H A Dinet.c155 char tmp[UV__INET6_ADDRSTRLEN], *s, *p; in uv_inet_pton() local
H A Duv-common.c55 char* uv__strdup(const char* s) { in uv__strdup()
63 char* uv__strndup(const char* s, size_t n) { in uv__strndup()
/libuv/test/
H A Dbenchmark-udp-pummel.c73 struct sender_state* s; in send_cb() local
173 struct receiver_state* s = receivers + i; in pummel() local
189 struct sender_state* s = senders + i; in pummel() local
H A Dtest-ip6-addr.c169 struct sockaddr_in6 s; in TEST_IMPL() local
H A Dtest-fs.c173 uv_stat_t* s; in check_permission() local
328 uv_stat_t* s = req->ptr; in fstat_cb() local
815 uv_stat_t* s; in check_utime() local
1405 uv_stat_t* s; in TEST_IMPL() local
2813 int r, s; in TEST_IMPL() local
H A Dbenchmark-pump.c277 static void connection_cb(uv_stream_t* s, int status) { in connection_cb()
H A Dtest-fork.c378 static void fork_signal_cb(uv_signal_t* h, int s) { in fork_signal_cb()
/libuv/src/unix/
H A Drandom-devurandom.c33 struct stat s; in uv__random_readpath() local
H A Dcygwin.c40 const char* s; in uv_resident_set_memory() local
H A Dstream.c123 uv__stream_select_t* s; in uv__stream_osx_interrupt_select() local
148 uv__stream_select_t* s; in uv__stream_osx_select() local
235 uv__stream_select_t* s; in uv__stream_osx_select_cb() local
267 uv__stream_select_t* s; in uv__stream_osx_cb_close() local
283 uv__stream_select_t* s; in uv__stream_try_select() local
1491 const uv__stream_select_t* s; in uv___stream_fd() local
1513 uv__stream_select_t* s; in uv__stream_close() local
H A Dos390-proctitle.c42 char* s; in uv_setup_args() local
H A Dinternal.h388 char* s; in UV_UNUSED() local
397 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED()
407 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED()
417 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED()
H A Dproctitle.c50 char* s; in uv_setup_args() local
H A Dtty.c358 struct stat s; in uv_guess_handle() local
H A Dfsevents.c676 uv__cf_loop_signal_t* s; in uv__fsevents_loop_delete() local
740 uv__cf_loop_signal_t* s; in uv__cf_loop_cb() local
H A Dpipe.c34 static int includes_nul(const char *s, size_t n) { in includes_nul()
H A Dtcp.c39 union uv__sockaddr s; in maybe_bind_socket() local
H A Dsunos.c900 size_t strnlen(const char* s, size_t maxlen) { in strnlen()
H A Dibmi.c512 char* s; in uv_setup_args() local
H A Daix.c892 char* s; in uv_setup_args() local
H A Dfs.c949 struct statfs s; in uv__is_buggy_cephfs() local
962 struct statfs s; in uv__is_cifs_or_smb() local
/libuv/docs/code/uvwget/
H A Dmain.c109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) { in handle_socket()
/libuv/src/win/
H A Dprocess.c125 static int uv__utf8_to_utf16_alloc(const char* s, WCHAR** ws_ptr) { in uv__utf8_to_utf16_alloc()

Completed in 79 milliseconds

12