Searched refs:listp_copy (Results 1 – 1 of 1) sorted by relevance
617 UserDefTwoList *listp = NULL, *tmp, *tmp_copy, *listp_copy = NULL; in test_nested_struct_list() local627 ops->deserialize((void **)&listp_copy, serialize_data, in test_nested_struct_list()631 tmp_copy = listp_copy; in test_nested_struct_list()632 while (listp_copy) { in test_nested_struct_list()634 nested_struct_compare(listp->value, listp_copy->value); in test_nested_struct_list()636 listp_copy = listp_copy->next; in test_nested_struct_list()