Lines Matching refs:to2
1480 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local
1481 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()
1555 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1558 if(to2 == NULL) { in TestConvertSafeCloneCallback()
1572 if(to2 == (&to1) ) { in TestConvertSafeCloneCallback()
1580 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1591 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1605 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
1624 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()
1630 if(to2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1634 if(to2 != (&to1)) { in TestConvertSafeCloneCallback()
1635 free(to2); /* to1 is stack based */ in TestConvertSafeCloneCallback()