Searched refs:curl_easy_upkeep (Results 1 – 9 of 9) sorted by relevance
4 Title: curl_easy_upkeep17 curl_easy_upkeep - keep existing connections alive24 CURLcode curl_easy_upkeep(CURL *handle);35 the connection upkeep interval is exceeded and curl_easy_upkeep(3)65 /* While the connection is being held open, curl_easy_upkeep() can be66 called. If curl_easy_upkeep() is called and the time since the last68 curl_easy_upkeep(curl);
46 curl_easy_upkeep.3 \
34 The user needs to explicitly call curl_easy_upkeep(3) in order to38 the connection upkeep interval is exceeded and curl_easy_upkeep(3)64 /* While the connection is being held open, curl_easy_upkeep() can be65 called. If curl_easy_upkeep() is called and the time since the last67 curl_easy_upkeep(curl);
119 CURL_EXTERN CURLcode curl_easy_upkeep(CURL *curl);
20 curl_easy_upkeep
1326 CURLcode curl_easy_upkeep(CURL *d) in curl_easy_upkeep() function
79 curl_easy_upkeep
2958 d curl_easy_upkeep...2959 d pr extproc('curl_easy_upkeep')
519 In libcurl 7.62.0 we introduced curl_easy_upkeep. It unfortunately only works
Completed in 21 milliseconds