Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
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 236 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 238 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 240 of file res_http_media_cache.c.
Referenced by bucket_file_run_curl(), and curl_body_callback().