|
Asterisk - The Open Source Telephony Project
18.5.0
|
structure to hold extensions More...

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| struct { | |
| struct extension * next | |
| } | entry |
| struct varshead * | headp |
| int | index |
| const ast_string_field | name |
structure to hold extensions
Definition at line 287 of file res_phoneprov.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 290 of file res_phoneprov.c.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 290 of file res_phoneprov.c.
| struct { ... } entry |
| struct varshead* headp |
List of variables to substitute into templates
Definition at line 292 of file res_phoneprov.c.
Referenced by pp_each_extension_helper().
| int index |
Definition at line 291 of file res_phoneprov.c.
| const ast_string_field name |
Definition at line 290 of file res_phoneprov.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
| struct extension* next |
Definition at line 293 of file res_phoneprov.c.
1.8.13