Lines Matching refs:to2
1520 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local
1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()
1595 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1598 if(to2 == NULL) { in TestConvertSafeCloneCallback()
1612 if(to2 == (&to1) ) { in TestConvertSafeCloneCallback()
1620 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1631 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1645 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1664 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1670 if(to2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1674 if(to2 != (&to1)) { in TestConvertSafeCloneCallback()
1675 free(to2); /* to1 is stack based */ in TestConvertSafeCloneCallback()