Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data passed to cURL callbacks. More...
Data Fields | |
struct ast_bucket_file * | bucket_file |
FILE * | out_file |
Data passed to cURL callbacks.
Definition at line 200 of file res_http_media_cache.c.
struct ast_bucket_file* bucket_file |
The ast_bucket_file
object that caused the operation
Definition at line 202 of file res_http_media_cache.c.
Referenced by bucket_file_run_curl(), bucket_http_wizard_is_stale(), curl_header_callback(), and get_curl_instance().
FILE* out_file |
File to write data to
Definition at line 204 of file res_http_media_cache.c.
Referenced by bucket_file_run_curl(), and curl_body_callback().