Lines Matching refs:with
36 should call curl_multi_socket_action(3) with the **sockfd** argument
37 set to the socket with the action. When the events on a socket are known, they
55 calls to the socket callback function set with the
57 update the status with changes since the previous time the callback was
61 with curl_multi_setopt(3). Your application then gets called with
63 timeout action: call the curl_multi_socket_action(3) function with the
78 2. Set the socket callback with CURLMOPT_SOCKETFUNCTION(3)
80 3. Set the timeout callback with CURLMOPT_TIMERFUNCTION(3), to get to
83 4. Add easy handles with curl_multi_add_handle()
97 call curl_multi_socket_action(3) with *CURL_SOCKET_TIMEOUT*.
109 CURLM *multi; /* the stack we work with */