![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_variable:Asterisk developer's documentation :: Codename Pineapple
ast_variable Struct Reference
#include <config.h>

Definition at line 36 of file config.h.
Data Fields | |
| int | blanklines |
| int | lineno |
| char * | name |
| ast_variable * | next |
| int | object |
| ast_comment * | precomments |
| ast_comment * | sameline |
| char | stuff [0] |
| char * | value |
|
|
Number of blanklines following entry Definition at line 41 of file config.h. Referenced by process_text_line(), and variable_clone(). |
|
|
Definition at line 39 of file config.h. Referenced by authenticate(), build_device(), build_gateway(), build_peer(), build_user(), handle_common_options(), iax_template_parse(), ind_load_module(), process_text_line(), process_zap(), reload_config(), set_config(), setup_zap(), smdi_load(), update_common_options(), and variable_clone(). |
|
|
|
|
0 for variable, 1 for object Definition at line 40 of file config.h. Referenced by ast_variable_update(), handle_updates(), process_text_line(), and variable_clone(). |
|
|
Definition at line 42 of file config.h. Referenced by process_text_line(). |
|
|
Definition at line 43 of file config.h. Referenced by process_text_line(). |
|
|
Definition at line 45 of file config.h. Referenced by agi_debug_cli(). |
|