Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 11 of 11) sorted by relevance

/libuv/.github/workflows/
H A DCI-docs.yml15 - uses: actions/setup-python@v5
H A DCI-sample.yml25 - name: setup
/libuv/docs/src/sphinx-plugins/
H A Dmanpage.py41 def setup(app): function
/libuv/docs/src/guide/
H A Dnetworking.rst54 Most of the setup functions are synchronous since they are CPU-bound.
125 First we setup the receiving socket to bind on all interfaces on port 68 (DHCP
129 Then we setup a similar send socket and use ``uv_udp_send`` to send
205 If ``uv_getaddrinfo`` returns non-zero, something went wrong in the setup and
H A Dbasics.rst197 Handles are setup by a corresponding::
H A Dfilesystem.rst300 .. rubric:: onchange/main.c - The setup
H A Dutilities.rst219 .. rubric:: uvwget/main.c - The setup
H A Dprocesses.rst301 creator/owner of the socket acting as the server. After the initial setup,
/libuv/test/
H A Dtest-fs-open-flags.c61 static void setup(void) { in setup() function
419 setup(); in TEST_IMPL()
H A Dtest-fs.c1250 static int test_sendfile(void (*setup)(int), uv_fs_cb cb, size_t expected_size) { in test_sendfile()
1265 if (setup != NULL) in test_sendfile()
1266 setup(f); in test_sendfile()
/libuv/
H A DChangeLog162 * ci: bump actions/setup-python from 4 to 5 (dependabot[bot])
4394 * unix: don't close the fds we just setup (Sam Roberts)

Completed in 39 milliseconds