Lines Matching refs:to2
1477 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local
1478 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()
1552 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1555 if(to2 == NULL) { in TestConvertSafeCloneCallback()
1569 if(to2 == (&to1) ) { in TestConvertSafeCloneCallback()
1577 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1588 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1602 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1621 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1627 if(to2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1631 if(to2 != (&to1)) { in TestConvertSafeCloneCallback()
1632 free(to2); /* to1 is stack based */ in TestConvertSafeCloneCallback()