HomeSort by relevance Sort by last modified time
    Searched refs:curl_multi_socket (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/third_party/curl/
multi.h 60 curl_multi_socket*() soon */
71 /* just to make code nicer when using curl_multi_socket() you can now check
211 * Name: curl_multi_socket() and
243 * curl_multi_socket() or curl_multi_perform() must be called
253 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
266 the new curl_multi_socket_action() instead of the old curl_multi_socket()
268 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
275 * wait before curl_multi_socket() or curl_multi_perform() must be
335 * (only) useful for curl_multi_socket uses.
  /external/curl/include/curl/
multi.h 63 curl_multi_socket*() soon */
76 /* just to make code nicer when using curl_multi_socket() you can now check
248 * Name: curl_multi_socket() and
280 * curl_multi_socket() or curl_multi_perform() must be called
290 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
303 the new curl_multi_socket_action() instead of the old curl_multi_socket()
305 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
312 * wait before curl_multi_socket() or curl_multi_perform() must be
403 * (only) useful for curl_multi_socket uses.
  /external/curl/lib/
multi.c 441 when only the curl_multi_socket() API is used. During that flow, only
2703 #undef curl_multi_socket macro
2705 CURLMcode curl_multi_socket(struct Curl_multi *multi, curl_socket_t s, function
    [all...]

Completed in 94 milliseconds