Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dmulti-uv.c45 uv_poll_t poll_handle; member
57 uv_poll_init_socket(loop, &context->poll_handle, sockfd); in create_curl_context()
58 context->poll_handle.data = context; in create_curl_context()
71 uv_close((uv_handle_t *) &context->poll_handle, curl_close_cb); in destroy_curl_context()
193 uv_poll_start(&curl_context->poll_handle, events, curl_perform); in handle_socket()
197 uv_poll_stop(&((curl_context_t*)socketp)->poll_handle); in handle_socket()