Asterisk - The Open Source Telephony Project GIT-master-a63eec2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
test_val Struct Reference
Collaboration diagram for test_val:
Collaboration graph
[legend]

Data Fields

struct { 
 
   struct test_val *   first 
 
   struct test_val *   last 
 
dbl_list 
 
struct { 
 
   struct test_val *   next 
 
list 
 
const char * name
 

Detailed Description

Definition at line 40 of file test_linkedlists.c.

Field Documentation

◆ [struct]

struct { ... } dbl_list

◆ first

struct test_val* first

Definition at line 43 of file test_linkedlists.c.

◆ last

struct test_val* last

Definition at line 43 of file test_linkedlists.c.

◆ [struct]

struct { ... } list

Referenced by AST_TEST_DEFINE(), and list_expect().

◆ name

const char* name

◆ next

struct test_val* next

The documentation for this struct was generated from the following file: