Lines Matching refs:to2
1512 TSCCContext *from2, *from3, *to2, *to3;
1513 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1587 TSCC_print_log(to2, "to2");
1590 if(to2 == NULL) {
1591 log_err("FAIL! to2 is null \n");
1604 if(to2 == (&to1) ) {
1612 if(to2->wasClosed) {
1613 log_err("FAIL! to2 was closed\n");
1623 TSCC_print_log(to2, "to2");
1637 if(to2->wasClosed) {
1638 log_err("FAIL! to2 was closed\n");
1656 TSCC_print_log(to2, "to2");
1662 if(to2->wasClosed == FALSE) {
1663 log_err("FAIL! to2 was NOT closed\n");
1666 if(to2 != (&to1)) {
1667 free(to2); /* to1 is stack based */