|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Bucket metadata structure, AO2 key value pair. More...
#include <bucket.h>
Data Fields | |
| char | data [0] |
| Storage for the above name and value. | |
| const char * | name |
| Name of the attribute. | |
| const char * | value |
| Value of the attribute. | |
| char data[0] |
Storage for the above name and value.
Definition at line 53 of file bucket.h.
Referenced by bucket_metadata_alloc().
| const char* name |
Name of the attribute.
Definition at line 49 of file bucket.h.
Referenced by ast_bucket_file_json(), bucket_metadata_alloc(), PathSegment::get_child(), SwaggerType::load(), media_cache_handle_show_item(), and metadata_sync_to_astdb().
| const char* value |
Value of the attribute.
Definition at line 51 of file bucket.h.
Referenced by ast_bucket_file_json(), ast_media_cache_retrieve_metadata(), bucket_file_set_expiration(), bucket_http_wizard_is_stale(), bucket_metadata_alloc(), media_cache_handle_show_item(), and metadata_sync_to_astdb().