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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c683 ListNode * const child_node = child_list->next; local
685 if (child_node->refcount < -1) {
686 list_remove_free(child_node, free_value, NULL);
723 const ListNode *child_node; local
726 for (child_node = child_list->next; child_node != child_list;
727 child_node = child_node->next) {
729 (const SourceLocation*)child_node->value;

Completed in 49 milliseconds