|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct { | |
| struct locale_entry * next | |
| } | list |
| locale_t | locale |
| char | name [0] |
Definition at line 242 of file localtime.c.
| struct { ... } list |
Referenced by ast_setlocale(), find_by_locale(), find_by_name(), and store_by_locale().
| locale_t locale |
Definition at line 244 of file localtime.c.
Referenced by ast_setlocale(), find_by_locale(), and store_by_locale().
| char name[0] |
Definition at line 245 of file localtime.c.
Referenced by ast_setlocale(), find_by_name(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and store_by_locale().
| struct locale_entry* next |
Definition at line 243 of file localtime.c.
1.8.13