Searched refs:ListNode (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c121 typedef struct ListNode { struct
124 struct ListNode *next;
125 struct ListNode *prev;
126 } ListNode; typedef in typeref:struct:ListNode
134 ListNode node; /* Node within list of all allocated blocks. */
139 const ListNode *check_point; /* Check point of the test if there's a */
160 ListNode symbol_values_list_head;
188 static ListNode* list_initialize(ListNode * const node);
189 static ListNode* list_ad
[all...]

Completed in 32 milliseconds