Home
last modified time | relevance | path

Searched refs:s (Results 51 – 75 of 77) sorted by relevance

1234

/libuv/src/unix/
H A Dsunos.c900 size_t strnlen(const char* s, size_t maxlen) { in strnlen() argument
902 end = memchr(s, '\0', maxlen); in strnlen()
905 return end - s; in strnlen()
H A Dlinux.c1645 const char* s; in uv_resident_set_memory() local
1656 s = strrchr(buf, ')'); in uv_resident_set_memory()
1657 if (s == NULL) in uv_resident_set_memory()
1661 s = strchr(s + 1, ' '); in uv_resident_set_memory()
1662 if (s == NULL) in uv_resident_set_memory()
1667 val = strtol(s, NULL, 10); in uv_resident_set_memory()
H A Dfs.c952 struct statfs s; in uv__is_buggy_cephfs() local
954 if (-1 == fstatfs(fd, &s)) in uv__is_buggy_cephfs()
957 if (s.f_type != /* CephFS */ 0xC36400) in uv__is_buggy_cephfs()
965 struct statfs s; in uv__is_cifs_or_smb() local
967 if (-1 == fstatfs(fd, &s)) in uv__is_cifs_or_smb()
970 switch ((unsigned) s.f_type) { in uv__is_cifs_or_smb()
H A Dibmi.c512 char* s; in uv_setup_args() local
/libuv/docs/src/
H A Dmigration_010_100.rst116 ``struct sockaddr_in6``. Now functions take a ``struct sockaddr*`` (note it's a pointer).
238 libuv 0.10. In 1.0, this function got renamed to :c:func:`uv_fs_scandir`, since it's
H A Dtcp.rst74 it's required that it represents a valid stream socket.
78 Enable `TCP_NODELAY`, which disables Nagle's algorithm.
H A Dtimer.rst46 …Does not update the event loop's concept of "now". See :c:func:`uv_update_time` for more informati…
H A Drequest.rst80 It's **not** safe to free the memory associated with the request until the
H A Dudp.rst190 it's required that it represents a valid datagram socket.
214 For platforms where `SO_REUSEPORT`s have the capability of load balancing,
217 For platforms where `SO_REUSEPORT`s don't have the capability of load balancing,
H A Dmisc.rst258 Override the use of the standard library's :man:`malloc(3)`,
380 On Linux, inspects the calling thread's CPU affinity mask to determine if
426 Returns [0,0,0] on Windows (i.e., it's not implemented).
536 Gets the current user's home directory. On Windows, `uv_os_homedir()` first
542 user's home directory is stored in `buffer`. When `uv_os_homedir()` is
H A Dfs.rst170 `uv_dirent_t`s used to hold results. `nentries` is the user provided maximum
483 While this function can still be used, it's not recommended if scenarios such as the
/libuv/
H A DLICENSE-docs41 the licensor's permission is not necessary for any reason--for
81 b. Adapter's License means the license You apply to Your Copyright
112 h. Licensor means the individual(s) or entity(ies) granting rights
223 i. identification of the creator(s) of the Licensed
257 4. If You Share Adapted Material You produce, the Adapter's
H A DSUPPORTED_PLATFORMS.md46 file inside ``src/unix/`` unless it's already done in a common file, in which
H A DLINKS.md31 * [node.js](http://www.nodejs.org/): Javascript (using Google's V8) + libuv
47 * [uvloop](https://github.com/MagicStack/uvloop): Ultra fast implementation of python's asyncio eve…
H A Dconfigure.ac42 # AM_PROG_AR is not available in automake v0.11 but it's essential in v0.12.
H A DChangeLog60 * mailmap: update saghul's main email address (Saúl Ibarra Corretgé)
552 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
626 * doc: document uv_fs_cb type (Tamás Bálint Misius)
1210 * doc: more accurate list of valid send_handle's (twosee)
1414 * test: give hrtime test a custom 20s timeout (Jameson Nash)
2102 * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
2332 * openbsd: switch to libuv's barrier implementation (ptlomholt)
2456 * aix: switch to libuv's own thread barrier impl (Ben Noordhuis)
2561 * doc: update Imran Iqbal's GitHub handle (cjihrig)
2614 * src,test: s/olny/only (cjihrig)
[all …]
H A DAUTHORS186 Ole André Vadla Ravnås <oleavr@gmail.com>
538 Tamás Bálint Misius <lbphacker@gmail.com>
/libuv/docs/src/guide/
H A Dutilities.rst105 developers for analysis during periods of idleness, or use the application's
178 fprintf(stderr, "Connecting to %s\n", baton->host);
264 We are interested in the socket fd ``s``, and the ``action``. For every socket
364 function we are looking for in the application's plugins.
446 Käfer's excellent slides on writing node.js bindings --
H A Dprocesses.rst91 * ``UV_PROCESS_SETUID`` - sets the child's execution user ID to ``uv_process_options_t.uid``.
92 * ``UV_PROCESS_SETGID`` - sets the child's execution group ID to ``uv_process_options_t.gid``.
374 Turning now to the master, let's take a look at how the workers are launched to
/libuv/docs/
H A Dmake.bat45 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
46 del /q /s %BUILDDIR%\*
/libuv/test/
H A Dtest-fork.c378 static void fork_signal_cb(uv_signal_t* h, int s) { in fork_signal_cb() argument
379 fork_signal_cb_called = s; in fork_signal_cb()
/libuv/m4/
H A Dax_pthread.m472 # As a special exception, the respective Autoconf Macro's copyright owner
256 # to be the way of modern systems, but it's conceivable.)
296 ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
/libuv/include/uv/
H A Dwin.h148 (SOCKET s,
/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() argument
126 return uv__convert_utf8_to_utf16(s, ws_ptr); in uv__utf8_to_utf16_alloc()
/libuv/.github/workflows/
H A DCI-unix.yml161 … DEB=`curl -s $QEMU_SRC/ | grep -o -E 'href="([^"#]+)"' | cut -d'"' -f2 | grep $QEMU_VER | tail -1`

Completed in 72 milliseconds

1234