|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct { | |
| struct test1 * first | |
| struct test1 * last | |
| } | list |
| char | name [10] |
Definition at line 48 of file test_dlinklists.c.
| struct test1* first |
Definition at line 51 of file test_dlinklists.c.
| struct test1* last |
Definition at line 51 of file test_dlinklists.c.
| struct { ... } list |
Referenced by destroy_test_container(), dll_tests(), print_list(), and print_list_backwards().
| char name[10] |
Definition at line 50 of file test_dlinklists.c.
Referenced by make_test1(), print_list(), and print_list_backwards().
1.8.13