Posts Tagged ‘curl_multi_perform’

curl_multi_perform – reads/writes available data from each easy handle
USAGE
#include

CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_han-
dles);

DESCRIPTION
When the app thinks there’s data available for [...]

Thursday, August 27th, 2009 at 02:17 | Comments Off
Categories: c
TOP