Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dvalgrind.supp76 fun:easy_events
/third_party/curl/lib/
Deasy.c647 static CURLcode easy_events(struct Curl_multi *multi) in easy_events() function
660 #define easy_events(x) CURLE_NOT_BUILT_IN macro
765 result = events ? easy_events(multi) : easy_transfer(multi); in easy_perform()