Lines Matching refs:from2
1480 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local
1481 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()
1522 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1525 if(from2 == NULL) { in TestConvertSafeCloneCallback()
1539 if(from2 == (&from1) ) { in TestConvertSafeCloneCallback()
1547 if(from2->wasClosed) { in TestConvertSafeCloneCallback()
1589 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1597 if(from2->wasClosed) { in TestConvertSafeCloneCallback()
1613 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()
1619 if(from2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1637 if(from2 != (&from1)) { in TestConvertSafeCloneCallback()
1638 free(from2); /* from1 is stack based */ in TestConvertSafeCloneCallback()