Lines Matching refs:from2
1520 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local
1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()
1562 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1565 if(from2 == NULL) { in TestConvertSafeCloneCallback()
1579 if(from2 == (&from1) ) { in TestConvertSafeCloneCallback()
1587 if(from2->wasClosed) { in TestConvertSafeCloneCallback()
1629 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1637 if(from2->wasClosed) { in TestConvertSafeCloneCallback()
1653 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1659 if(from2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1677 if(from2 != (&from1)) { in TestConvertSafeCloneCallback()
1678 free(from2); /* from1 is stack based */ in TestConvertSafeCloneCallback()