Searched refs:setup (Results 1 – 11 of 11) sorted by relevance
15 - uses: actions/setup-python@v5
25 - name: setup
41 def setup(app): function
54 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 (DHCP129 Then we setup a similar send socket and use ``uv_udp_send`` to send205 If ``uv_getaddrinfo`` returns non-zero, something went wrong in the setup and
197 Handles are setup by a corresponding::
300 .. rubric:: onchange/main.c - The setup
219 .. rubric:: uvwget/main.c - The setup
301 creator/owner of the socket acting as the server. After the initial setup,
61 static void setup(void) { in setup() function419 setup(); in TEST_IMPL()
1250 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()
162 * 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