Asterisk - The Open Source Telephony Project
18.5.0
|
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 48 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 50 of file res_http_media_cache.c.
Referenced by bucket_file_run_curl(), bucket_http_wizard_create(), bucket_http_wizard_delete(), bucket_http_wizard_is_stale(), bucket_http_wizard_retrieve_id(), curl_header_callback(), and get_curl_instance().
FILE* out_file |
File to write data to
Definition at line 52 of file res_http_media_cache.c.
Referenced by bucket_file_run_curl(), and curl_body_callback().