Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Functions | |
int | stir_shaken_store_load (void) |
Load time initialization for the stir/shaken 'store' configuration. More... | |
int | stir_shaken_store_unload (void) |
Unload time cleanup for the stir/shaken 'store' configuration. More... | |
int stir_shaken_store_load | ( | void | ) |
Load time initialization for the stir/shaken 'store' configuration.
0 | on success, -1 on error |
Definition at line 180 of file store.c.
References ARRAY_LEN, ast_cli_register_multiple, ast_log, ast_sorcery_apply_default, ast_sorcery_object_field_register, ast_sorcery_object_field_register_custom, ast_sorcery_object_register, ast_stir_shaken_sorcery(), CONFIG_TYPE, LOG_ERROR, NULL, on_load_path(), on_load_public_cert_url(), OPT_NOOP_T, path_to_str(), public_cert_url_to_str(), sorcery, stir_shaken_store_alloc(), and stir_shaken_store_apply().
Referenced by load_module().
int stir_shaken_store_unload | ( | void | ) |
Unload time cleanup for the stir/shaken 'store' configuration.
0 | on success, -1 on error |
Definition at line 172 of file store.c.
References ARRAY_LEN, and ast_cli_unregister_multiple().
Referenced by unload_module().