Searched refs:curl_progress_callback (Results 1 – 7 of 7) sorted by relevance
471 __builtin_types_compatible_p(__typeof__(expr), curl_progress_callback) || \
172 typedef int (*curl_progress_callback)(void *clientp, typedef
519 __builtin_types_compatible_p(__typeof__(expr), curl_progress_callback) || \
161 typedef int (*curl_progress_callback)(void *clientp, typedef
1457 curl_progress_callback fprogress; /* OLD and deprecated progress callback */
1741 data->set.fprogress = va_arg(param, curl_progress_callback); in Curl_setopt()
1761 d curl_progress_callback...