Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for available schemes. More...
Data Fields | |
struct ast_sorcery_wizard * | bucket |
Wizard for buckets. More... | |
bucket_file_create_cb | create |
Pointer to the file snapshot creation callback. More... | |
bucket_file_destroy_cb | destroy |
Pointer to the file snapshot destruction callback. More... | |
struct ast_sorcery_wizard * | file |
Wizard for files. More... | |
char | name [0] |
Name of the scheme. More... | |
struct ast_sorcery_wizard* bucket |
Wizard for buckets.
Definition at line 93 of file bucket.c.
Referenced by __ast_bucket_scheme_register(), ast_bucket_alloc(), bucket_alloc(), bucket_destroy(), bucket_wizard_create(), bucket_wizard_delete(), and bucket_wizard_is_stale().
bucket_file_create_cb create |
bucket_file_destroy_cb destroy |
Pointer to the file snapshot destruction callback.
Definition at line 99 of file bucket.c.
Referenced by bucket_file_destroy().
struct ast_sorcery_wizard* file |
Wizard for files.
Definition at line 95 of file bucket.c.
Referenced by __ast_bucket_scheme_register(), ast_bucket_file_alloc(), bucket_file_alloc(), bucket_file_destroy(), bucket_file_wizard_create(), bucket_file_wizard_delete(), bucket_file_wizard_is_stale(), and bucket_file_wizard_update().
char name[0] |
Name of the scheme.
Definition at line 101 of file bucket.c.
Referenced by ast_bucket_file_temporary_destroy(), ast_bucket_json(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().