Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct { | |
struct test_val * first | |
struct test_val * last | |
} | dbl_list |
struct { | |
struct test_val * next | |
} | list |
const char * | name |
Definition at line 40 of file test_linkedlists.c.
struct { ... } dbl_list |
Referenced by AST_TEST_DEFINE(), dbl_list_expect_forward(), and dbl_list_expect_reverse().
struct test_val* first |
Definition at line 43 of file test_linkedlists.c.
struct test_val* last |
Definition at line 43 of file test_linkedlists.c.
struct { ... } list |
Referenced by AST_TEST_DEFINE(), and list_expect().
const char* name |
Definition at line 41 of file test_linkedlists.c.
Referenced by dbl_list_expect_forward(), dbl_list_expect_reverse(), and list_expect().
struct test_val* next |
Definition at line 42 of file test_linkedlists.c.