Home | History | Annotate | Download | only in cintltst

Lines Matching refs:to2

1520     TSCCContext *from2, *from3, *to2, *to3;
1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1595 TSCC_print_log(to2, "to2");
1598 if(to2 == NULL) {
1599 log_err("FAIL! to2 is null \n");
1612 if(to2 == (&to1) ) {
1620 if(to2->wasClosed) {
1621 log_err("FAIL! to2 was closed\n");
1631 TSCC_print_log(to2, "to2");
1645 if(to2->wasClosed) {
1646 log_err("FAIL! to2 was closed\n");
1664 TSCC_print_log(to2, "to2");
1670 if(to2->wasClosed == FALSE) {
1671 log_err("FAIL! to2 was NOT closed\n");
1674 if(to2 != (&to1)) {
1675 free(to2); /* to1 is stack based */