Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
curl_bucket_file_data Struct Reference

Data passed to cURL callbacks. More...

Collaboration diagram for curl_bucket_file_data:
Collaboration graph
[legend]

Data Fields

struct ast_bucket_filebucket_file
 
FILE * out_file
 

Detailed Description

Data passed to cURL callbacks.

Definition at line 200 of file res_http_media_cache.c.

Field Documentation

◆ bucket_file

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().

◆ out_file

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().


The documentation for this struct was generated from the following file: