Home
last modified time | relevance | path

Searched refs:curl_perform (Results 1 – 2 of 2) sorted by relevance

/libuv/docs/code/uvwget/
H A Dmain.c81 void curl_perform(uv_poll_t *req, int status, int events) { in curl_perform() function
123 uv_poll_start(&curl_context->poll_handle, UV_READABLE, curl_perform); in handle_socket()
126 uv_poll_start(&curl_context->poll_handle, UV_WRITABLE, curl_perform); in handle_socket()
/libuv/docs/src/guide/
H A Dutilities.rst276 mask with the new value. ``curl_perform`` is the crux of this program.

Completed in 8 milliseconds